heres the layout:
Both HTML and CSS validate.
Mozilla plays along nicley no problem.
IE on the other hand is not showing some background images others are fine.
example of a working image:
example of a similar image that is not working:
both of these examples are from:
If you can see something i am missing then it would be much appreciated.
Both HTML and CSS validate.
Mozilla plays along nicley no problem.
IE on the other hand is not showing some background images others are fine.
example of a working image:
Code:
#menuwrapper_bottom {
background: url(../images/layout/menu_bottom.jpg) bottom center no-repeat;
width: 200px;
height: 31px;
}
example of a similar image that is not working:
Code:
#menuwrapper {
width: 180px;
height: 200px;
margin: 0 10px;
background: url(../images/layout/logo.jpg) top center no-repeat;
padding: 125px 0 50px 0;
}
both of these examples are from:
If you can see something i am missing then it would be much appreciated.