wersja skryptu MyBB: 1.8.4
adres forum: screskill.com
na czym polega problem (screen, opis, komunikaty): Button logowania nie reaguje. Podaje kod
Próbowałem go zmieniać wszechstronnie i nadal nic.
CSS i jQuerty dobrze zrobione.
adres forum: screskill.com
na czym polega problem (screen, opis, komunikaty): Button logowania nie reaguje. Podaje kod
<div id="login-box" class="login-popup">
<a href="#" class="close"><img src="close_pop.png" class="btn_close" title="Close Window" alt="Close" /></a>
<form method="post" class="signin" action="#">
<fieldset class="textbox">
<label class="username">
<span>Username or email</span>
<input id="username" name="username" value="" type="text" autocomplete="on" placeholder="Username">
</label>
<label class="password">
<span>Password</span>
<input id="password" name="password" value="" type="password" placeholder="Password">
</label>
<button class="submit button" type="button">Sign in</button>
<p>
<a class="forgot" href="#">Forgot your password?</a>
</p>
</fieldset>
</form>
</div>
CSS i jQuerty dobrze zrobione.