开发者

Dojo Lightbox Close Button

开发者 https://www.devze.com 2022-12-16 05:33 出处:网络
I have Dojo 1.4, and the lightbox is working.But the close button doesnt work with IE, I can see it, just not click it.

I have Dojo 1.4, and the lightbox is working. But the close button doesnt work with IE, I can see it, just not click it.

With Firefox it workes all ok. So I assume the code and css are all ok.

开发者_Go百科Any ideas? Greg


Try adding this to your page?

<style type="text/css" media="screen">
    .dojoxLightboxText { padding: 0 }
</style>
0

精彩评论

暂无评论...
验证码 换一张
取 消