Note that there are some explanatory texts on larger screens.

plurals
  1. POWhen closing Reveal modal with a form, some of the lines stays then disappearing
    primarykey
    data
    text
    <p>I have added a popup to my login button, so when you click on it, it opens a popup with a login form including some HTML5 tags like .</p> <p><a href="http://justxp.plutohost.net/slyfiles/index.html" rel="nofollow">http://justxp.plutohost.net/slyfiles/index.html</a></p> <p>When you click on the login, everything works fine, but when you close the login, some of the content stays and then disappears real fast.</p> <p>Something like this:</p> <p><a href="http://puu.sh/1b7HB" rel="nofollow">http://puu.sh/1b7HB</a></p> <p>How do I fix this?</p> <p>My HTML:</p> <pre><code>&lt;a href="#" data-reveal-id="myModal"&gt; &lt;div class="delogin"&gt; &lt;div class="login"&gt; &lt;div id="lock"&gt;&lt;/div&gt; &lt;span id="login"&gt;LOGIN&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;div id="myModal" class="reveal-modal"&gt; &lt;form class="form-horizontal" id="login" method='post' action='?do=login'&gt; &lt;fieldset&gt; &lt;legend&gt;Login&lt;/legend&gt;&lt;br /&gt; &lt;div class="alert alert-error"&gt;Are you sure you want to login? All of your registration data entered will be lost.&lt;/div&gt; &lt;div class="control-group"&gt; &lt;label class="control-label" for="input01"&gt;Username&lt;/label&gt; &lt;div class="controls"&gt; &lt;div class="input-prepend"&gt; &lt;input type="text" class="input" id="username" name="username"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="control-group"&gt; &lt;label class="control-label" for="input01"&gt;Password&lt;/label&gt; &lt;div class="controls"&gt; &lt;div class="input-prepend"&gt; &lt;input type="password" class="input" id="password" name="password"&gt; &lt;/div&gt; &lt;h6&gt;&lt;a href="forgotpass.php"&gt;&lt;b style="color: #518FDB;"&gt;Forgot your password?&lt;/b&gt;&lt;/a&gt;&lt;/h6&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="control-group"&gt; &lt;label class="control-label" for="input01"&gt;&lt;/label&gt; &lt;div class="controls"&gt; &lt;button type="submit" class="btn btn-inverse"&gt;Login&lt;/button&gt; &lt;/div&gt; &lt;/div&gt; &lt;/fieldset&gt; &lt;/form&gt; &lt;a class="close-reveal-modal"&gt;&amp;#215;&lt;/a&gt; &lt;/div&gt; </code></pre> <p>CSS</p> <pre><code>.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0,0,0,.8); z-index: 100; display: none; top: 0; left: 0; } .reveal-modal { visibility: hidden; top: 100px; left: 50%; margin-left: -300px; width: 520px; background: #eee url(modal-gloss.png) no-repeat -200px -80px; position: absolute; z-index: 101; padding: 30px 40px 34px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); -box-shadow: 0 0 10px rgba(0,0,0,.4); } .reveal-modal.small { width: 200px; margin-left: -140px;} .reveal-modal.medium { width: 400px; margin-left: -240px;} .reveal-modal.large { width: 600px; margin-left: -340px;} .reveal-modal.xlarge { width: 800px; margin-left: -440px;} .reveal-modal .close-reveal-modal { font-size: 22px; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rbga(0,0,0,.6); font-weight: bold; cursor: pointer; } </code></pre> <p>Reveal POPUP with js and tutorial:</p> <p><a href="http://www.zurb.com/playground/reveal-modal-plugin" rel="nofollow">http://www.zurb.com/playground/reveal-modal-plugin</a></p> <p>When I add some blablabla text, it doesn't happen, so what causing this to happen?</p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload