javascript - Dropdown menu for navigation on site HTML and CSS only -
This is my site - - If you click on "Service" at the top, you will see that it creates the whole NAV The bar has come down I want to see it this way - -.
Here's the script:
& lt; Script & gt; $ (Document) .ready (function () {$ ("# flip") Click (function () {$ ("# panel"). Slide Toggle ("Slow");});}); & Lt; / Script & gt;
And here is HTML:
& lt; Div id = "flip" & gt; Services & lt; / Div & gt; & Lt; Div id = "panel" & gt; & Lt; Div id = "inside" & gt; & Lt; A href = "http://www.todddudley.com.com/" & gt; Logo Design & lt; / A & gt; & Lt; / Div & gt; & Lt; / Div & gt;
Can you help? I only want to use HTML and CSS but I will use javascript, as I did here.
Thank you!
"- Example -" is a link
This horizontal menu css and html Only
Comments
Post a Comment