Hello,

I have used hack for ie6 :

div.someclass {
width: 300px;
* width: 320px;
}

which is it is different than the standard star selector hack, i.e.

* html div.someclass {
width: 320px;
}



what is the first example called  ? is  it  an improper interpretation of
the star selector hack. I want to know if I should use it ?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to