Archive | CSS RSS feed for this section

CSS Transparency for Images

25 Nov

Creating transparency with CSS is easy. Here is an example with images. (more…)

Vertical Text with CSS

2 Nov

This creates a quite interesting effect of vertical text, in this example used with a link.

Unfortunately this is IE only, so use with caution. If your audience consists of IE only (or if you don’t give a damn about other browsers, I know you guys are out there) then go ahead.

Hopefully, alot of improvements to vertical text standards wise will come with CSS3.

(more…)

Thin Horizontal Rule <hr> with CSS

13 May

The Horizontal Rule tag <hr> has been around for a long time, and still used to visually separate elements on web pages. Here is how you can change this line to be a pencil thin 1px line. (more…)