JamesManke
Programmer
Hey there, am having a problem with a layer shuffling pixels. It works fine in Opera but has problems with Mozilla (Netscape and Firefox). Here is a link to check it out. Dont worry about the trade mark issue, this is a school project - Educational Purposes Only -. Thank you in advance for any insight any of you can give me, cheers...
Heres the CSS
#drip {
background-image:url(../images/drip.png);
background-repeat:no-repeat;
background-attachment:absolute;
width:150px;
height:500px;
top:135px;
_display:none;
}
#drip2 {
_background-image:url(../images/drip.jpg);
_background-repeat:no-repeat;
_background-attachment:absolute;
_width:150px;
_height:500px;
_top:135px;
_top:140px;
}
#can {
background-image:url("../images/can.png");
background-repeat:no-repeat;
background-attachment:absolute;
width:150px;
height:500px;
_display:none;
}
#can2 {
_background-image:url("../images/can.jpg");
_background-repeat:no-repeat;
_background-attachment:fixed;
_width:150px;
_height:200px;
}
Heres the CSS
#drip {
background-image:url(../images/drip.png);
background-repeat:no-repeat;
background-attachment:absolute;
width:150px;
height:500px;
top:135px;
_display:none;
}
#drip2 {
_background-image:url(../images/drip.jpg);
_background-repeat:no-repeat;
_background-attachment:absolute;
_width:150px;
_height:500px;
_top:135px;
_top:140px;
}
#can {
background-image:url("../images/can.png");
background-repeat:no-repeat;
background-attachment:absolute;
width:150px;
height:500px;
_display:none;
}
#can2 {
_background-image:url("../images/can.jpg");
_background-repeat:no-repeat;
_background-attachment:fixed;
_width:150px;
_height:200px;
}