Log in

View Full Version : css menu



gurmeet
03-14-2009, 05:25 AM
i want to make a css menu by simple coding, vdout any script... is it possible ?
by giving styles to he hover?
i need only single menu like this


========
Profile (main menu)
=======
Edit
----
picture
------
professional
-----------


like this, when i hover on profile it display an after that it hide...
is it possible by CSS only?

jlizarraga
03-14-2009, 06:12 AM
It is very possible. The standard practice is to use nested unordered lists for your menus. Unfortunately IE6 only supports :hover on links, so it will require Javascript to see your submenus.

Try searching Google for "pure css menu".

gurmeet
03-14-2009, 10:56 AM
ok can u give me simple coding in javascript plz.... ya i serched on net, bt its very coplex coding , so not easy to understand..

if u have coding give it to me plz, vd some description of the code..
THANX in advance

jlizarraga
03-16-2009, 09:34 AM
Try this:

http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm