Archive for the 'geek.css' Category

css tricks

Friday, March 17th, 2006

Recently come across a couple of nifty CSS tricks that are worth sharing. All kudos to the authors for working these out.

nifty corners

Probably not unique, but here is a well-written article on how to add rounded corners to your HTML boxes without having to use images. The article shows a couple of […]

removing underlines from html links

Sunday, December 4th, 2005

By default, links in HTML:

are underlined
are in the same font as the rest of the document
change colour depending on whether the link has been visited already or yet to be visited

To change any of these defaults you simply need to define an alternate style for the links.

Be careful when updating the default styles for your […]