Archive for April, 2008

12 Articles and Tools for CSS structuring and optimising

CSS
12 Articles and Tools for CSS structuring and optimising

Optimising and structuring your CSS file is important, especially when you have a large stylesheet. Optimising and structuring your site makes your stylesheet more readable, which makes it easier to update. It can also make your CSS file smaller in size, so your page will load quicker. A list of great tools and articles to optimise [...]

Read more...

Nice Drop caps with CSS

CSS
Nice Drop caps with CSS

There are a lot of websites using a extra <span>-tag for the drop cap. But using the :first-letter pseudo-element, you can easily create nice drop caps with CSS. :first-letter will - how surprising - target the first letter of an element. This pseudo element is included in CSS 1, so the browser support is very [...]

Read more...