I Need Help >.<

liunx

Guest
Ok..Im not a noob at web design at all, but have only been using css for about..2-3 months (i havent used em b4 cause of pure laziness), but i need sum help...and am very confused as to why this wont work...i am using pabox (from phparena) for my shoutbox on high-arts.net and in the stylesheet, i have:
'
BODY {
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: FFFFFF;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #c0c0c0;
background: #000000;
font-family: Tahoma, Verdana;
font-size: 10px;
color: #ffffff;

}
'
which is SUPPOSED to style scrollbars, yet, as u can tell...the scroll bar didnt style (i've seen other pabox tagboard with styled scrollbars, so i know there is a way to do it) NOW, i thought it mite just be the code in pabox.php, like maybe it was a phpinclude that was puttin the actual tagger content there, but noooo its all there. For sum reason, pabox.php does not want its scrollbar to be styled, heres the code for the stylesheet:

'<html xmlns="http://www.w3.org/1999/xhtml"><head><title>paBox 2.0</title>
<style type="text/css" media="all">@import "./styles/<?php echo($conf['css']); ?>";</style>
<script language="JavaScript" src=http://www.webdeveloper.com/forum/archive/index.php/"./pabox.js" type="text/javascript"></script>
</head>'

Can any1 help me out? it would be greatly appreciated.Scrollbar color codes are a Microsoft proprietary, and will not work in any browser except Internet Explorer version 6. Since these codes only work in 1 of many browsers, they are not standard and, hence, are not valid.
Other than that, there is only one syntax error than I am seeing in that code. The third scrollbar statement is missing it hash indicator (#).Thanks. i fixed the '#' and it still doesnt work. but like i said...i've seen other people have custom scrollbar colors on their pabox's. Im able to style the buttons, input fields, etc. but not the scrollbars...if any1 else knows why this is happening...or how to style it..please let me know... thx

b.t.w(by the way) i know i could just swtich my tagger...but i i've tried other ones and i like this one best..i would just ignore it..but the grey scrollbar looks out of place on my sitepost a link to your style-sheet or post it's contents (given it's not too large). I'll have a look. Although, I do not recommend using color-codes because your code will not validate.Originally posted by Cintax
the grey scrollbar looks out of place on my site

What if I'm on a Mac and my scrollbar is blue? Or if I'm on XP with a different themeset and it's red? It's a chrome object -- it's part of the browser, and the user's computer -- and it shouldn't be changed. It's like changing someone's wallpaper, screensaver, or screen resolution (although you can't do those). I don't want the color of my scrollbars to change. :rolleyes:Originally posted by Jona
What if I'm on a Mac and my scrollbar is blue? Or if I'm on XP with a different themeset and it's red? It's a chrome object -- it's part of the browser, and the user's computer -- and it shouldn't be changed. It's like changing someone's wallpaper, screensaver, or screen resolution (although you can't do those). I don't want the color of my scrollbars to change. :rolleyes:

I saw this coming... lolOriginally posted by PhillMc
I saw this coming... lol

LOL! Yes, I'm sure you did. We just need a few more zealots in here... Pyro, Vladdy, Fredmv... :pOriginally posted by Jona
LOL! Yes, I'm sure you did. We just need a few more zealots in here... Pyro, Vladdy, Fredmv... :p

Here we go again.... lolwell then..u know..in internet options..under advanced? if u dont want the scroll bar changed..then click 'Enable visual styles on buttons and controls on webpages' so that there isnt a tick next to it :)..now if ur on mozilla..or netspace..im not sure how to do it..but i mean..i can find outOriginally posted by Cintax
well then..u know..in internet options..under advanced? if u dont want the scroll bar changed..then click 'Enable visual styles on buttons and controls on wepages' so that there isnt a tick next to it :)

What if I didn't know that, but didn't want you to color my scrollbars? Are you willing to explain that to everyone who visits, or do you just expect them to know already or expect them to not care if you color their scrollbars?that way..u wont have to put up with it <!-- m --><a class="postlink" href="anymorehttp://high-arts.net/">anymorehttp://high-arts.net/</a><!-- m --> ..there ya go..fixed..thanks for ur suggestion..and im sure it will greatly improve visitor satifaction on my website :)Originally posted by Cintax
<!-- m --><a class="postlink" href="http://high-arts.net/">http://high-arts.net/</a><!-- m --> ..there ya go..fixed..thanks for ur suggestion..and im sure it will greatly improve visitor satifaction on my website :)

Much better! I don't completely agree with styling of scrollbars, but the notice is a step in the right direction. :)your welcome :)...i really gotta change my splash screen..i dont liek it...its too...white..bleh
 
Back
Top