CM143 Web Week 6 Links & Navigation CSS Styling & Mouseovers
Navigation Tips By default text links are obvious, change when hovered over and appear differently when they have been previously visited – these are useful attributes! CSS Selectors allow you to style how text links look, but never re-style links to make them unintuitive or more difficult to navigate!
Default Link
Default Visited Link
CSS Selector CSS allows you to style how a link looks in different states: a:link – the default state for a link a:hover – a link being hovered over by the mouse a:visited – a link previously visited a:active – a link in the process of loading Styling these states allows you to modify the aesthetic of your navigation, but should provide you with the scope to keep it intuitive
Mouseovers Mouseover images offer a similar visual reinforcement to hover-changing text links This feedback is crucial for good interface design by alerting users through interaction Mouseovers are usually accomplished in Javascript Dreamweaver has built-in tools for creating simple mouseover image links Mouseover image links have no visited state
Image based link
Image based link - hover