Results 1 to 3 of 3

Thread: email riddler image border problem

  1. #1
    Join Date
    Nov 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default email riddler image border problem

    1) Script Title: email riddler

    2) Script URL (on DD): http://www.dynamicdrive.com/emailriddler/

    3) Describe problem: I have posted the email riddler on my webpage using an image. Everything works fine in Firefox, however in IE 7, it displays a blue border around the image. How can I make this border invisable in IE7, like I did in Firefox?

    Thanks

    script below

    /*<![CDATA[*/

    /***********************************************
    * Encrypt Email script- Please keep notice intact
    * Tool URL: http://www.dynamicdrive.com/emailriddler/
    * **********************************************/
    <!-- Encrypted version of: info [at] ****************.*** //-->

    var emailriddlerarray=[105,110,102,111,64,121,111,117,110,103,108,105,102,101,98,101,108,97,114,117,115,46,111,114,103]
    var encryptedemail_id74='' //variable to contain encrypted email
    for (var i=0; i<emailriddlerarray.length; i++)
    encryptedemail_id74+=String.fromCharCode(emailriddlerarray[i])

    document.write('<a href="mailto:'+encryptedemail_id74+ '"style="color: white"><img src="common/email_icon.gif" alt="Email Us" /></a>')
    /*]]>*/

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Code:
    document.write('<a href="mailto:'+encryptedemail_id74+ '"style="color: white;text-decoration:none;"><img src="common/email_icon.gif" style="border:none;" alt="Email Us" /></a>')
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks jscheuer1

    Thanks jscheuer1 for your post.
    Works perfectly in IE7 now!

Bookmarks

Posting Permissions

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