Page 1 of 1

How to change scroll bar properties?

PostPosted: Wed Aug 27, 2003 3:03 am
by altofran
Hi,

I tried to customize the scroll bar of a CSS style of my gallery but I coudn't change it.
What style should I change? I tried <Body> but it didn't work!

Thanks.

PostPosted: Wed Aug 27, 2003 7:32 am
by srijith

More information?

PostPosted: Wed Aug 27, 2003 9:24 am
by altofran
Thanks for the links!

Actually, I know the code the thing is that it does not work on PBase! I think it's because of the PBase Bar in the code. Anyway, it's not that important.

Have a nice day.

PostPosted: Tue Sep 02, 2003 11:10 am
by dbh
I have also putzed with the scrollbar colors... but they never seem to change!

Has anyone else made this work with PBase?

PostPosted: Fri Sep 12, 2003 9:44 am
by nickyv9
For this to work, you have to make sure to remove:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

from the top in your html for it to work. There are other variations of this, but you get the idea.

PostPosted: Fri Sep 12, 2003 10:01 am
by srijith
nickyv9 wrote:For this to work, you have to make sure to remove:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

from the top in your html for it to work. There are other variations of this, but you get the idea.

Don't think that is possible in Pbase. Pbase does not (and rightly so) give the users the ability to control the headers etc. All you can do it stylise the page layout using predefined CSS classes and ids.

PostPosted: Tue Jul 13, 2004 10:48 am
by leobad_leobad
I've tried to change the scrollbars by putting this in my css:

BODY {
background-color : #E3DDDD;
background-attachment: fixed;
background-position: top;
background-repeat: repeat;
background-image: url("http://www.pbase.com/image/29442757/original.jpg");
SCROLLBAR-FACE-COLOR: #666699;
SCROLLBAR-HIGHLIGHT-COLOR: #666699;
SCROLLBAR-SHADOW-COLOR: #666699;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #999999;
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF}
}

But it didn't work at all. Can somebody tell me if I did something wrong?

PostPosted: Tue Jul 13, 2004 11:26 am
by srijith
leobad_leobad wrote:
But it didn't work at all. Can somebody tell me if I did something wrong?

Which browser are you using? All the properties you have highlighted are specific to Internet Explorer, so unless you are using IE, you will not see any changes.

PostPosted: Tue Jul 13, 2004 8:51 pm
by leobad_leobad
I'm using IE 6

PostPosted: Wed Jul 14, 2004 1:31 am
by oochappan
HTML {
SCROLLBAR-FACE-COLOR: #666699;
SCROLLBAR-HIGHLIGHT-COLOR: rgb(55,60,55);
SCROLLBAR-SHADOW-COLOR: #666699;
SCROLLBAR-3DLIGHT-COLOR: green;
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #999999;
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF}
}

try this

Scroll bar colors

PostPosted: Wed Jul 14, 2004 1:18 pm
by robert
Oochappan is correct. I posted on this a month ago. No one searches before they ask :?:

Look here:

http://forum.pbase.com/viewtopic.php?t= ... scroll+bar

Robert

Re: Scroll bar colors

PostPosted: Wed Jul 14, 2004 1:32 pm
by srijith
r53lanc wrote:I posted on this a month ago. No one searches before they ask :?:


Very few do, unfortunately.

PostPosted: Thu Jul 15, 2004 11:09 pm
by leobad_leobad
Thx for the help.

Sorry if I bothered you by asking it. :oops: