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
Printable View
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
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':
Arie.Code:<div style="position: fixed">
Your menu
</div>
===