Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Modal Dialog won't centre on screen? Reply To: Modal Dialog won't centre on screen?

#156317
fl0shizzle
Participant

Tried moving the overlay element outside the skel-panel. Doesn’t work:

<body>

            <div id="overlay">
                 <div>
                      <h3>Mathematics Program.</h3>
                      <p>Click here to [<a href='javascript:void(0);' onclick='overlay()'>close</a>]</p>
                 </div>
            </div>
        <!-- Header -->
            <div id="header" class="skel-panels-fixed">

                <div class="top">

Edit!

Tried removing {backface-visibility”,”hidden” } from the javascript. Instantly works. Much love for you <3. Thanks!