boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

scroll bars

 
Post new topic   Reply to topic    boardom Forum Index -> (X)HTML / CSS help
View previous topic :: View next topic  
Author Message
Naima
Guest





PostPosted: Sun Feb 09, 2003 5:30 am    Post subject: scroll bars Reply with quote

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





PostPosted: Sun Feb 09, 2003 6:15 am    Post subject: Reply with quote

Never mind I got it to work =D
Back to top
GthicFury



Joined: 13 Dec 2002
Posts: 13
Location: Miami, FL

PostPosted: Mon Feb 10, 2003 1:20 am    Post subject: Reply with quote

You shouldn't use scrollbar CSS bit - It only works in IE and it's MS only CSS code. *bahh*
_________________
-= Eric
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Jaleco



Joined: 09 Feb 2003
Posts: 15
Location: Canada

PostPosted: Tue Feb 11, 2003 11:56 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
jadeddaisy



Joined: 24 Nov 2002
Posts: 116

PostPosted: Wed Feb 12, 2003 2:10 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
afterefx



Joined: 13 Jun 2003
Posts: 25
Location: Texas

PostPosted: Tue Jun 24, 2003 11:22 pm    Post subject: Reply with quote

to get the scrollbars color to work u take out the
Code:
<!DOCTYPE
at the top of the document. this somehow disables the code
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address
AndrewLB



Joined: 22 Jun 2003
Posts: 1

PostPosted: Fri Jul 04, 2003 3:32 pm    Post subject: Reply with quote

afterefx wrote:
to get the scrollbars color to work u take out the
Code:
<!DOCTYPE
at the top of the document. this somehow disables the code


For more information about that, check here:
http://www.w3schools.com/xhtml/xhtml_dtd.asp
_________________
AndrewLB.com
AndrewLB's web log
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
ArbinShire
Guest





PostPosted: Thu Jul 10, 2003 12:17 pm    Post subject: Reply with quote

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





PostPosted: Sat Jan 10, 2004 2:03 am    Post subject: Reply with quote

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

PostPosted: Tue Jan 27, 2004 5:25 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
hazel



Joined: 20 Jan 2004
Posts: 38
Location: Philippines

PostPosted: Sun Feb 01, 2004 7:28 am    Post subject: Reply with quote

where would you put that code?
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
elsime
Guest





PostPosted: Sun Apr 11, 2004 12:45 am    Post subject: Reply with quote

I deleted the doctype and it worked...
Back to top
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> (X)HTML / CSS help All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group