Avatar of birwin
birwinFlag for Canada

asked on 

Remove border around layer with link

The code below floats an image over another image on a web page. If used without a link, it works perfectly, but as soon as I ad a link, either by adding the link to the layer or using a map, as shown below, I get a border aound the image, even with text-decoration:none; and/or border: none;

Any idea how to add the link to the floating layer without getting a border? The image is a transparent star, so it looks very bad with the border.
<div id="Layer1" style="position:absolute; left:50px; top:466px; width:199px; height:170px; text-decoration: none; z-index:1" ><img src="Sign-Up_blue_180.png" width="180" height="180" usemap="#Map"> 
  <map name="Map">
    <area shape="rect" coords="9,18,159,155" href="http://some_web_page.com" target="_self">
  </map></div>

Open in new window

CSSHTML

Avatar of undefined
Last Comment
birwin
ASKER CERTIFIED SOLUTION
Avatar of glcummins
glcummins
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of birwin
birwin
Flag of Canada image

ASKER

Thank you for the prompt solution. In this situation, just img{ border:none; } was needed, rather than a img{ border:none; } but you definitely steered me to the solution and I appreciate the help.
HTML
HTML

HTML (HyperText Markup Language) is the main markup language for creating web pages and other information to be displayed in a web browser, providing both the structure and content for what is sent from a web server through the use of tags. The current implementation of the HTML specification is HTML5.

62K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo