Posted by Jonathan N. Little on 07/06/06 12:34
Martin Pöpping wrote:
> Hello,
>
> I´ve a question about CSS.
> What does the following TAG-definition mean:
>
> * html div#main{
>
> }
>
> In general... what means "* html" before the div#main definition?
Since HTML is the root element with real web browsers it means nothing,
but IE will parse the definition, so it is used as an IE only CSS hack.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|