• 0

Scrollbars


Question

I want to get rid of those ugly scrollbars on the side, but I still want to give the ability to scroll. What I really want to just two mouseover buttons that scrool down like the ones on http://www.teamphotoshop.com/ How do I do this. I looked at the source, but I still can't figure it out. Is it some javascript or something?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

If you go to DynamicDrive.com there are tons of DHTML scripts, and I've seen a few that do that kind of thing.

Check out http://www.dynamicdrive.com/dynamicindex11...11/scrollc2.htm for that type of script with instructions.

There will be two problems though:

1. If the visitor to your site has a low-level browser, they will not have the dynamic scroll bars, but will have the regular ones instead.

2. You have to make the containing box that everything would go in fit either dynamically, like 100% width and 100% height, or fit it statically like 800px width and 600px height. Obviously the 100% solution would work better for different screen resolutions, but again, not all browsers can do that. If you choose to make it static at 800x600 then any thing larger or smaller would look wrong.

Give it a try and see what happens.

iUk

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.