Results 1 to 3 of 3

Thread: Scollable Content w/ NS7 & IE6

  1. #1
    Join Date
    Feb 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scollable Content w/ NS7 & IE6

    A few days ago I asked a question about how to remove the horizontal scroll bar from the Scrollable Content script. I found out how to do that by searching the posts ( sorry I didn't do that in the first place ) and in this post I found out that it doesn't work well with NS. The post says that NS displays a scrollbar everywhere it sees fit.

    My problem is that when I modify the script NS doesn't display ANY scrollbars.

    It would be ok if I could get the look I want in only one browser as long as the script worked well enough in other browsers to display the contents.

    Thanks much for any help!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hi:
    The solution in that thread is incorrect if I recall correctly. The property to hide the horizontal scrollbar in CSS is "overflow-x: hidden". So the result should be:

    Code:
    <div id="scroll3" style="width:170px;height:150px;background-color:lightyellow;overflow:scroll; overflow-x: hidden">
    This will cause the horizontal scrollbar to disappear in IE, though as noted, Firefox will still display it.

  3. #3
    Join Date
    Feb 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your help!!

Bookmarks

Posting Permissions

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