Quote:
Originally posted by tester2
How can I get rid of the vertical scroll bar on the right side of the ticker?
|
Hi Tester2,
I made this change:
Original:
Code:
<marquee id="threadticker" direction=up scrollAmount=1 style="width:400px;height:28px;border:0px solid black;padding:3px" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=1">
New:
Code:
<marquee id="threadticker" direction=up scrollAmount=1 style="width:400px;height:15px;border:0px solid black;padding:3px" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=1">
Just change 28 pixels height to 15 pixels height.
Very good hack
Daniel.