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
468
views

Remove the dotted focus outline around hyperlinks with css

In most browsers, when you focus on a link you will see the indication outline that you have focused on the link. This can look rather ugly in some situations, and is easily removed in all browsers with one line of css.

READ MORE & VIEW COMMENTS
0
546
views

One line text without wrapping using css

In some situations, you may want to restrict one line of text (usually a title) to be just that, one line of text to prevent any template height issues. Well its very easily done with some very simple css.

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
0
492
views

Mac OS X style search fields in Safari

How to get the Apple Mac OS X style search fields in to your websites. This only works in Safari.

READ MORE & VIEW COMMENTS