Studio Lounge
Studio Lounge Wed Design and Photography Edmonton
Mini Icons

mini iconsMini icons seam to be a staple on the net now finding there way all over link lists, wordpress thmes and jsutabout anything you can design now has some icons on it.. And who can you blame? They add spice to your site. I recently sprinkled some on my site to liven it up and add visual keys.

And using some elite CSS like this:

Code (css)

.test li{
  background: url(icons/icon.png) no-repeat top left;
  list-style-type: none;}

Or for Mozilla only:

Code (css)

a[title^="test"] { background: url(icons/icon.png) no-repeat;}

Using (title=”test”) mozilla with seak it out and render a image beside it.

You can throw them all over your site. Here are some links to get you started:

No Responses to “ Mini Icons ” Jump

Leave a Reply