Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS List icon wont appear in IE

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31688
    guirigales
    Member

    Hello all,

    I have set up a class for my blog lists, which while display fine in all decent browsers fails to show the icon in IE7/8.
    Any ideas whats wrong with my css?


    p.bloglist {
    background: url("images/listicon.jpg") no-repeat scroll 0 25px transparent;
    color: #1A1817;
    font-family: helvetica,frutiger,univers,calibri,arial,sans-serif;
    font-size: 13px;
    line-height: 200%;
    padding: 20px 30px 0 35px;
    text-shadow: 1px 1px #FFFFFF;
    }

    Many Thanks

    #59459
    chrisburton
    Participant

    Try setting height and width

    #59461
    guirigales
    Member
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.