Entries tagged: css

Jan 25

Rounded Corners Table Rows

Rounded corners with CSS are a hot topic in web design for some time and there are many articles showing how to implement them with or without javascript, using one 1, 2, 4 or without images at all. I was inconveniently surprised when I needed to create table with rounded rows effect. It seems there is no simple solution for that and I didn't wanted to use floated DIV's instead of table cells because that would cut down flexibility of tables.

Aug 23

BUGFIX: Floated list indent bug in IE5, IE5.5

When float is applied to unordered list, Internet Explorer 5 and Internet Explorer 5.5 add extra indent to all list items.

Jul 14

Relative Font Sizes Stylesheet Switcher

Relative Font Sizes Stylesheets Switcher helps creating usable web pages that give readers simple solution for resizing text on the web page respecting their default settings. This is based on my article Power To The People: Relative Font Sizes on a A List Apart. I created switcher as most existing methods ignore the user’s default settings.