List Images

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

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 »


WordPress Paging Style

Posted: April 16th, 2008 | Filed under: General | Tags: , , ,

Recently Jens Törnell over at http://www.jenst.se/ wrote a plugin that

“I made a paging navigation plugin for WordPress that will be an alternative to the “Next page” and “Previous page“. Instead it uses numbers which makes it easier for users to choose what page to go to. It also makes a tighter internal link structure which makes it easier for search engines to find your posts.”

He included a couple basic themes, But earlier today I re-stylized the “tiny” theme to be this dark grey color scheme. So now I am going to share this with you.
Read the rest of this entry »