I'm using jqModal for an application I'm developing. It works great in IE8, but in Firefox 3.5.2, the window comes up but the overlay is solid black. It seems like a CSS problem but I'm not sure. The samples on the jqModal site work fine.
Any ideas? Thanks.
Site: ASP.NET with MS AJAX
jQuery 1.3.2
latest jqModal
UPDATE: After rearranging my page and usercontrols so that ALL <script>
and CSS references were in the hosting .aspx page (none whatsoever in the usercontrols), the problem magically went away.