Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,

I am making a website and in it I want to provide dynamic floating menu bar like Gmail(current one). I have searched over internet for it but there i found menu bar whose co-ordinates are fixed.

I mean if menu bar is on center of page and you scroll page a little then menu will also scroll but when menu bar comes to top of page then menu bar is fixed along with the page and will be shown throughout the whole page. For Example see Gmail menu bar having options like move, delete etc.

I need some help regarding this.

Thanks.
Sammy
Posted
Updated 9-Aug-11 6:16am
v3
Comments
Slacker007 9-Aug-11 6:42am    
Edited for readability.
MallikarjunaGupta 9-Aug-11 7:40am    
you are talking about Archive,spam, delete,move to menu bar.
Sam_IDEA 9-Aug-11 9:30am    
yeah.
I'm talking about the same.
for more details about my question please scroll down the page.
thnx
Sammy

 
Share this answer
 
Comments
Matt Bradley 9-Aug-11 13:23pm    
The example works (http://www.dittocode.com/sandbox/floating-menu-bar1.html), and the snippets are taken from the example. Are you forgetting to include the jQuery source? What problems are you actually having?
Sam_IDEA 9-Aug-11 13:28pm    
Sorry.
Same as you mention, I forgot to include jQuery source. But I included before your comment. :)

Thnxx a lot. It was great help. :)
you can use position:fixed in your css code for the div which you want to fixed.
 
Share this answer
 
Comments
Sam_IDEA 9-Aug-11 9:29am    
thnx 123arvind123 for your time.
As I mentioned I need to provide menu bar just like gmail is using(Archive,spam, delete,move to menu bar). If I uses position: fixed attribute, then menu bar will be fixed at that exact point only. I need when user scroll down the page, menu bar should scroll down until top of page is achieved and after that it should fix on top. I need some jquery snippets for this purpose.
Thnx
Sammy

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900