Wrapper and Background Image repeating trouble
Posted: 03 August 2008 11:13 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-08-03

I’m trying to get a background image/color to repeat down the left hand column of a site, here: http://www.lisaannschleipfer.com, but can’t seem to get it working in either FF or IE. You’ll notice that in the left hand column, the tannish color does not repeat all the way down the column.

I’m fairly certain I’ve narrowed it down to the bit of CSS code here:

div#wrapper {
        
marginauto;
    
width:800px;
    
background#d1c8ab url(../images/wrapper_bg.jpg);
        
background-repeatrepeat-y;

I’ve tried looking around the forum for some solutions, and have found a few possibilities (height: auto, overflow: auto, etc), but nothing that I have tried to insert into the stylesheet has seemed to work.

Does anyone have any suggestions or solutions? I’d appreciate it!

I can’t paste the entire style sheet into this message, but, if it’s needed, just let me know and I’ll do it in chunks!

Profile