View Full Version : Scrollbars...


Zawarah
08-10-2006, 04:01 AM
For some reason my scrollbars don't seem to be working.
I hadn't changed anything to my stylesheet so I'm not sure why they're not showing up anymore.

This is the page: http://www.atlasworldwide.co.nz/blue/index-blue.htm

This is my stylesheet:


A:link
{ text-decoration: none; color:#00005B; }
A:visited
{ text-decoration: none; color:#00005B; }
A:active
{ text-decoration: none; color:#00005B; }
A:hover
{ text-decoration: none; color:#BBCBE9;

cursor: e-resize; }

p {font-family: Verdana;
color: #00005B;
font-size: 8pt; }

.colour2 {
color: #FF0099;
}

body
{ background-color: #EBF1FA;
background-position: top left;
background-attachment: fixed;

font-family: verdana;
color: #00005B;
font-weight: normal;
font-size: 8pt;

scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;

margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;

td, table
{ font-family: verdana;
font-size: 8pt;
color: #00005B; }

input, textarea, option
{ background-color: #FFFFFF;
font-family: verdana;
font-size: 8pt;
color: #00005B;
border-style: solid;
border-color: #00005B;
border-width: 1; }

Spe92002
08-10-2006, 04:20 AM
what browser are you using, because on Internet Explorer it seems to be working fine.

Zawarah
08-10-2006, 04:50 AM
what browser are you using, because on Internet Explorer it seems to be working fine.

I'm using IE as well...

I get the grey scrollbars but I'm wanting the coloured scrollbars.

pb&j
08-10-2006, 06:18 AM
you are missing a semicolon here...
A:hover
{ text-decoration: none; color: #BBCBE9; background-color: #EBF1FA;
cursor: e-resize; }

you seem to be missing an ending bracket here...
padding-right: 0px; }

Zawarah
08-10-2006, 11:11 PM
you are missing a semicolon here...
A:hover
{ text-decoration: none; color: #BBCBE9; background-color: #EBF1FA;
cursor: e-resize; }

you seem to be missing an ending bracket here...
padding-right: 0px; }

Thanks I fixed that up and checked it but it was still showing up the grey borders.

I put it through a validator and it kept coming up saying that my scrollbar colours don't exist????

pb&j
08-19-2006, 05:58 AM
have you got a new link to the page? original one seems to be down. that fix should have fixed things up for you.

and color scrollbars dont validate considering they are proprietary to ie. you can use javascript to "hide" the coding to validate the page if you like.