Log in

View Full Version : Scrolling Vertical Menu without frames ?



Mikee
04-27-2008, 01:03 AM
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 :

http://xs226.xs.to/xs226/08170/fzxchdf319.gif.xs.jpg (http://xs.to/xs.php?h=xs226&d=08170&f=fzxchdf319.gif)

Thank you!

Medyman
04-27-2008, 02:31 AM
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.


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

Mikee
04-27-2008, 07:35 AM
Yes, that's exactly what I mean, thank you very much for your help!