Results 1 to 3 of 3

Thread: Drop down menu with scrollbar?

  1. #1
    Join Date
    Oct 2006
    Location
    Warwickshire, UK
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop down menu with scrollbar?

    1) Script Title: Chrome CSS Drop Down Menu (v2.0)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm

    3) Describe problem:
    Hi all,
    New here so apologies if asking in the wrong place.
    I am currently playing around with the drop down menu above.
    My problem is that I have toO many items to go in the box. It isn't a problem for people with scroll wheels on their mouse, but if they haven't it can be a problem.
    Is there a way of adding a scrollbar to the drop down box?

    TIA.

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

    Default

    Inside the DIV tag of the drop down menu you wish to add a scrollbar, you can do something like:

    Code:
    <!--2nd drop down menu --> 
    <div id="dropmenu2" class="dropmenudiv" style="width: 150px; height: 300px; overflow-y: scroll">
    <a href="http://www.cnn.com/">CNN</a>
    <a href="http://www.msnbc.com">MSNBC</a>
    <a href="http://news.bbc.co.uk">BBC News</a>
    </div>
    Note however that "overflow-y" is only supported in IE, and most recent versions of Firefox 1.5.

  3. #3
    Join Date
    Oct 2006
    Location
    Warwickshire, UK
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry for the late reply and thanks.

    It worked a treat in IE, is passable in Opera as it appears to ignore the height,
    but in FF it sets a height but isn't scrollable, which means some content is
    not displayed.
    Is there any way of getting it to work in FF?
    You can see an example of what I am trying to do here
    Example
    Use IE to see the effect I would like.

    TIA.

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
  •