Architecting CSS
8 03 2007When building a large site, understanding the subtleties of these pieces of the puzzle can be the difference between successfully organizing your CSS and creating a house of cards that could collapse at any moment.
Comments : Leave a Comment »
Categories : CSS
Links – The Pinball Effect
8 03 2007“Links should be big enough to hit with a dirty, sticky mouse.”
Andrew Morrall
It’s quicker and easier to use a bigger link than a smaller one—this is obvious. Presented below is a simple way to transform an entire area of a Web page into a link from within it, effectively expanding the link’s size, using Cascading Style Sheets, JavaScript and the Document Object Model.
The Pinball Effect is ideal for items in detailed lists, such as entries on a blog’s index pages (see the example). It degrades gracefully if the client’s scripting is off. And it adds no inline JavaScript to mess up your pristine HTML.
Comments : Leave a Comment »
Categories : CSS
CSS Tutorials
25 02 2007Good list of CSS Gallery tutorials. There are simple ones made from pure CSS, and there are more complex ones using css and javascript.
Comments : Leave a Comment »
Categories : CSS
Simple Tricks for More Usable Forms
24 02 2007Informative article from Sitepoint
Comments : Leave a Comment »
Categories : CSS