I have some ugly blue borders around all of my images when viewing my site in IE. How can I make these borders go away?
http://apple-blog.dk
Borders around images when viewing in IE
Started by
ahansson89
, Feb 01 2012 08:18 PM
4 replies to this topic
#1
Posted 01 February 2012 - 08:18 PM
#2
Posted 01 February 2012 - 08:38 PM
Add following CSS:
img {
border:0 none;
}
To correct this.
#3
Posted 02 February 2012 - 03:41 AM
Add the above CSS to Custom Code > Custom CSS
#4
Posted 02 February 2012 - 03:43 AM
his was all fixed today, in 2.1.1
#5
Posted 02 February 2012 - 12:00 PM
thanks I will go upgrade my framework !












