CSS Hacker Help
CSS Hacker Help
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- instantok0
did you try not using the short-hand for the margins?
meaning instead of:
margin: 5px 5px 0 375px;
use
margin-top:
margin-left:
etc.wild guess but i've had things like that mess me up b4