Is there a tested way of removing 3D borders from lightframe?
what do you mean by 3D borders?
Cheers, Stella
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"
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; }
Released in Lightbox2 5.x-2.7 and 6.x-1.7.
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
stella commentedwhat do you mean by 3D borders?
Cheers,
Stella
Comment #2
nbchip commentedI 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"
Comment #3
stella commentedI'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:
Cheers,
Stella
Comment #4
stella commentedReleased in Lightbox2 5.x-2.7 and 6.x-1.7.
Cheers,
Stella
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.