
July 10th, 2002, 02:19 PM
|
|
Contributing User
|
|
Join Date: Jun 2002
Posts: 17
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
CSS margin and background-image not working together
Hi, when I try to do something like this
Code:
body {
background-image: url(image.gif)
margin: 0px
}
nothing happens, but when I do them seperately, they work fine. I don't see why they wont work together.
|