S
Susan
I don't want people to have to mess around with their internet explorer
preferences to see the images I put in my CSS code. But the images are not
showing up on the IE browser consistently. Can you check my code for me and
tell me if there is a problem with it?
#topbarleft{
float: left;
width: 288 px;
height: 162 px;
background-image: url('images/windylogo.gif');
border: 5px solid white
}
#topbarright{
float: leftclear;
margin-left: 288 px;
height: 162 px;
background: url('images/topcenterphoto.jpg') no-repeat;
background-color: white;
border: 5px solid white
}
#sidebar{
float: left;
width: 15%;
height: 650 px;
margin-top: 0 px;
background: url('images/oanlogo.gif') no-repeat center bottom;
background-color: white;
border-right: 5px solid white;
border-bottom: 10px solid white
}
Thank you so much!
preferences to see the images I put in my CSS code. But the images are not
showing up on the IE browser consistently. Can you check my code for me and
tell me if there is a problem with it?
#topbarleft{
float: left;
width: 288 px;
height: 162 px;
background-image: url('images/windylogo.gif');
border: 5px solid white
}
#topbarright{
float: leftclear;
margin-left: 288 px;
height: 162 px;
background: url('images/topcenterphoto.jpg') no-repeat;
background-color: white;
border: 5px solid white
}
#sidebar{
float: left;
width: 15%;
height: 650 px;
margin-top: 0 px;
background: url('images/oanlogo.gif') no-repeat center bottom;
background-color: white;
border-right: 5px solid white;
border-bottom: 10px solid white
}
Thank you so much!