My CSS stylesheet (I know colored scrollbars don't work in Firefox, but I like to put them in to make it pretty for people using IE. ^^; )
- Code: Select all
<!--
body {
font-family: Arial;
font-size: 11pt;
color: #7C5747;
direction: rtl;
}
body{
background-image:url('bg.gif');
background-repeat:repeat-y;
background-position: right 50%;
background-color:#DEA36F;
}
DIV {
font-family: Arial;
font-size: 11pt;
color: #7C5747;
}
BODY{scrollbar-face-color: #DEA36F;
scrollbar-track-color: #DEA36F;
scrollbar-shadow-color: #DEA36F;
scrollbar-darkshadow-color:#F2D0B1;
scrollbar-highlight-color: #F2D0B1;
scrollbar-3dlight-color: #F2D0B1;
scrollbar-arrow-color:#DEA36F;
}
A:visited {color:#7C5747;text-decoration:none;cursor:crosshair;font-weight:bold;}
A:hover {color:#7C5747; border-bottom-style:dashed; border-bottom-color:#7C5747; border-bottom-width:thin; text-decoration:none;cursor:crosshair;}
A:link {color:#7C5747;text-decoration:none;cursor:crosshair;}
A:active {color:#7C5747;text-decoration:none;cursor:crosshair;}
.head {font-family:verdana;
font-size:14pt;
color:#7C5747;
border-bottom-style:dashed;
border-width:1px;
border-color:#7C5747;}-->
=O; Any ideas with what I'm doing wrong?