CSS : Link Selector & Link Styling Order

Posted by: Ping

The order of link styles in the code matters. If they are out of order they may not work properly. The correct top to bottom order should always be: 1. a:link (a) 2. a:visited 3. a:hover 4. a:active (they control the entire linking system except those inside the navigation div) CSS Reference & Properties

Dreamweaver CSS – Spry Menu

Posted by: Ping

Before | After Get the exercise asset here 1. In Dreamweaver, choose Site > New Site 2. Select the text “Menu Goes Here”, then delete the text 3. Insert > Spry > Spry Menu Bar 4. Delete items / add items for creating sub-menus 5. In CSS panel, select ul.MenuBarHorizontal a (change bgcolor to #CCC) […]