Is there a tested way of removing 3D borders from lightframe?

Comments

stella’s picture

Status: Active » Postponed (maintainer needs more info)

what do you mean by 3D borders?

Cheers,
Stella

nbchip’s picture

I mean the ugly 3D efect that IE uses on default when showing Iframes
http://www.lordsubd.com/wordpress/wp-content/uploads/2007/04/iframeIE.png
its usually controlled by seting iframeborder="0"

stella’s picture

Status: Postponed (maintainer needs more info) » Fixed

I've added an option to make this configurable in the next release (later this week). In the meantime you can use your theme's style.css file to modify the iframe border, something like the following should work:

#lightbox_frame {
  border: none;
}

Cheers,
Stella

stella’s picture

Released in Lightbox2 5.x-2.7 and 6.x-1.7.

Cheers,
Stella

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.