http://www.cheapcss.com
If you look at the lower image, right above the rounded bottom and links, it doesn't move down with my margin-top there.
Works fine in IE7, but when it comes to Google Chrome and FF, they don't want to work.
I know margin works in both, I have tons of margin's in there besides that one.
You can use the FF plugin "Firebug" to see my xhtml & css.
edit: I know what it's doing, but don't know how to fix it...
It's merging these two margins:
margin: 0 auto;
background-image:url(images/bottomimage.png);
margin-top: 8px;
When it does this, it renders as
margin:8px auto 0;
instead of seperately.
How do I fix this?
Last edited by Madman340; 11-22-2008 at 03:22 PM..
|