div wrapper background image does not show in Safari??
-
Hi
I am using a wrapper div to create a background image which spans both the sidebar and the main column… I have added to the index.php:
<div id=”wrapper”>
<div class=”maincolumn”> content </div>
<div class=”sidebar”> sidebar content </div>
</div>and then the following in the CSS:
#wrapper{
background: url(images/main_bg.png);
background-repeat:repeat-y;
}It works fine in Firefox and ie but the background image isnt showing up at all in Safari
Has anybody got any ideas??
thanks maxl23
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘div wrapper background image does not show in Safari??’ is closed to new replies.