Results 1 to 5 of 5

Thread: How do I fix my image links (shows purple border in IE)

  1. #1
    Join Date
    Jan 2009
    Location
    LBC
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation How do I fix my image links (shows purple border in IE)

    Hey Guys,

    I got a question or more like an issue. I recently built this webpage:

    http://www.lividup.com/prototype2/index2.php

    Its giving me a wierd look on IE and Firefox. Here are the issues below:

    1. IE: Shows a purple border around my image links, how do I take this off?

    2. Firefox: Shows a gray border around my image links, how do I take this off?

    3. IE: Does not show my drop down menus on the navigation bar, how do I fix this? I used Dynamic Drives tutorial on dropdown menus.

    Note: The website shows perfectly on Apple's Safari web browser and Opera, however Firefox has that one issue above and IE has those issues as well.

    Can anyone help me in fixing these issues? Or lead me in the right direction in resolving it?

    Thanks,

    Dundilly

  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

    For both 1 and 2, use this in your stylesheet:

    Code:
    a img {
     border: none;
    }
    For the other question, there is a conflict with the Fading Scroller script. Change all 4 instances of ie4 in it to ie4a.
    Last edited by jscheuer1; 01-15-2009 at 06:05 AM.
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    slamothe (01-17-2009)

  4. #3
    Join Date
    Jan 2009
    Location
    LBC
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for your suggestion. I changed the ie4 to ie4a and that didnt do the trick for the menu drop down not showing..

    Any other suggestions?

    Dundilly

  5. #4
    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

    Worked here. You however changed it in both scripts. Though I could have been more clear (sorry), I said to only change it in the Fading Scroller script.
    - John
    ________________________

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

  6. #5
    Join Date
    Jan 2009
    Posts
    16
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    For both 1 and 2, use this in your stylesheet:

    Code:
    a img {
     border: none;
    }


    For the other question, there is a conflict with the Fading Scroller script. Change all 4 instances of ie4 in it to ie4a.
    Thank You!!, That was a huge help for me!!
    been try to remove my purple borders for awhile now.
    Steve

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
  •