Tag Archives: vertical

CSS Vertical Align

5 Jan

The vertical-align property in CSS has given gray hair to many a starting css coder until they finally realized what this property is, and what it is not.

This property does not vertically align elements inside a box element. It is not the CSS equivalent for the HTML attribute valign=”middle”. (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…)