Purple box appearing around links in IE only.

I designed standard links from the index page to other pages. In Safari, they look fine, but in Internet Explorer there is a purple box that appears around the link once it is clicked. I cannot figure out why. Any help would be greatly appreciated.

Chris Mileski wrote:
in Internet Explorer there is a purple box that appears around the link once it is clicked.
This thread has been moved to the Dreamweaver General Discussion forum.
If you're referring to an outline surrounding a text link, it's known as a focus rectangle. The purpose is to assist disabled people, who often use the keyboard to navigate websites, to identify which link has the focus, or has been clicked.
It is possible to remove it by creating the following CSS style rule in your style sheet:
a {
    outline: none;
However, doing so makes your website less accessible to people with disabilities. Depending on the nature of the site and local laws in your country, this is often considered illegal under anti-discrimination law. A much better solution is to change the colour to one more in harmony with your site's colour scheme.
a:hover, a:active, a:focus {
    outline-color: #CCC;
Since this is your first visit to the forum, welcome. Please take a few moments to read How to get help quickly. As well as posting in the correct forum, it's a good idea to provide a link to a page showing an example of your problem. It makes it much easier for others to offer relevant help.

Similar Messages

  • Unwanted box appears around link

    I have a vertical spry menu bar containing text that is linked to an anchor. At first it looks fine, but after I click on one link then a box witha  dotted border appears around the linked text that my mouse is scrolling over. I have pasted my code below--does anyone see anything that would cause this or know of a fix? Thanks so much!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/basic.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>zcomm- z team</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    img
    border: 0px;
    body {
        font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        margin: 0mm;
        background-image: url(Images/BG_plaidnclouds_gray.jpg);
        background-color: #333;
        background-repeat:repeat;
        background-attachment:fixed;
    .oneColFixCtr #container {
        width: 850px; /* the auto margins (in conjunction with a width) center the page */
        border: thin none #FFF;
        text-align: left; /* this overrides the text-align: center on the body element. */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        height: auto;
        position: relative;
        background-color: transparent;
    #logo {
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <link href="CSS/navbar_elements.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <link href="CSS/text_styling.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #apDiv7 {
        position:absolute;
        width:618px;
        height:250px;
        z-index:1;
        left: 176px;
        top: 290px;
    #apDiv8 {
        position:absolute;
        width:154px;
        height:115px;
        z-index:1;
        left: 0px;
        top: 303px;
    #apDiv9 {
        position:absolute;
        width:702px;
        height:1182px;
        z-index:1;
        left: 75px;
        top: 832px;
    .name {
        font-weight: bold;
    #apDiv10 {
        position:absolute;
        width:504px;
        height:111px;
        z-index:1;
        left: 97px;
        top: 1195px;
    -->
    </style>
    <link href="CSS/bottom_menu.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #apDiv {
        position:absolute;
        width:812px;
        height:27px;
        z-index:1;
        left: 1px;
        top: 99px;
    body {
        background-image: url(Images/BG_plaidnclouds_gray.jpg);
    a:link {
        color: #FFF;
    a:visited {
        color: #FFF;
    -->
    </style>
    <style type="text/css">
    <!--
    #apDiv19 {
        position:absolute;
        width:377px;
        height:61px;
        z-index:1;
        left: 13px;
        top: 283px;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #apDiv11 {
        position:absolute;
        width:700px;
        height:172px;
        z-index:1;
        left: 76px;
        top: 362px;
    -->
    </style>
    <style type="text/css">
    <!--
    a:hover {
        color: #CC0000;
    -->
    </style>
    <style type="text/css">
    <!--
    #apDiv12 {
        position:absolute;
        width:759px;
        height:104px;
        z-index:1;
        left: -332px;
        top: 184px;
    -->
    </style>
    <style type="text/css">
    <!--
    #apDiv13 {
        position:absolute;
        width:189px;
        height:338px;
        z-index:1;
        left: 63px;
        top: 577px;
    -->
    </style>
    <style type="text/css">
    <!--
    .name1 {    font-weight: bold;
    -->
    </style>
    <style type="text/css">
    <!--
    #apDiv14 {
        position:absolute;
        width:779px;
        height:99px;
        z-index:1;
    -->
    </style>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    #apDiv1 {
        position:absolute;
        width:160px;
        height:150px;
        z-index:1;
        left: 7px;
        top: 23px;
    #apDiv2 {
        position:absolute;
        width:634px;
        height:138px;
        z-index:1;
        left: 82px;
        top: 502px;
    #apDiv3 {
        position:absolute;
        width:827px;
        height:226px;
        z-index:1;
    #apDiv4 {
        position:absolute;
        width:87px;
        height:159px;
        z-index:1;
        left: 12px;
        top: 144px;
    #apDiv6 {
        position:absolute;
        width:204px;
        height:185px;
        z-index:3;
        top: 15px;
        left: 7px;
    a:link {
        text-decoration: none;
        color: #FFF;
        font-weight: bold;
    a:visited {
        text-decoration: none;
        color: #FFF;
    a:hover {
        text-decoration: none;
        color: #CC0000;
    a:active {
        text-decoration: none;
        color: #FFF;
    #apDiv5 {
        position:absolute;
        width:auto;
        height:115px;
        z-index:1;
    #apDiv7 {
        position:absolute;
        width:658px;
        height:321px;
        z-index:1;
        left: 200px;
        top: 7px;
    #apDiv8 {
        position:absolute;
        width:634px;
        height:58px;
        z-index:1;
        left: 205px;
        top: 81px;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a {
        font-weight: bold;
    -->
    </style>
    <link href="CSS/basic_template_CSS.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #apDiv9 {
        z-index:1;
    -->
    </style>
    <link href="CSS/text_styling.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    <link href="CSS/bottom_menu.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #apDiv11 {
        z-index:1;
    -->
    </style>
    <link href="Images/favicon.ico" rel="shortcut icon" />
    </head>
    <body class="oneColFixCtr">
    <div id="container">
      <div id="apDiv6"><a href="index.html"><img src="Images/logo_14_BG.gif" width="171" height="171" /></a></div>
      <div id="apDiv8">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a class="MenuBarItemSubmenu" href="about.html">about</a>
            <ul>
              <li><a href="overview.html">overview</a></li>
              <li><a href="z team.html">z team</a></li>
              <li><a href="careers.html">careers</a></li>
            </ul>
          </li>
          <li><a href="our services.html">our services</a></li>
          <li><a class="MenuBarItemSubmenu" href="newsroom.html">newsroom</a>
            <ul>
              <li><a href="in the news.html">in the news</a>          </li>
              <li><a href="our news.html">our news</a></li>
              <li><a href="twitter lineup.html">twitter lineup</a></li>
            </ul>
          </li>
          <li><a href="our experience.html">our experience</a></li>
          <li><a href="contact.html">contact</a></li>
        </ul>
      </div>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <div><!-- InstanceBeginEditable name="EditRegion3" -->
        <div id="apDiv12"><img src="Images/page titles/images/page-titles_05.gif" width="1000" height="205" /></div>
        <p> </p>
        <p> </p>
        <p> </p>
        <div id="apDiv11">
          <p><span class="bodytext"><span class="bodytext">Just like a championship sports team, zcomm has a roster of players--journalists, broadcasters, PR and marketing pros--each an all-star </span><span class="bodytext"> at his or her position, but with the skill and knowledge</span><span class="bodytext"> to play off each other's strengths.</span></span></p>
          <p><span class="bodytext"><span class="bodytext">Our range of experience means we can deliver clever, successfully packaged client messages for broadcast or distribution no matter what the medium</span><span class="bodytext">.</span></span></p>
          <p class="bodytext"> </p>
          <p> </p>
        </div>
        <p> </p>
        <p> </p>
        <div id="apDiv19">
          <ul id="MenuBar2" class="MenuBarHorizontal">
            <li><a href="overview.html">overview</a></li>
            <li><a href="z team.html">z team</a></li>
            <li><a href="careers.html">careers</a></li>
          </ul>
    </div>
        <p> </p>
        <p> </p>
        <p> </p>
        <div id="apDiv9">
          <p class="bodytext_small"><span class="name"><span class="name1"><a name="Rise" id="Rise"></a></span></span><span class="name">Risë Birnbaum</span>, Founder and Chief Executive Officer <a href="mailto:[email protected]">[email protected]</a><br />
          More than just our founder, Risë is our muse. Under her leadership,  zcomm has grown to become one of the highest-impact PR firms in the  United States, gathering considerable international and national  acclaim, including PRSA's Silver Anvil Award, <em>Washington Business Journal's</em> &quot;Women Who Mean Business Award&quot;. And zcomm was just ranked #15 in revenue in DC by the <em>Washington Business Journal</em>.</p>
    <p class="bodytext_small"> </p>
    <p class="bodytext_small"> </p>
          <p class="bodytext_small"><span class="name"><a name="Joan" id="Joan"></a>Joan Carrese Sineni</span>, Executive Vice President <a href="mailto:[email protected]">[email protected]</a><br />
          With  more than twenty years of experience in the public relations and event  marketing field, Joan is a customer service fanatic. Her expertise  ranges from the restaurant industry to the world of fashion. On sunny  weekends you can catch Joan zipping around in her convertible with her  husband and two dogs doing her best Tony Stewart impression.</p>
          <p class="bodytext_small"> </p>
          <p class="bodytext_small"> </p>
          <p class="bodytext_small"><span class="name"><a name="Gary" id="Gary"></a>Gary Anderson</span>, Chief Financial Officer <a href="mailto:[email protected]">[email protected]</a><br />
          Gary  has been with zcomm for more than five years and is responsible for all  aspects of client and vendor contracts, invoicing and billing. If it  has a dollar sign on it, it’s Gary’s job. On weekends, Gary and family  head to their cabin in the hills of West Virginia.</p>
          <p class="bodytext_small"> </p>
          <p class="bodytext_small"> </p>
          <p class="bodytext_small"><span class="name"><a name="JoAnn" id="JoAnn"></a>JoAnn Mangione</span>, Director <a href="mailto:[email protected]">[email protected]</a><br />
          JoAnn  has been developing and producing state-of-the-art videos for companies  including Fortune 500 to small business and for 25 years. Her combined  TV and public relations experience gives her the expertise to produce  zcomm’s video projects and ensure the radio broadcast team gets stellar  results for our clients. While living in Florida, JoAnn learned to  snake hunt, a skill she’s still waiting to use in the Washington, DC  area.</p>
          <p class="bodytext_small"> </p>
          <p class="bodytext_small"> </p>
          <p class="bodytext_small"><span class="name"><a name="Robin" id="Robin"></a>Robin Lane</span>, Director <a href="mailto:[email protected]">[email protected]</a><br />
          A PR  industry veteran, Robin brings more than a decade of experience  developing and executing traditional and social media strategies and  events, creating successful thought leadership programs and integrating  SEO and other digital tools into PR campaigns. Robin works both with  our clients and staff to develop effective PR strategies that provide  measureable results to meet their individual goals. Robin can't get  enough of the PR industry and also serves on the Board of Directors for  the Washington/Metro IABC chapter as the Vice President of Professional  Development. </p>
          <p class="bodytext_small"> </p>
          <p class="bodytext_small"><br />
          </p>
          <p class="bodytext_small"><span class="name"><a name="Paula" id="Paula"></a>Paula Malozowski</span>, Manager- Promotions <a href="mailto:[email protected]">[email protected]</a><br />
          Paula  heads our radio promotions team at zcomm. Her knowledge of the industry  is unparalleled. Her expertise allows her to negotiate with stations  across the country to maximize the impact for your promotion. Born in  Buenos Aires, Argentina, Paula is fluent in Spanish which makes it easy  for her to get you the best promotional value in any language. </p>
          <p class="bodytext_small"> </p>
          <p class="bodytext_small"><br />
          </p>
          <p class="bodytext_small"><span class="name"><a name="Eric" id="Eric"></a>Eric Minuskin</span>, Manager- Broadcast <a href="mailto:[email protected]">[email protected]</a><br />
          With  more than 8 years of experience managing and executing public relations  campaigns for clients in the consumer, healthcare, technology, sports  and entertainment industries, Eric heads our broadcast team. Eric  develops and oversees account activities for national and local clients  across a range of broadcast media platforms.</p>
          <p class="bodytext_small"> </p>
          <p> </p>
          <p> </p>
          <p><br />
          </p>
        </div>
        <p> </p>
        <p> </p>
        <p> </p>
        <div id="apDiv13">
          <ul id="MenuBar3" class="MenuBarVertical">
            <li><a href="#Rise">Ris&euml; Birnbaum</a>        </li>
            <li><a href="#Joan">Joan Carrese Sineni</a></li>
            <li><a href="#Gary">Gary Anderson</a></li>
            <li><a href="#JoAnn">JoAnn Mangione</a></li>
            <li><a href="#Robin">Robin Lane</a></li>
            <li><a href="#Paula">Paula Malozowski</a></li>
            <li><a href="#Eric">Eric Minuskin</a></li>
    </ul>
        </div>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <div class="footer_menu" id="apDiv14">
          <p>zcomm is a national, award-winning marketing communications firm offering the widest range of broadcast PR services available. We specialize in creating, packaging and distributing targeted client messages through the latest technology for a variety of industries: consumer product, healthcare, food and beverage, energy, corporate, government, telecomm, tech and more.</p>
          <p><a href="index.html">home</a> | <a href="about.html">about</a> | <a href="z team.html">z team</a> | <a href="careers.html">careers</a> | <a href="newsroom.html">newsroom</a> | <a href="http://www.radionewz.com/">radionewz</a> | <a href="our experience.html">our experience</a> | <a href="contact.html">contact</a></p>
        </div>
        <p> </p>
        <script type="text/javascript">
    <!--
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
        </script>
      <!-- InstanceEndEditable --></div>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>

    As a side comment about your layout code,  APDivs are going to come back and bite you in the butt.  Better you find out now rather than later.
    Here is why:
    http://apptools.com/examples/pagelayout101.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • In Adobe Flash CS6, I have a blue box appearing around lines drawn with the line tool (and other tools like brush etc). I can't figure out how to disable.

    In Adobe Flash CS6, I have a blue box appearing around lines drawn with the line tool (and other tools like brush etc). Whenever I try to use a tool,  a blue box appears around the line and I have to double click it to manipulate it, which opens just that line in a semi burred screen where all the other objects are semi-grey in the background. I can manipulate this line in this screen but nothing else at that time which I could do about 5 minutes ago. For exampe, I no longer can join up 2 lines drawn by the line tool together. For some reason this started randomly (probably due to a accidental shortcut combination) and I just can't put it back to what it used to be. I have inserted a video hopefully showing what I mean. Any help would be appreciated.

    Thank you - Just what I needed

  • My 2008 Macbook OS X 10.5.8 keeps getting a black box appearing around files that are selected.

    My 2008 Macbook OS X 10.5.8 keeps getting a black box appearing around files that are selected.  The volume keys are also making wigits come up and there are duplicates of "restart" and "shut down" for some reason in that apple menu.... What's going on?

    Turn off VoiceOver in the Universal Access or Accessibility pane of System Preferences.
    (82298)

  • Every time I touch my Iphone 4s a box appears around whatever I touch and Siri talks to me and tells me what I am touching.  I have to double click everything for it to work and restarting it won't fix the problem

    Every time I touch my Iphone 4s a box appears around whatever I touch and Siri tells me what I am touching and I have to double tap it to bring the app up.  It also won't let me scroll up or down and scrolling sideways is difficult.

    Check accessability options under settings > general > Accessibility

  • What does it mean when boxes appear around commands on the ipad

    Occasioally on my ipads, framed boxes appear around all the commands.  They won't let me swipe, I have to click on them twice.  Why does this happen and how do I make it stop?

    Try triple-click on Home button (do it quick).

  • My iPad2 screen is not responding.  Anything I touch on the screen, a box appears around it like it is highlighted.  I can't even enter my unlock code

    My iPad2 touch screen is not working properly.  Anything I touch on the screen "Slide to unlock" etc unlock code, anything I touch, a box appears around it like it is highlighted.
    Resetting doesn't help.

    You should find out what you have activated.
    Settings>General>Accessibility>Accessibility Shortcut>TRIPLE-CLICK THE HOME BUTTON FOR:

  • Hi,my system is Mac OS X v 10.5 Leopard the problem is that when click on a file, immediately a box appears around the file and the title of the file is read !so how is it possible to escape from the voice?Thank you for your advice

    Hi,when click on a file, immediately a box appears around the file and the title of the file is read !so how is it possible to escape from the voice?Thank you for your advice

    Turn off Voiceover!
    System Preferences/Universal Access

  • A box appears around the apps i am trying to click on and i cant scroll. I have to click about ten times for the app to work

    A box appears around the apps I am trying to click on and I can't scroll. I have to click many times for the app to work.

    Sounds like you have VoiceOver (one of the accessibility features) 'on' - if you turn the volume up do you get a voice saying what you are tapping ? If you do then try triple-clicking the home button and see if that turns it off, and if it does you can then change what a triple-click does via Settings > General > Accessibility > Triple-Click Home.
    If that doesn't turn it off then you can either turn it off directly on the iPad (you need to use a tap-to-select and then double-tap to activate/type process and 3 fingered scrolling) to go into Settings > General > Accessibility and turn VoiceOver 'off', or you can do it by connecting to your computer's iTunes : http://support.apple.com/kb/HT4064

  • Why does a grey box appear around my Illustrator document when I print it out in acrobat?

    I am having this huge problem.  After I create a document in Illustrator, crop it (so it is print ready) , open the file in Acrobat to print, something unusual happens.  A greyed out tinted box appears to print which seems to be the specific area that I previously cropped in Illustrator.  This has never happened to me before until I switched to CS4.  Any suggestions as to how I prevent this from happening.  You can sort of see it happen in the preview window with the image I attached.

    Well that's just the thing... I save the document as an ai.file and just usually open and print through acrobat.

  • New iPod Touch.  After using it for awhile a gray box appeared around an app icon.  Whatever app I try to tap, the gray box appears and the app will not open.  I cannot even open Settings.  Tried a restart with no effect.  Any ideas?

    Also, when we tried to sync with iTunes, got an error message stating, This iPod cannot be used because the Mobile Device Service has not been activated.  iPod is WiFi only isn't it?  This made no sense at all.  The iPod is brand new, just taken out of box yesterday. 

    http://support.apple.com/kb/TS1567
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • White boxes appear around drop shadows in PDF's

    I'm exporting a file from InDesign CS3 that contains several graphics that have a drop shadow applied to them (added in InDesign NOT Illustrator). When I view the PDF, there are white boxes that appear behind the graphics with the drop shadows. I need to use the 'Compatibility: Acrobat 4 (PDF 1.3)' setting from the PDF export dialogue box.
    Any help would be greatly appreciated.
    Thanks in advance.

    Sometimes having drop shadows on images (imported) that have spot colors causes this. Converting them to process or RGB helps. I know that applies to imported graphics but it may apply to graphics created in InD sgn. Are your graphics set up in spot colors?

  • Blue box around linked picture

    I am trying to link some pictures on my homepage to other
    pages in my site and when I link them, a blue box appears around
    the picture. When I preview it in my browser, it gives me the
    impression it is like a rollover or visited link. It turns the
    default purple if I have clicked on it previously. I have changed
    the page properties to make the link colors white, but that does
    not help. Any suggestions or ideas??
    Thanks!

    Add this to your CSS -
    a img { border:none; }
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cwgurl21" <[email protected]> wrote in
    message
    news:fin4o4$3mq$[email protected]..
    >I am trying to link some pictures on my homepage to other
    pages in my site
    >and
    > when I link them, a blue box appears around the picture.
    When I preview it
    > in
    > my browser, it gives me the impression it is like a
    rollover or visited
    > link.
    > It turns the default purple if I have clicked on it
    previously. I have
    > changed
    > the page properties to make the link colors white, but
    that does not help.
    > Any
    > suggestions or ideas??
    >
    > Thanks!
    >

  • New Iphone 4S - Will not slide, white line appears around it like a box

    I bought an Iphone 4S yesterday and when I try unlock it will not allow me. I try to slide across and the box appears around it. If I happen to get it unlocked after pressing for awhile it does the same with any apps I press on. The white link/box appears around the apps.
    I have tried to re-boot and that did not work (Using home and sleep button together until the Apple logo appeared)

    Make sure Settings > General > Accessibility - Assistive touch is off.

  • Get rid of Dotted box around links with CSS

    After I click a link on my site a dotted box appears around the link/image. From looking through the forums I have learned that this is a "focus state" used by people without a mouse to tab through the site and see where they are. I have also read the way to get rid of it was to put;
    a:focus img { outline:none; }
    into the css.
    I tried that and it didnt work. If this is infact the correct way to get rid of it, where exactly in the css should i put it?
    http://www.rsicorp.org/rsi/silvagilroy.html
    Any suggestions are appreciated!
    Thanks

    Any suggestions are appreciated!
    Start by fixing your code errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.rsicorp.org%2Frsi%2Fsilvagilr oy.html
    You have 2 Spry menu systems on your site. If you want this applied to all links, put this anywhere in your layout.css file.
         a {outline:none}
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • Errors on page after applying Java plugin1.3.1_02

    Hi, I need assistance on how to troubleshoot my console, with the following errors: java.lang.VerifyError: (class: Solar, methode: DeleteServer signature: ()V) Illegal use of nonvirtual function call. Another machine has the error: load: class Solar.

  • How to create used vehicle other than in velo tcode

    Hello All, I am new to VMS and i want to know how do we create a used vehicle for action (CRUV).  in a report and then i want to create a purchase order for the vehicle created using trade in action ( POEU ). Please let me know if any one has worked

  • Editing a photo

    I cannot believe that what i want to do is so difficult. I have 2 images and on one of them i want to add a tick (right across the centre) and in the other a cross (again straight across the centre) where do i find firstly the tick and cross and how

  • How do i restart my admin password without knowing the old one

    i just got a macbook air and wasnt paying attention to the password i used.. can anyone help me to reset the password without knowing the old one.and also that doesnt require a disk.

  • How to publish list of "other" (ie, Solaris) platform agent deployments

    In the Deployments section of EM, how does one publish new platform agent downloads ($OMS_HOME/sysman/agent_download/10.2.0.1.0/linux)? I have followed the instructions in "Uploading Agent Installation Software for Different Platforms, Deploying the