Hi,
Got a bit of a weird one here :/
In my body class, I have:
Now, this seems ok in IE 7, but not in Chrome or FF :/
Basically, it doesn't seem to be liking the margin-top: 0px bit. Anyone got any ideas?
TIA!
Andy
Got a bit of a weird one here :/
In my body class, I have:
Code:
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
Now, this seems ok in IE 7, but not in Chrome or FF :/
Basically, it doesn't seem to be liking the margin-top: 0px bit. Anyone got any ideas?
TIA!
Andy