2007-06-17, 01:13 PM
SCREENSHOT
In firefox everything looks fine (bottom part of the image)
But Internet Explorer doesn't show the background image (first part of the image).
This is the CSS I use:
And this is the code I use in the Header template:
In firefox everything looks fine (bottom part of the image)
But Internet Explorer doesn't show the background image (first part of the image).
This is the CSS I use:
.top-header {
height: 145px;
background-image: url(images/top_bg.gif);
}
And this is the code I use in the Header template:
<div id="top-header" "class="top-header">
<div class="quicksearch">
...quick search code...
</div>
<div id="header">
...logo code...
</div>
</div>