hi, im having a few CSS problems..... When i point to a external CSS file for my webpage it works fine in IE....but when visited in opera or netscape its so so happy....scrolbars arnt right...and background isnt transparent? any idea?
heres the CSS
@charset "utf-8";
/ CSS Document /
HTML {scrollbar-3dlight-color:black;
scrollbar-arrow-color:black;
scrollbar-track-color:black;
scrollbar-darkshadow-color:black;
scrollbar-face-color:white;
scrollbar-highlight-color:black;
scrollbar-shadow-color:black}
#form1 #textfield {
color: #FFFFFF;
background-color: #000000;
border: thin solid #000000;
font-size: x-small;
}
#form1 #textfield2 {
color: #FFFFFF;
background-color: #000000;
border: thin solid #000000;
font-size: x-small;
}
#form1 input {
font-size: x-small;
color: #FFFFFF;
background-color: #000000;
border: .1mm solid #FFFFFF;
}
#form1 #login {
color: #FFFFFF;
font-weight: bold;
}
#form1 #search {
color: #FFFFFF;
font-weight: bold;
}
#form1 #login {
border: thin solid #000000;
}
#form1 #search {
border: thin solid #000000;
}
body {
background-color: #000000;
background-image: url();
}
.style3 {
color: #FFFFFF;
font-weight: bold;
font-size: small;
}
.style5 {font-size: x-small}
.style6 {color: #FFFFFF; font-weight: bold; font-size: x-small; }
a:link {
color: #FFFFFF;
}
a:hover {
color: #FF0000;
}
background-color:transparent