Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2010
    Location
    Michigan, USA
    Posts
    113

    WD6 internet explorer display of navigation for layers

    I am creating a website (Web Design Premium 7) for a client and internet explorer puts a rectangle around the navigational numbers (when layers pop up) which are at the bottom right. Do you have any ideas on how this can be avoided?

    http://tlfmg-custom.com/t/portfolio.htm

    Thank you for your help

  2. #2
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Re: internet explorer display of navigation for layers

    If someone tried to make me dig my own grave I would say No.
    They're going to kill me anyway and I'd love to die the way I lived:
    Avoiding Manual Labour.

  3. #3
    Join Date
    May 2010
    Location
    Michigan, USA
    Posts
    113

    Default Re: internet explorer display of navigation for layers

    Great! So I put this code in the header of every page?

    a {
    outline: 0;
    }

  4. #4

    Default Re: internet explorer display of navigation for layers

    Try ;

    Code:
     <style type="text/css">
       a:active, a:focus {
         outline: none;
         ie-dummy: expression(this.hideFocus=true);
       }
      </style>
    Add this to Web Properties>>Website>>HTML code (head)
    Seems to work just fine.

  5. #5
    Join Date
    May 2010
    Location
    Michigan, USA
    Posts
    113

    Default Re: internet explorer display of navigation for layers

    Perfect. You people are the best!

    With gratitude, Monica

 

 

Tags for this Thread

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
  •