Viewing Blue border on images with links in Internet Explorer

Blue border on images with links in Internet Explorer



User: Cristian V. 12 years ago
Every time you put a linked image a blue border shows up. In order to solve this problem you have to paste the following code on each page that you create - within head:

<style type="text/css">
img{ border:0px; }
</style>

I hope that this IE mistake is resolved in the next update.
User: Roddy 12 years ago
This is a well known problem with IE although I thought it was cleared up in the latest version.
The CSS is best written like this...

<style type="text/css">
a img {border: none}
</style>

... so that it removes the border from an image inside an <a> tag

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Cristian V. 12 years ago
The problem continues with version 1.0 (current version)
User: Roddy 12 years ago
Which version of IE is this in - 9 or 10?

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Cristian V. 12 years ago
IE 7, 8, 9, and 10
User: Cristian V. 12 years ago
IE 7, 8, 9, and 10
User: Cristian V. 12 years ago
IE 7, 8, 9, and 10
User: Roddy 12 years ago
Until it gets resolved, just paste this into the site wide code box in the EverWeb Site Publishing Settings Page...

<style type="text/css">
a img {border: none}
</style>

There's no need to do it on every page.

It surprises me that this wasn't fixed IE 10. I thought we were done with IE specific hacks!

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Cristian V. 12 years ago
Ok thanks
User: Paul-RAGESW 12 years ago
We'll get this fixed soon.

-------------------------------
Paul
EverWeb Developer


Post Reply
You must login or signup to post.