Results 1 to 2 of 2

Thread: image link borders in IE??

  1. #1
    Join Date
    Mar 2011
    Posts
    5

    image link borders in IE??

    I'm trying to link an image in IE but no matter what the blue link border appears. My style sheet for the items are listed below. Suggestions anyone? I'm not the IE developing expert here...

    a {
    border:none;
    outline: 0;
    text-decoration:none;
    }

    a:link, a:visited, a:hover, a:focus {
    border:none;
    outline: 0;
    text-decoration:none;
    }

    Thanks guys!

  2. #2
    Join Date
    Mar 2011
    Posts
    5
    Nevermind guys! i for some reason didnt think about styling the img element. I'm stupid haha. Thanks anyway!

Similar Threads

  1. hover image-link..Help
    By sujith.it in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 14 Jul 2008, 11:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •