Log in

View Full Version : Menu script for long Pages



Xalien
10-20-2012, 05:43 PM
1) Script Title:

2) Script URL (on DD):

3) Describe problem:
Need Script like this

cnkonline.com

i.e Menu script which scrolls down when we move down


Thank you DD

molendijk
10-20-2012, 06:59 PM
Hello Xalien,
The menu doesn't scroll down, but stays fixed when the user scrolls the page.
To achieve this, just put your menu in a div having 'position: fixed':

<div style="position: fixed">
Your menu
</div>
Arie.
===