Quote:
Originally Posted by carpeperdiem
Wow. Thanks for finding this. You wonder why there is a line of css that looks like this:
*{padding: 0; margin: 0;}
It really should be:
/*{padding: 0; margin: 0;} */
BUT THEN -- can you figure out what
* html
is doing before some of the new #TB entries?
|
* is a universal selector, its basically used as an IE hack for css
ie:
* html .blahblahblah
means for .blahblahblah in html in anything else