-
position fix
i need a js that can make effect like this page:
http://moronicbajebus.com/
when you scroll down the menu always in the position, the only thing that scroll only the main content.

i don't know how to explain it clearly, i hope you can understand what i mean.
thanks a lot.
_____________________
David Demetrius //
davejob
_____________________
-
-
These are the reference site that you can use
http://www.cssplay.co.uk/layouts/fixed.html
http://www.wduffy.co.uk/blog/wp-cont...lling-element/
The other option that u can do is give id to ur menus and assign postion as fixed.
Example:
#menu {
position:fixed;
display:block;
top:0px //u can give in pixel how much u want to move ur menu down
left:0px //pixels for moving ur menu to left as required
}
-
-
_____________________
David Demetrius //
davejob
_____________________
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks