A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [RESOLVED] Image links

  1. #1
    Senior Member
    Join Date
    Jan 2006
    Posts
    183

    [RESOLVED] Image links

    I'm using some images as links and set up the decoration as none in CSS. It works fine in FF but in this damn IE I keep having a blue border changed to purple when the link is visited.

    What code should I put to get rid of this border?

    Thanks

  2. #2
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Hi,

    you could try adding something like this to your CSS,

    Code:
    a img {
      border: 0 none;
    }

  3. #3
    Senior Member
    Join Date
    Jan 2006
    Posts
    183
    Perfect! Thanks!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center