Nov 21, 2002 #1 mflancour MIS Apr 23, 2002 379 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 Mar 30, 2001 766 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 Nov 16, 2001 1,259 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