[WSG] CSS Comments

2005-05-11 Thread Kerri McKenna
Hi everyone, I realize that /* */ are used to add comments to CSS, but I'm not clear on what /* \*/ means, or what the single asterisk is used for. Kerri PS - I've only just joined the list so I do apologize if this is perceived as off topic. --- Excerpt from Ted Drake:

Re: [WSG] CSS Comments

2005-05-11 Thread Brian Cummiskey
Kerri McKenna wrote: Hi everyone, I realize that /* */ are used to add comments to CSS, but I'm not clear on what /* \*/ means, or what the single asterisk is used for. /* */ pairs alone are comments, yes, but they are also used as hacks when they are used in the right sequence. Some browsers

Re: [WSG] CSS Comments

2005-05-11 Thread Horst Gutmann
Kerri McKenna wrote: Hi everyone, I realize that /* */ are used to add comments to CSS, but I'm not clear on what /* \*/ means, or what the single asterisk is used for. Kerri PS - I've only just joined the list so I do apologize if this is perceived as off topic. --- Excerpt

Re: [WSG] CSS Comments

2005-05-11 Thread Jan Brasna
Hi, it's a CSS filter to rule out IE5Mac, see http://www.dithered.com/css_filters/css_only/escaped_comment_end.html -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/

Re: [WSG] CSS Comments

2005-05-11 Thread Thierry Koblentz
Drake, Ted C. wrote: This is a hack to send a style to Internet Explorer on windows and not mac. IMHO, IE CCs are a better alternative to this hack: http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp Thierry | http://www.TJKDesign.com

Re: [WSG] CSS Comments

2005-05-11 Thread Philippe Wittenbergh
On 12 May 2005, at 5:15 am, Drake, Ted C. wrote: This is a hack to send a style to Internet Explorer on windows and not mac. /* \*/ hides it from IE Mac, which doesn't understand the escape \ It would be better formulated as: 'A filter to hide the next rule block from IE Mac'. In full: /* hide