Hi,

I've emailed this list before regarding issues I am having with equal
heights and am trying a simple faux column with a background image.
My question is, in IE6, IE7 Firefox 2 and I think safari, the image
width doesn't increase when the user changes the text-size within the
browser.  Is there any fix for this, would creating a .png file help?

The image nav.jpg is 152.px wide

.content is the wrapper

.content {
        width:100%;
        background-color:#a9a9a9;
        float: left;
        clear:both;
        display: block;

        background: #a9a9a9 url(/test/nav.jpg)  repeat-y ;
min-height: 100%;
}

* html #content {
        height: 100%;   
}

Navigation column
.leftnav {
        /*background-color:#333333; */
        width:9.5em;
        float:left;
        
}


Content area

.contentcopy {
        float: right;
        padding: .19em;
        margin: 0em;
        width:41.3em;
        
}

Thank you in advance

Nancy
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to