Conditional CSS problem
not sure what's going on here.
basically have background image using png transparency.
so because not in page itself, ie6 png transparency fix isn't working.
all is rounded corners, plan b have copy of image without rounded corners ie6.
i've added in conditional css :
<!--[if ie 6]>
<style type="text/css">
#outerwrapper #contentwrapper #top {
background-image:url(../images/hand_banner_large_ie.png);
}
</style>
<![endif]-->
but background image isn't showing :
http://www.hpwebdesign.co.uk/mklink/index103.shtml
when browse directly image, -
not found
the requested url /images/hand_banner_large_ie.png not found on server.
additionally, 404 not found error encountered while trying use errordocument handle request.
murray
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment