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?