Drop Down Menu / Posts /

Can I use your menu with a fixed position

0
Hi,
This menu script looks cool and is well maintained, I want to know can I create a menu like this:
http://techorange.com/techorange-startup-mixer-history/
it's always top no matter how deep you scroll, and also it's transparent.

Thanks!

Alex  10 years ago   viewed: 4460    

1 Answer

-1
Yes it is possible. Just give the menu a fixed position:

#ddmenu
{
    display:block;
    font-family:Arial;
    text-align:center; 
    letter-spacing:normal;
    position:fixed;left:0;top:0;
    width:100%;
}

#ddmenu ul
{
    width:100%;
    ......
}

As to the transparency, it is also the style configuration(e.g. { opacity: 0.7; })
Milo   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: