A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: disable scrollbar

  1. #1
    Senior Member
    Join Date
    Sep 2004
    Posts
    181

    disable scrollbar

    what's the right js to disable the scrollbar that won't cause errors in IE?

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Location
    Sydney, Australia
    Posts
    486
    you can do it without js just in the html

    <body scroll="no">

    other options are "yes" and "auto"

  3. #3
    Senior Member
    Join Date
    Sep 2004
    Posts
    181
    thnx a million


  4. #4
    Senior Member
    Join Date
    Sep 2004
    Posts
    181
    a_slosh,

    scrollbar in IE on mac will never be disabled if too big.
    and mozilla is possible via extra scripting.


    JUST AN IDEA //
    can i do all these things (macIE and mozilla) in a simple StyleSheet?
    will it work?


    thnx a lot mate

  5. #5
    Senior Member
    Join Date
    Jul 2000
    Location
    Sydney, Australia
    Posts
    486
    sorry i'm not sure about that

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