PDA

View Full Version : CSS Firework Menu Tutorial


cmbrooks46381096
06-05-2009, 05:48 AM
HELP!

Hi I have finished the menu for the CSS Firework Menu and wanted to know how to get rid of the underline on the menu item. It is a drop down menu done in CSS with List items.

Here is the web site:

http://theprincplesofdesign.com/

Joe Lowery
06-05-2009, 06:36 AM
In your menu_with_level2.css file, locate the ul#cssmw1 li > a selector and add the following property/value, text-decoration: none.

Alternatively, in Dreamweaver, you can put your cursor in the link, open the CSS Styles panel and switch to Current mode to locate that selector and add the property in the Properties pane or by editing.

Best - Joe