cornerRadius, IE9, dragDrop

15 views
Skip to first unread message

ChrisCoder

unread,
Sep 25, 2012, 5:05:34 AM9/25/12
to easybox...@googlegroups.com
cornerRadius does not round the corners of the iframe. dragDrop at false still allows the iframe to be dragged around from the bottom. Works in all the latest browsers but IE9, any idea how to fix this?

Thank you for the great code I love this LB! Here is my code below:

<script type="application/json" id="easyOptions">
{
        "lightbox-iframe": {
                "overlayOpacity": 0.6,
                "resizeDuration": 200,
                "resizeEasing": "swing",
                "fadeDuration": 100,
                "defWidth": 1024,
                "defHeight": 768,
                "captionFadeDuration": 100,
                "dragDrop": "false",
                "cornerRadius": 8
        }
}
</script>

Vincent Wochnik

unread,
Sep 25, 2012, 6:29:02 AM9/25/12
to easybox...@googlegroups.com
Does the problem only occour in IE9 or in all major browsers? I don't
think you can make round corners in an iframe but I never tried that
yet.

ChrisCoder

unread,
Sep 25, 2012, 6:41:17 AM9/25/12
to easybox...@googlegroups.com
Vincent,

The issue with ie9 is that my iframe just doesn't pop up at all. It pops up in all other major browsers. Ie9 does not work.

I'm pretty sure you can round corners with a iframe, see the demo link here and click the view iframe link at the bottom:

http://easybox.googlecode.com/git/index.html

Thanks ,

Chris

ChrisCoder

unread,
Sep 26, 2012, 1:31:29 AM9/26/12
to easybox...@googlegroups.com
Hey Vincent,

Did you see my reply below? I'm not sure if I replied correctly to your response.

Vincent

unread,
Oct 15, 2012, 5:41:47 PM10/15/12
to easybox...@googlegroups.com
dragdrop issue fixed. corners are now done in plain css. make a git clone for newest version.
Reply all
Reply to author
Forward
0 new messages