PDA

View Full Version : Scroll bar colours


Starry
03-17-2006, 07:02 PM
Hi, Iīm going nuts because i donīt get why the scroll bar colours donīt change at my site. Iīve copied the code several times from tutorials, it canīt always be wrong. So is the placement wrong or is there other reasons why it donīt work (well apparently there is...)?

The code at my site:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>

<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:fixed;
scrollbar-arrow-color: #A99EAE;
scrollbar-track-color: #A99EAE;
scrollbar-face-color: #FFFFCC;
scrollbar-highlight-color: #FFFFCC;
scrollbar-3dlight-color: #FFFFCC;
scrollbar-darkshadow-color: #FFFFCC;
scrollbar-shadow-color: #FFCCFF;
}
-->
</STYLE>

<style type="text/css">
<!--
body {
background-color: #A974AA;
}
#Layer1 {
position:absolute;
width:362px;
height:414px;
z-index:1;
and so on....

Mr J
03-17-2006, 07:11 PM
It is not working because of the doc type also changing the scrollbars colors is IE only

mark87
03-17-2006, 07:21 PM
Should be HTML.

<STYLE type="text/css">
<!--
BODY, html
{

Kravvitz
03-17-2006, 08:47 PM
Read this: Scrollbar Colors (http://www.dynamicsitesolutions.com/css/scrollbar_colors/)