Hi all, Could anyone suggest a menu like the attached one for my reference…any help is welcome.
You could have a look at CSS Play
Yes if you look at stu’s dropline menus in the link above they should show you how it could be accomplished but there would be a lot of work involved with all those graphics (unless you were just using css3 (rounded corners and shadows etc).
The basics are similar to this old example of mine except that the menu goes down and not up (use top instead of bottom).
In your image you would need to use a repeating graphic on the drop down ul and then add the left corner slice to the first list item and the right corner slice to the last list item. The space between the vertical rows would need to be padding on the ul as they must stay in contact.
A menu like that would probably take all day to get coded exactly right from scratch.