View previous topic :: View next topic |
Author |
Message |
Naima Guest
|
Posted: Sun Feb 09, 2003 5:30 am Post subject: scroll bars |
|
|
is there anyway to make it so on the main page that has the b2 installed that your scrollbars can have colour???? |
|
Back to top |
|
 |
Naima Guest
|
Posted: Sun Feb 09, 2003 6:15 am Post subject: |
|
|
Never mind I got it to work =D |
|
Back to top |
|
 |
GthicFury
Joined: 13 Dec 2002 Posts: 13 Location: Miami, FL
|
Posted: Mon Feb 10, 2003 1:20 am Post subject: |
|
|
You shouldn't use scrollbar CSS bit - It only works in IE and it's MS only CSS code. *bahh* _________________ -= Eric |
|
Back to top |
|
 |
Jaleco
Joined: 09 Feb 2003 Posts: 15 Location: Canada
|
Posted: Tue Feb 11, 2003 11:56 pm Post subject: |
|
|
no reason you shouldn't use it. if people view the site in IE they get a more enhanced and coordinated page... If they view it in Netscape, they get the devils shit thrown around the screen.
The scrollbar works no matter what, its just either coloured or not.
So how do you figure you shouldn't use it? |
|
Back to top |
|
 |
jadeddaisy
Joined: 24 Nov 2002 Posts: 116
|
Posted: Wed Feb 12, 2003 2:10 am Post subject: |
|
|
It's part of the never-ending debate over using valid code. Technically, coloured scrollbars aren't a part of w3 standards so the sticklers don't use them. I personally share your opinion on it, although I am trying to use more standard compliant code. _________________ ~^Rickie Beth^~
jadeDblog |
|
Back to top |
|
 |
afterefx
Joined: 13 Jun 2003 Posts: 25 Location: Texas
|
Posted: Tue Jun 24, 2003 11:22 pm Post subject: |
|
|
to get the scrollbars color to work u take out the at the top of the document. this somehow disables the code _________________
|
|
Back to top |
|
 |
AndrewLB
Joined: 22 Jun 2003 Posts: 1
|
|
Back to top |
|
 |
ArbinShire Guest
|
Posted: Thu Jul 10, 2003 12:17 pm Post subject: |
|
|
Quote: | to get the scrollbars color to work u take out the
<!DOCTYPE
at the top of the document. this somehow disables the code.
|
Oh my god. No wonder I left the dregs that is B2. Standards compliance? Who cares.. right? *rolling eyes* |
|
Back to top |
|
 |
angga Guest
|
Posted: Sat Jan 10, 2004 2:03 am Post subject: |
|
|
I have a problem with it. I can't view my scroll bars colors. And also border-top, bottom, left, right cannot be viewed, what happen? If I delete <!--Doctype there's an reminder <!-- don't delete this line..
what's was that? |
|
Back to top |
|
 |
Timi
Joined: 23 Jul 2003 Posts: 89 Location: Hungary
|
Posted: Tue Jan 27, 2004 5:25 pm Post subject: |
|
|
No way you should ever delete the doctype. You just need the following CSS code:
Code: | body { scrollbar-3dlight-color: #CCCCCC;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #666666;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #999999;
scrollbar-track-color: transparent;
scrollbar-shadow-color: #000000;
} |
|
|
Back to top |
|
 |
hazel
Joined: 20 Jan 2004 Posts: 38 Location: Philippines
|
Posted: Sun Feb 01, 2004 7:28 am Post subject: |
|
|
where would you put that code? |
|
Back to top |
|
 |
elsime Guest
|
Posted: Sun Apr 11, 2004 12:45 am Post subject: |
|
|
I deleted the doctype and it worked... |
|
Back to top |
|
 |
|