CruelIO
CruelIO

Reputation: 18634

CSS causing red frame around lightbox image - how to remove?

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

Answers (1)

Jesper Palm
Jesper Palm

Reputation: 7248

You got #hoverNav a{ outline: red solid 10px;} in lightbox.css. Remove to fix.

Upvotes: 4

Related Questions