Dave Laurie
03-12-2005, 06:30 PM
Hey there,
I have a weird problem with a site I am building -- Mac IE and Safari won't display a background image for a table. All other browsers seem to work just fine and I have searched around a bit and found no hint as to why this might be happening. If anyone has any ideas I'd appreciate it.
An example of the problem is at http://ra.tapor.ualberta.ca/cocoon/atlas/ where the top banner graphic is missing in Mac IE and Safari and present in everything else. The styles that affect those elements (I think) are:
body {
margin: 0px ;
padding:0px;
background-image:url(../Images/Graphics/background_minja_home.gif);
background-repeat:repeat-y;
}
#bannerGraphic{
margin:0;
padding:0;
position:absolute;
top:0px;
left:0px;
clear:both;
}
#bannerNavbar{
margin:0;
padding:0;
position:absolute;
top:70px;
left:0px;
clear:both;
}
Cheers,
dave
I have a weird problem with a site I am building -- Mac IE and Safari won't display a background image for a table. All other browsers seem to work just fine and I have searched around a bit and found no hint as to why this might be happening. If anyone has any ideas I'd appreciate it.
An example of the problem is at http://ra.tapor.ualberta.ca/cocoon/atlas/ where the top banner graphic is missing in Mac IE and Safari and present in everything else. The styles that affect those elements (I think) are:
body {
margin: 0px ;
padding:0px;
background-image:url(../Images/Graphics/background_minja_home.gif);
background-repeat:repeat-y;
}
#bannerGraphic{
margin:0;
padding:0;
position:absolute;
top:0px;
left:0px;
clear:both;
}
#bannerNavbar{
margin:0;
padding:0;
position:absolute;
top:70px;
left:0px;
clear:both;
}
Cheers,
dave