|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||||||
|
||||||||
|
scoll bar styles...
I'm trying to get the scollbars colored on my gallery page.
you can see where I'm having my problem at http://www.societykills.org in the pics section. if you look, you'll see that the scroll bar in the right hand iframe isn't coloring properly. index.php calls gallery.php which calls style.php which has the various style commands for the page. currently, these following style commands work properly: php Code:
so when i put the scroll bar codes in - php Code:
they dont work. am i using the wrong commands? |
|
#2
|
|||
|
|||
|
RE: scoll bar styles...
I tried the scrollbar style code you posted and it worked fine!!! I viewed the source of the page and I did not see the that code...on all your other pages, the style sheet is referenced externally and they seem to be working fine!!!
|
|
#3
|
|||
|
|||
|
RE: scoll bar styles...
i put the code back into the page.
keep in mind that i'm not refrencing the external style sheet that works for all the other pages in my site because this particular code snippet that i borrowed uses its own imbedded stylesheet. i still cant get it to change the stupid scroll bar colors. |
|
#4
|
|||
|
|||
|
RE: scoll bar styles...
if your webpage contains the following line of code at the top, the colored scrollbars won't work so you gotta remove it.
It's this line: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
|
#5
|
|||
|
|||
|
RE: RE: scoll bar styles...
Quote:
That is correct. Because scrollbars are an Internet Explorer compatibility, it is not a W3C standard. Anything that you include on your website that is not standardized, probably wont work, properly anyway, when you use that tag. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > scoll bar styles... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|