well i am not good with CSS menus…. i need TO MAKE THIS but was unable to align text to the bottom of listli
so it tried to do this with tables.. i was thinking Display Block is gonna solve my problems but turned out it didn’t… you see in the jsFiddle example that i posted, when mouse is on the top areas of cell the link doesnot work which is true because there is no link there… can somebody please tell me how to convert it to CSS Menu
I would suggest making the menu with an unordered list instead of tables. Something like this:
HTML:
CSS:
Try something like this, setting a gradient image (you’ll have to make this) as the background on the links. Then create another image for the hover state. You’ll also have to tweak the heights and widths to your liking.
This shouldn’t require any javascript.