Scroll bar help (PHP)

whizynix02

New Member
Messages
95
Reaction score
0
Points
0
hello..

i'm makiing a scroll bar using php script.. i put this codes on my style.css

#hometable .sectcont { text-align:justify; overflow: auto; height: 250px; padding-right: 4px;}
and on my homepage.php

<div class="sectcont">contents..........</div>
Q: how can i make the look of the scroll bar different... ??:dunno:

e.g. : like 2 arrows on the bottom then when i put the mouse pointer on the arrow, it will automatically go up or down....


Thank you in advance..
 

Chrisisrad

New Member
Messages
23
Reaction score
0
Points
0

whizynix02

New Member
Messages
95
Reaction score
0
Points
0
nice :biggrin: .. thanks for the help..

you a nice site too.. :biggthump



--------
still open for other sugestions... :happysad:
 

Twinkie

Banned
Messages
1,389
Reaction score
12
Points
0
In short, you cannnot modify the scroll bars of a web site. However, you can block the scroll bars and immitate it with Javascript/CSS. Nice scripts posted!
 

whizynix02

New Member
Messages
95
Reaction score
0
Points
0
In short, you cannnot modify the scroll bars of a web site. However, you can block the scroll bars and immitate it with Javascript/CSS. Nice scripts posted!

yes sir... need javascript and hide the scroll bars of the web site... :biggrin:
 
Top