Thread: Scrollbar!!!!!!
View Single Post
  #6 (permalink)  
Old 07-12-04, 04:07 AM
studenteye's Avatar
studenteye studenteye is offline
Newbie Coder
 
Join Date: Jul 2004
Location: UK
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Its not too difficult

Hi,

this scrollbar is looking cool. you can make a scrollbar like this by using javascript.

i did work on it. my scroll bar is not fully working . when you mouse move on up arrow or down arrow then it is working good . but you can not use scrollbar from its middle.

tips:
if any one is intrested in it then few tips for you.
1 : make a frame with 100% width ( scrollbar = no)
=> by using frame we can hide orignal scrollbar of page

2 : make two scrollbar images ( *.jpg , *.gif). for up and down arrow

3 : display it on page by setting up its x and y position
=> e.g document.write("<table cellspacing='0' border='0' cellpadding='0' style='POSITION:absolute;TOP: 50px; left: 550px;'>")

4 : on mouse over of images increase or decrease y-axis of page

if your requirment is some thing like this then i will post you its whole code. but sorry this time i am out of city.
Reply With Quote