November 27, 201213 yr Dear Webdevelopers, Hope somebody out there can help me with the following: Made a website, but in IE there's a frame around 'contact' that should be removed. ( No troubles in Firefox, Chrome,..) Can anyone help me to remove this frame please? www.densodesign.be/Liberant Thanks in advance, Dennis
November 27, 201213 yr IE doesn't process outline, so add border: none; like this: <img style="border: none; outline:none; margin-bottom:-21px;" src="Images/Contactline.jpg" width="781" height="30" alt="Contact" /></a> Edited November 27, 201213 yr by Wickham
November 27, 201213 yr You should really add border:none; to your style sheet as opposed to using inline styling.
Create an account or sign in to comment