Forums

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

Home Forums CSS List items link in FF but not IE

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

    Hey Everyone,

    I’m using images for a navigation list with a border hover underneath them. The links function correctly in Firefox but in IE the links are unclickable. I’m not sure what the problem might be…any opinions?

    The link is here: http://quiltingforpeace.com/

    #59940
    ikthius
    Member
    "ddumont" wrote:
    Hey Everyone,

    I’m using images for a navigation list with a border hover underneath them. The links function correctly in Firefox but in IE the links are unclickable. I’m not sure what the problem might be…any opinions?

    The link is here: http://quiltingforpeace.com/

    hello welcome…..

    I could not see what you were on about at the link you gave, but found something here: http://quiltingforpeace.com/thebook/

    the nav images click fine in this page in FF & IE8

    hope this helps???

    #59943
    apostrophe
    Participant

    Put your images on the links not the list items
    eg:

    Code:
    .nav ul li.thebook a {
    background:url(images/nav_1.png) no-repeat;
    height:28px;
    width:73px;
    display:block;
    padding-right:20px;
    text-indent:-9999px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.