0
541
views

Vertically align a div to the bottom in css without tables

A simple, but effective way to vertically align a child element (e.g. div) to the bottom of it's parent container just like the old valign="bottom" days.

READ MORE & VIEW COMMENTS
0
1175
views

AJAX Activity Indicators

If you are in the need of a AJAX activity indicator icon then check this out.

READ MORE & VIEW COMMENTS
0
1437
views

Applying a css style to Internet Explorer 6 only

Due to the amount of bugs that seem to plague Internet Explorer 6, it is very useful to know how to specify a style to IE6 only. Well ironically, due to one of its many bugs, you actually can.

READ MORE & VIEW COMMENTS
0
462
views

Margin bug in Internet Explorer 6

How to fix the annoying css margin bug on floating div's in Microsoft Internet Explorer 6.

READ MORE & VIEW COMMENTS
0
1058
views

Alpha transparency on background png images in IE6

How to get alpha transparency on background png images for Microsoft Internet Explorer 6 using css only and no JavaScript.

READ MORE & VIEW COMMENTS