Nov 21, 2002 #1 mflancour MIS Joined Apr 23, 2002 Messages 379 Location US Can anyone tell me how to remove the horizontal scroll bar from a frame without also removing the vertical one?
Can anyone tell me how to remove the horizontal scroll bar from a frame without also removing the vertical one?
Nov 21, 2002 #2 Boomerang Programmer Joined Mar 30, 2001 Messages 766 Location NL Try this page: http://scriptasylum.com/scrollers/framedscroller_v/framedscroller_v.html you can also take a look at: http://scriptasylum.com/scrollers/framedscroller_h/framedscroller_h.html Hope this helps, Erik <-- My sport: Boomerang throwing !! !! Many Happy Returns !! --> Upvote 0 Downvote
Try this page: http://scriptasylum.com/scrollers/framedscroller_v/framedscroller_v.html you can also take a look at: http://scriptasylum.com/scrollers/framedscroller_h/framedscroller_h.html Hope this helps, Erik <-- My sport: Boomerang throwing !! !! Many Happy Returns !! -->
Nov 22, 2002 #3 RISTMO Programmer Joined Nov 16, 2001 Messages 1,259 Location US If you don't want to have images and js, you can use styles. It's IE only, but you can add this to the frame: style="overflow-x:hidden;overflow-y:scroll;" Rick Upvote 0 Downvote
If you don't want to have images and js, you can use styles. It's IE only, but you can add this to the frame: style="overflow-x:hidden;overflow-y:scroll;" Rick