I have the following css:
body {
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-color: #99ccff;
}
Unfortunately, any div created on this page, now automatically has this colour. None of the following works if applied to any divs on he page (it still takes on the above colour.
bacgkround: none;
background: transparent;
bacgkround-color: none;
background-color: transparent;
Anybody know how to get around this (in IE)? i.e. How do I make the div transparent or NOT have a background color?
EDIT: I've uploaded a screenshot here: http://www.namhost.com/bgtrans.jpg Basically, the background is a gradient image that changes from DARK blue, to the light blue that is the background. In firefox, the area that says bradd pitt, is transparent and you dont see the blue outline. However, in IE, you see what you see in that screenshot.
Here's a screenshot of what can be seen in Firefox: http://www.namhost.com/bgtransfirefox.jpg