Skip navigation
Currently Being Moderated

Links

Jun 10, 2012 1:10 PM

Can any one tell me how to get rid of the border around the image links in Internet Explorer please.

Thank you Jeff

http://www.petsalive.net/index.php

 
Replies
  • Currently Being Moderated
    Jun 10, 2012 1:13 PM   in reply to Jeffrey54 Lane

    Add this to your CSS:

     

    /**this removes borders from all linked images**/

    a img {border:none}

     

     

     

    Nancy O.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 11, 2012 5:16 AM   in reply to Jeffrey54 Lane

    You might want to insert the text that is overlaying the opacity box on the images at the top in its own <div>. At the moment on some of the images its not really readable.......thats because its picking up the opacity of the box itself.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 11, 2012 7:34 AM   in reply to Jeffrey54 Lane

    You don't need:

    background: ;

    box-shadow: 2px 2px 2px 15px #FFF inset;

     

     

     

    #rotator-opacity-text { /**stack on top**/

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px;

    text-align:center;

    color: #000;

    height: 205px;

    width: 300px;

    position: absolute;

    left: 5px;

    top: 312px;

    /* background: ;*/

    /* box-shadow: 2px 2px 2px 15px #FFF inset; */

    z-index: 10000; /**stack on top**/

    }

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points