Welcome to TalkGraphics.com
Results 1 to 5 of 5

Hybrid View

  1. #1
    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;
    }

  2. #2

    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.

  3. #3
    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
  •