S
Susan
I have resolved (I think) my no-show image problem by using % for widths and
heights. However, that only works for some browsers and not others. So I have
also used pixels, which again, only works for some browsers and not others.
Is this a potential problem? I can see all pictures now with IE 6.0, IE 5.2,
Firefox, or Safari.
Can anyone else check out www.windyridgenursery.biz and see if you can see 2
top images, and the OAN logo in bottom left and see it looks right?
Here is my CSS "cheat" code:
#topbarleft{
float: left;
width: 28%;
width: 288 px;
height: 25%;
height: 162 px;
background: url('images/windycolorlogo2.jpg') no-repeat;
background-color: #fff;
border: 5px solid white;
}
#topbarright{
float: rightclear;
margin-left: 28%;
margin-left: 288 px;
height: 25%;
height: 162 px;
background: url('images/topcenterphoto.jpg') no-repeat left;
background-color: #fff;
border: 5px solid white;
}
#sidebar{
float:left;
width: 15%;
height: 100%;
background: url('images/oanlogo.gif') no-repeat center bottom;
background-color: #fff;
border-right: 5px solid white;
border-bottom: 5px solid white;
}
#content{
float: leftclear;
margin-top: 13 px;
margin-left: 18%;
}
heights. However, that only works for some browsers and not others. So I have
also used pixels, which again, only works for some browsers and not others.
Is this a potential problem? I can see all pictures now with IE 6.0, IE 5.2,
Firefox, or Safari.
Can anyone else check out www.windyridgenursery.biz and see if you can see 2
top images, and the OAN logo in bottom left and see it looks right?
Here is my CSS "cheat" code:
#topbarleft{
float: left;
width: 28%;
width: 288 px;
height: 25%;
height: 162 px;
background: url('images/windycolorlogo2.jpg') no-repeat;
background-color: #fff;
border: 5px solid white;
}
#topbarright{
float: rightclear;
margin-left: 28%;
margin-left: 288 px;
height: 25%;
height: 162 px;
background: url('images/topcenterphoto.jpg') no-repeat left;
background-color: #fff;
border: 5px solid white;
}
#sidebar{
float:left;
width: 15%;
height: 100%;
background: url('images/oanlogo.gif') no-repeat center bottom;
background-color: #fff;
border-right: 5px solid white;
border-bottom: 5px solid white;
}
#content{
float: leftclear;
margin-top: 13 px;
margin-left: 18%;
}