The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Login Area, Password box issue.
Hello. I'm in the process of coding a style to work with vBulletin but I've encountered an issue with the login area. More specifically the password box.
Everytime you click on it it disapears and jumps up besides the username area. I will provide you with a link so you can see it for yourself. http://www.x-productions.com/forum.php Just click on the password box and you'll see what I'm talking about. Any help is appreciated! Hopefully this is the correct section to post this. |
#2
|
|||
|
|||
When I look at the html for your page I see this (which I assume resembles what's in the template, although I haven't looked):
Code:
<input id="navbar_password" class="textbox" type="password" size="10" name="vb_login_password" tabindex="102" style="display: none;"> <br> <input id="navbar_password_hint" class="textbox default-value" type="text" value="Password" size="10" name="vb_login_password_hint" tabindex="102" style="background-image: url("mortalgaming/form_bg.png"); margin-left: -102px; display: inline; width: 113px; margin-top: 8px;"> There are actually 2 password boxes, one with the message and one without. Only one is visible at a time and when you click it switches. There's a <br> in between them, so one shows up on the same line as the username and the other doesn't. Maybe it wil fix it if you move the <br> to be before the id="navbar_password" input tag. |
#3
|
||||
|
||||
Alright, I will try it and see what happens. Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|