menu scroll bar

dschoerner / 2009-05-07 14:42:45   

hi, im trying to move the menu scroll bar to the entire page.. ive searched throughout the the forum but cant seem to find the answer. does anyone have any ideas on how to do this?
thanks

lemathieu A / 2009-05-07 15:22:38   

site?

dschoerner / 2009-05-07 15:28:03   

not much real content to it right. im just trying to get my format settled before uploading images
site

arsondpi / 2009-05-07 15:40:55   

#menu {
background-color:#fff;
bottom:0;
height:100%;
left:0;
position:absolute;
top:0;
width:275px;
overflow: visible;
}

- for a more detailed answer search around the forum -it's been discussed before...

edit: check this

dschoerner / 2009-05-07 15:47:19   

thats great!
thank you

This thread has been closed, thank you.