Making the Most Out of Links Through CSS
Utilize CSS to make your website links look much more appealing, while simultaneously enhancing the usability of your site. Craig Grannell explains all…
Download the tutorial (in PDF, 1.29 MB) from .net Magazine.
Although the web has enabled mediums such as text, music, video, animation, and so on, to coexist within a single interface (a web browser), the one thing that sets it apart from everything else is the hyperlink. Enabling users to rapidly access related information by clicking text is amazing, though most users take this wonderful innovation for granted, forgetting how useful it is and how revolutionary it was when it first entered their lives (something that, for most people, occurred only during the last decade or so).
For many aspects of web design (notably, layout and typography), CSS has been equally revolutionary. However, perhaps paradoxically, CSS has actually made usability relating to links worse than it was in the bad old days of font tags and scrolling marquees. The reason isn’t CSS itself – instead, it’s down to designer laziness, arrogance or ignorance (perhaps all three). Despite it being simple to set styles for each state of a website’s links, many designers no longer do so, often styling only the default and hover states. However, although the active state (the state when a link is being clicked) is arguably not the most important thing to exist on the web, the visited state is handy, providing users with an at-a-glance indication of which pages they’ve already visited. Go to source…

July 6th, 2007 at 12:22
Thanks. Needed a good tutorial on this one. Downloading…
July 6th, 2007 at 18:35
Very useful, thanks for the info.
I’m getting adventurous when it comes to customising my blog.
July 6th, 2007 at 22:12
You’re welcome Beta3 and Yola.
Yeah, customizing your blog is a great way to have fun with CSS and XHTML. Good luck!