treehouse : what would you like to learn today?
Web Design Web Development iOS Development

List items link in FF but not IE

  • 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/
  • "ddumont" said:
    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???
  • Put your images on the links not the list items
    eg:
    .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;
    }