A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Getting rid of the scrollbar...

Hybrid View

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    11
    How can I get rid of the scrollbar on the right side of the screen? I see pages out there all the time with no scrollbar but I can't figure out how to make mine go away. (It's greyed.) Any help?

    thanks.

    chris


  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    155
    you have to make a new window to be able to do that.

    if you are using dreamweaver then type "enter", make it a link and put # in the link box. now goto the behaviors box and under the "+" menu goto "Open new browser window" or something like that. now type in the address of the page you want no scrollbars on and check the boxs you want and name the window at the bottom, press OK and save the page in the same directory as the page you are linking to.

  3. #3
    Senior Member Knoj's Avatar
    Join Date
    Sep 2000
    Location
    Ames IA
    Posts
    361
    If you use JavaScript to open a new window, all you have to do is include: scrollbars=no
    I have an example of a window that opens, you are welcome to use this script, and edit it to your needs. The script link is below>

  4. #4
    Junior Member
    Join Date
    Apr 2000
    Posts
    22

    no scroll bar

    You can do it in HTML too.
    example:
    <body background="whatever.graphic" topmargin="0" leftmargin="0" scroll="no">

    that works for me, especially if you don't want a javascript popup.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center