[css-d] asterisk in front of font property

2006-05-16 Thread Demers, Scott
Can someone explain the significance of the asterisk in the following code? Thanks. body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} Scott __ css-discuss [EMAIL PROTECTED]

Re: [css-d] asterisk in front of font property

2006-05-16 Thread Paul Seale
It is probably an IE 6 hack. The asterisk before the element makes it visible to IE. paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Demers, Scott Sent: Tuesday, May 16, 2006 12:33 PM To: css-d@lists.css-discuss.org Subject: [css-d] asterisk

Re: [css-d] asterisk in front of font property

2006-05-16 Thread Demers, Scott
- From: Tom Livingston [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 11:49 AM To: Demers, Scott Subject: Re: [css-d] asterisk in front of font property On 5/16/06 1:33 PM, Demers, Scott [EMAIL PROTECTED] wrote: body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x

Re: [css-d] asterisk in front of font property

2006-05-16 Thread David Laakso
Demers, Scott wrote: Can someone explain the significance of the asterisk in the following code? Thanks. body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} It is not valid. Probably the author( a control freak) meant to comment out stuff, as in: body

Re: [css-d] asterisk in front of font property

2006-05-16 Thread Tom Livingston
On 5/16/06, Tom Livingston [EMAIL PROTECTED] wrote: body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} It is not valid. I didn't think it was. 'font:' with _only_ a size attribute is incorrect. No? -- Tom Livingston Senior Multimedia Artist Media

Re: [css-d] asterisk in front of font property

2006-05-16 Thread Demers, Scott
Of Tom Livingston Sent: Tuesday, May 16, 2006 12:39 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] asterisk in front of font property On 5/16/06, Tom Livingston [EMAIL PROTECTED] wrote: body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} It is not valid

Re: [css-d] asterisk in front of font property

2006-05-16 Thread Tony Crockford
Demers, Scott wrote: This is interesting. As I mentioned, this is code released as part of the Yahoo User Interface Library ( http://developer.yahoo.com/yui/ ). If it is in fact invalid, I'll mention it on the bug list. The question came up on the YDN-javascript list (may 12th) and the