Dear friends I am in search of a free drop down CSS based menu. If you people out there can help me then please do it with some links from where I could be able to download some good working CSS based drop down menu for free. If according to you there's something better than CSS for drop down menus then please suggest that also. Because I am new for drop down menus etc. Right now I am only using plain hyperlinks to make menus. But now I want something professional and so in search of a drop down menu. So thanking you all friends in advance for the suggestions.
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Want A Drop Down Menu In Css
Started by contactskn, Nov 30 2009 11:23 AM
2 replies to this topic
#3
Posted 02 December 2009 - 10:07 AM
I cant remember exactly how i done mine... I didnt think i used JS but perhaps i did... heres a JS/CSS solution but im sure it can be done with pure CSS...
Think of the file menu in your browser.
That button is one div/link
The menu that appears under it (eg, new, open etc...) is another div that is set to hidden using CSS and a class "noshow". When you click on the word "file" or even mouseover use the "onlick" JS event to change the class of the menu div to "show"
Take a look at my site apex-photographs.com
I use a drop down type menu on the bottom of the page, in white text. I cant access my site here at work because our dns, i think, but you are free to view my code. I think my css should be apex-photographs.com/main.css
See if that helps.
Sorry im vague but i cant access my site to show you the code myself!
Think of the file menu in your browser.
That button is one div/link
The menu that appears under it (eg, new, open etc...) is another div that is set to hidden using CSS and a class "noshow". When you click on the word "file" or even mouseover use the "onlick" JS event to change the class of the menu div to "show"
Take a look at my site apex-photographs.com
I use a drop down type menu on the bottom of the page, in white text. I cant access my site here at work because our dns, i think, but you are free to view my code. I think my css should be apex-photographs.com/main.css
See if that helps.
Sorry im vague but i cant access my site to show you the code myself!
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















