List Images

Posted: January 31st, 2009 | Filed under: CSS | Tags: , | Comments Off

In CSS List Images are such a simple topic that I have seen overlooked over and over. There is not much to it at all. Just one line of css.

Example

ul { list-style-image:url(picName.jpg); }

Done in one short line. This will simply make every un-ordered list have an image in place of the dot. So then an un-ordered List in XHTML such as:
Read the rest of this entry »


Improving the usability of forms with CSS :focus

Posted: May 20th, 2008 | Filed under: CSS | Tags: , , | 2 Comments »

Sorry this tutorial has been moved and is now featured on osGuide.net.


View the tutorial here.


Images Within Form Fields

Posted: May 3rd, 2008 | Filed under: CSS | Tags: , | 6 Comments »

Sorry this tutorial has been moved and is now featured on osGuide.net.


View the tutorial here.