div layout problem, style |
![]() ![]() |
div layout problem, style |
Jun 29 2008, 10:15 PM
Post
#1
|
|
![]() badass nerd ![]() ![]() Group: Member Posts: 24 Joined: Jun 2008 Member No: 660,629 |
i've tried using both IE and FF to view my div to see if scrollbars etc following my styling, but nothing works.
i'm still working on the coding, but can anyone think of reasons why my styling isn't working? any help or comments is appreciated. |
|
|
|
Jun 30 2008, 12:11 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
CODE <style type="text/css"> body { scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; } </style> that's the code to change your scroll bars. it only works in internet explorer version 5.5 and newer; other browsers don't support it. |
|
|
|
Jun 30 2008, 01:08 AM
Post
#3
|
|
![]() badass nerd ![]() ![]() Group: Member Posts: 24 Joined: Jun 2008 Member No: 660,629 |
thanks.
unfortunately that code looks very similar to what i have already written :/ i'll keep trying. |
|
|
|
![]() ![]() |