tags:

views:

32

answers:

0

I'm trying to make a dropdown menu which starts with a line of circles for the top-level items.

Some lead to another page, but others have sub-items which are presented inside an oval, i.e. the circle transforms into an oval with the subitems inside on mouseover. All of the items change color when moused over.

I have scads of examples of dropdown menus, and I've gotten fairly close, i.e. a circle which drops down a rectangle with the subitems. Does anyone have any hints on how to do odd shape changes like this in CSS?