PDA

View Full Version : HTML OSD: kill the scrollbar?



dbwagner
February 9th, 2004, 08:00 AM
Is there any way to kill the scrollbar in HTML OSD? Suppose I want to create a set of pages that I know will fit in the display -- I don't want that ugly scrollbar there. I was looking through a DHTML reference (by Danny Goodman) and apparently, IE does not give you a way to remove the scrollbar, but Netscape does. Ron, is there any way for the plugin to tell IE not to put up the scrollbar in the first place?

Dave

father of monstermagnet
February 9th, 2004, 09:17 AM
<body scroll=no> :wink:

dbwagner
February 9th, 2004, 07:14 PM
Duh.... thanks! :oops: