[thelist] CSS and Firefox

Sarah Adams mrsanders at designshift.com
Wed Dec 7 08:26:22 CST 2005


> I have this code in my css. The first part of this code is interpreted by
> IE, the second part - by Mozilla.
> 
> *html #mini_basic {
>   	 margin-left: 260px;
> 	 margin-top: 0px;
> }
> 
> #mini_basic {
>   	 margin-left: 255px;
> 	 margin-top: -7px;
> }

BTW, if you are going to use this hack, the two parts need to be 
reversed, otherwise the first statement will be overruled by the second.

-- 
sarah adams
web developer & programmer
portfolio: http://sarah.designshift.com
blog: http://hardedge.ca



More information about the thelist mailing list