Problem with Pseudo-coded links

Discussion in 'Software' started by DaRkKn1qHt, Apr 4, 2007.

  1. DaRkKn1qHt

    DaRkKn1qHt Private First Class

    Hi guys! I have a website i'm currently working on and am trying to incorporate pseudo-coded links. My links are actual images and I am trying to change to color to match the background. However incorporate the said code, the images/links still have a blue or purple outline around them. This only happens in IE, Firefox shows the code as I want it to. If anybody has an idea how to get rid of the blue and purple outlines I'd appreciate some help.

    A sample of my code is:
    Code:
    <Style>
    	a.color:link {color: #888888}
    	a.color:visited {color: #888888}
    	a.color:hover {color: white}
    	a.color:active {color: #88888}
    </Style>
    <body bgcolor="#888888">
    <a class="color" href="Image1.html" >
      <img src="Images/IMG1.jpg"> </img>
    </a>
    </body>
    
     
  2. Mada_Milty

    Mada_Milty MajorGeek

    Set the image's border to zero.
    Probably best done in your CSS, as it will remove the border for all image-links.

    Code:
    img {
    border: 0;
    }
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds