nmw1005 0 Report post Posted February 1, 2012 Good morning! I upgraded to the newest framework last night, and now when my page renders in IE9, there are boxes around all the images. Looks like the color matches the color I'm using for some of my text, so I'm assuming there's something I might be missing. I haven't had a chance to debug yet using firefox, but any insight y'all might have is appreciated! In Safari, it all looks good. Site is: http://www.impressionsbynicole.com Thanks!! Share this post Link to post Share on other sites
chasenet 0 Report post Posted February 1, 2012 Same here on the day I go live :/ http://www.englishstandard.co/ Also the adsense ad has vanished... Share this post Link to post Share on other sites
Jackey 29 Report post Posted February 1, 2012 Same here in IE8, thick borders around images: [IMG]http://i.imgur.com/O3eeh.jpg[/IMG] Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted February 1, 2012 Hi, First of all, I'm currently on the worlds worst laptop and unable to use IE but can you try this code and see if this does the job. [code]body .content img {border:0 none;}[/code] Please search our forums, before posting! Share this post Link to post Share on other sites
Jackey 29 Report post Posted February 1, 2012 Quick fix... [code]a img { border-color: transparent; } [/code] Have to see what side effects this has though. Share this post Link to post Share on other sites
oceansurf39 0 Report post Posted February 1, 2012 Hi Danny, Your code suggestion above seemed to solve the unwanted border presenting around images in IE issue in all areas of our site except around the Pagelines leaf in the footer area. Thanks and we will keep watching for more updates! Share this post Link to post Share on other sites
Jackey 29 Report post Posted February 1, 2012 Just use: [code]img { border:0 none; } [/code] That will cover all. Share this post Link to post Share on other sites
oceansurf39 0 Report post Posted February 1, 2012 Hi Jackey, Works Great:) Thanks! Share this post Link to post Share on other sites
nmw1005 0 Report post Posted February 14, 2012 Sorry it's been a few weeks - thanks Jackey!! I was sure it was something simple, but hadn't had time to ferret it out with Firebug yet... Share this post Link to post Share on other sites