PrincessSammy
04-25-2004, 04:11 PM
I wanted to have a background image for one of my div's. Here is the code I have:
#blog {
background-image: url(http://www.lowqualitycomics.com/caz/bbg.gif);
background-repeat: no-repeat;
background-attachment: fixed;
position: absolute;
border: 2px solid #A50317;
margin-top: 100px;
margin-left: 410px;
padding: 0;
margin-right: 0;
height: 450px;
width:400px;
overflow: auto;
font-family: Palatino Linotype;
color: #A50317;
font-size: 12 ;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #E37609;
scrollbar-3dlight-color : #E37609;
scrollbar-shadow-color : #A50317;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #A50317;
}
It only works in IE, Mozilla and Netscape just aren't working. here is the link :
http://www.lowqualitycomics.com/caz/test
Sammy
#blog {
background-image: url(http://www.lowqualitycomics.com/caz/bbg.gif);
background-repeat: no-repeat;
background-attachment: fixed;
position: absolute;
border: 2px solid #A50317;
margin-top: 100px;
margin-left: 410px;
padding: 0;
margin-right: 0;
height: 450px;
width:400px;
overflow: auto;
font-family: Palatino Linotype;
color: #A50317;
font-size: 12 ;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #E37609;
scrollbar-3dlight-color : #E37609;
scrollbar-shadow-color : #A50317;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #A50317;
}
It only works in IE, Mozilla and Netscape just aren't working. here is the link :
http://www.lowqualitycomics.com/caz/test
Sammy