Dec 19, 2003 #1 manderson2112 Programmer Joined Dec 19, 2003 Messages 1 Location US does anybody know how to disable scroll bars in a standard page? i seem to only have the option in frames pages.
does anybody know how to disable scroll bars in a standard page? i seem to only have the option in frames pages.
Dec 20, 2003 #2 CoreyBryant Programmer Joined Sep 4, 2001 Messages 616 Location US Are you talking about something like this using CSS: <style type="text/css"> BODY { overflow: hidden; } </style> __________________________ Corey http://www.merchantaccounts4less.com/promo/tek.asp Upvote 0 Downvote
Are you talking about something like this using CSS: <style type="text/css"> BODY { overflow: hidden; } </style> __________________________ Corey http://www.merchantaccounts4less.com/promo/tek.asp