November 18, 200916 yr Hello I have tried following a Tutorial from WebMonkey on how to create a CSS Drop Down Menu for my website, but It isn't working for me. On my Site It is all going crazy ! I want a drop down menu when a person hovers over [ Personal Development ]. please help.
November 29, 200916 yr Suckerfish jQuery plugin, it's easy to use and works in IE6 too, you will need to include the suckerfish plugin files and a link to jQuery, I generally use Google's cache so most users will already have it in memory: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
November 29, 200916 yr also this might be your problem; #nav li:hover ul, li.over ul { display: block; } should it be #nav li:hover ul, li.hover ul?
December 4, 200916 yr you could always use the simople root of creating your navigation as a web saved jpeg, drop it into fireworks, chop it up into the different links then right click on a link and select ADD DROP MENU and you can create a simple drop down menu without any code? hope this helps
December 4, 200916 yr Try the Stu Nicholls website for css menus. Can't remember url but it comes up if you put his name and css into google.
Create an account or sign in to comment