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 <mad-halfl...@yahoo.com> wrote: > Have you tried adding > modal: true > into your jqm statement? > > On Sep 20, 5:52 pm, Dennis Madsen <den...@demaweb.dk> 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 example in a IE6 or IE7 or IE8 in compatibility mode, > > you will see, that the the modal box is not 100% opacity. > > > It works great in FF, IE8, Chrome and so on. > > The problem is because of a "position:relative;" in the "containerTop" > > div - the parent div of the dialog. > > > I hope somebody can figure out what the problem is and how to fix it?