Results 1 to 3 of 3

Thread: Scrolling Vertical Menu without frames ?

  1. #1
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Scrolling Vertical Menu without frames ?

    Hi! I need some help with a vertical menu. I have a ''index'' page with a vertical menu that i want to do it like a ''scrolling'' menu. I know that it can be done in using frames but i don't like frames. Any idea on how can be done without frames ? To explain me better :



    Thank you!

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    So you want the right hand column (i'll call it the "sidebar") to be the same height as the left hand column but have scrollbars?

    Simple enough...

    Add the overflow:auto property to the sidebar div.

    HTML Code:
    <div id="sidebar" style="overflow:auto;">
        What's Hot
    </div>

  3. The Following User Says Thank You to Medyman For This Useful Post:

    Mikee (04-27-2008)

  4. #3
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Yes, that's exactly what I mean, thank you very much 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
  •