Reputation: 18634
On my webpage im using EIT Lightbox for displaying pictures, its a .NET control which nicely wraps the Javascript lightbox, so I don't have to code a single line of Javascript. But since I upgraded to IE 8, all the pictures in the lightbox show with a fat red frame. For an example, please see http://www.qaz.dk/NewestPicturesAlbum.aspx.
How can I remove the red frame?
Upvotes: 0
Views: 581
Reputation: 7248
You got #hoverNav a{ outline: red solid 10px;} in lightbox.css. Remove to fix.
Upvotes: 4