Thread: Thickbox 3
View Single Post
  #6  
Old 07-04-2007, 10:54 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Thickbox 3

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
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote