View previous topic :: View next topic |
Author |
Topic : "New Website Layout" |
Al Ian member
Member # Joined: 27 May 2002 Posts: 525 Location: USA
|
Posted: Sat Dec 21, 2002 3:42 pm |
|
|
I spent the time to do a website with just my Al Ian style artwork.
http://al_ian0.tripod.com/
However, I am trying to figure out how to change the color on the scroll bars on the sides to match the rest of the website. If anybody can help let me know.
As always, C&C very welcome! _________________
http://jmarkey77.home.bresnan.net/ |
|
Back to top |
|
Matthew member
Member # Joined: 05 Oct 2002 Posts: 3784 Location: I am out of here for good
|
Posted: Sat Dec 21, 2002 4:02 pm |
|
|
Hello
Very nice site, I like the choice of background color.
I have also wondered about this scroll bars, maybe it is Java script?
dunno really?
Merry Christmas
Matthew |
|
Back to top |
|
faB member
Member # Joined: 16 Jul 2002 Posts: 300 Location: Brussels, Belgium
|
Posted: Sat Dec 21, 2002 7:40 pm |
|
|
Put this in your stylesheet
Code: |
HTML {
scrollbar-arrow-color: #86736A;
scrollbar-face-color: #534741;
scrollbar-track-color: #2C2726;
scrollbar-highlight-color: #86736A;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #86736A;
}
|
It works only in Internet Exploder, it's not standard HTML I think, I use Mozilla , much better _________________ "I'm not a shrimp, I'm a KING PRAWN !" -- Pepe.
selfportraits & stuff |
|
Back to top |
|
Al Ian member
Member # Joined: 27 May 2002 Posts: 525 Location: USA
|
Posted: Sat Dec 21, 2002 8:50 pm |
|
|
Ahhh... its XML... ok that makes sence. Guess I have to learn something new (dangit). Thanks! _________________
http://jmarkey77.home.bresnan.net/ |
|
Back to top |
|
DL-44 junior member
Member # Joined: 21 Dec 2002 Posts: 26
|
Posted: Sun Dec 22, 2002 6:14 pm |
|
|
Nope, that'd be CSS.
XML is a totally different entity and has no connection to Stylesheets.
As stated, the scroll bars are strictly an IE/WIn deal though... |
|
Back to top |
|
Loxley member
Member # Joined: 27 Jul 2002 Posts: 90 Location: The Hub
|
Posted: Sun Dec 22, 2002 7:28 pm |
|
|
Ill have a review up for you as soon as Im done closing all these popup windows. |
|
Back to top |
|
Al Ian member
Member # Joined: 27 May 2002 Posts: 525 Location: USA
|
Posted: Tue Dec 24, 2002 4:44 pm |
|
|
LOL @ Locley: Yeah, I know I know I know... sucky... I cant afford a real host at the moment!
DL-44: Thank you for the info... no wonder it wasent making any sence... [boggel] _________________
http://jmarkey77.home.bresnan.net/ |
|
Back to top |
|
|