|
I want to create a horizontal navigation bar for one of my sites. I want the bar to expand when a top category is moused over.
The problem is I need the top category links to be image based so each link has its own image, which is the same in height as the others but not the same in width because I want to use a non standard font.
The dropdown aspect of the menu can be either standard text or image based.
I have successfully created a static (non dropdown) menu using just images but how do I create the horizontal dropdown menu I am looking for using css?
Thanks for any help
|