[jQuery] Re: jqModal problem

2009-09-20 Thread Dennis Madsen
I've done that now - doesn't help me :( I've uploaded a zip-file with the complete sample if it's easier for you: http://dennismadsen.com/uploads/modalTest/modalTest.zip On Sep 20, 9:56 pm, Mad-Halfling wrote: > Have you tried adding > modal: true > into your jqm statement? > > On Sep 20, 5:52 

[jQuery] Re: jqModal problem

2009-09-20 Thread Mad-Halfling
Have you tried adding modal: true into your jqm statement? On Sep 20, 5:52 pm, Dennis Madsen wrote: > I'm trying to use the jqModal plugin on my > page:http://dev.iceburg.net/jquery/jqModal/ > > Here is a sample showing my problem:http://dennismadsen.com/uploads/modalTest/ > > If you see this e

[jQuery] Re: jqModal problem in firefox not firing ready

2009-01-09 Thread Kid_Niki
I figured it out. The problem is that the nested page had the html, head, body tags in it. Once these were removed and the style block moved to the parent page, it works fine. Let me know if you have any questions. -- View this message in context: http://www.nabble.com/jqModal-problem-in-firef

[jQuery] Re: jqModal problem in firefox not firing ready

2009-01-09 Thread Kid_Niki
Just to give some more detail...this is a nested jqModal, where the nested Modals are within the php script loaded by the first Modal. Is this possible? -- View this message in context: http://www.nabble.com/jqModal-problem-in-firefox-not-firing-ready-tp20352990s27240p21373931.html Sent from th

[jQuery] Re: jqModal problem with IE6

2008-07-06 Thread Brice Burgess
Aarnold, Great to hear you found a workaround. It is important to note that most of the examples use fixed positioning to keep the popup dialolg in the center of the screen (even when scrolling). This is all in the CSS and can be changed from there. As IE6 does not support position: fixed, a wo

[jQuery] Re: jqModal problem with IE6

2008-07-06 Thread alconsten
Found it. Check the jqmodal.css it has a line with position: fixed; this causes problems in IE6. Change it into: position: absloute; and the problem is solved. alconsten wrote: > > Hello! > > For the past 3 days I have been staring at this problem and I can't get a > grip on it. I am using th