Hi, Ih ave a div tag with a backgound image as 320px and 2 div tags inside the main tag one floating left the other right. In each of the 2 div the height is expandable so may go over the 320px, in IE if either of the divs goes over the 320px the background colour that is set appears in firefox it doen't
the style for the main div is
.tmp_mid{
height:100%;
min-height:370px;
max-height:700px;
margin-bottom:7px;
background: #ce2c2a url('/images/ferrari/main_bg.jpg') no-repeat ;color:#fff;
}
any ideas
the style for the main div is
.tmp_mid{
height:100%;
min-height:370px;
max-height:700px;
margin-bottom:7px;
background: #ce2c2a url('/images/ferrari/main_bg.jpg') no-repeat ;color:#fff;
}
any ideas
Comment