Using CSS for icon placement

Discussion in 'CSS' started by Drachsi, Aug 17, 2009.

  1. #1
    I always wanted to show links with an icon in front, finally found an answer.

    Is there site that you can suggest to get other ideas?

    Drachsi
     
    Drachsi, Aug 17, 2009 IP
  2. miles2go

    miles2go Peon

    Messages:
    567
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can search in google ,few site which i know to get the great idea is foxinni.com and vikiworks.com
     
    miles2go, Aug 17, 2009 IP
  3. ajaXpert

    ajaXpert Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    basically you can a write a css class for the link. e.g.

    cls {
    background: transparent url(image_path) no-repeat;
    padding-left: 20px;
    }
     
    ajaXpert, Aug 20, 2009 IP