Hello,
I've got a problem with the Vbulletin login on the main page with Chrome. And I possibly know the solution, but I can't seem to find where to edit it.
Website is
www.ps3scenefiles.com
The problem with the loginbox is that the text is not visible in chrome when you are typing the text (transparant / white on white) The problem does not occur in IE.
On the mainpage the code is now:
Code:
<input type="text" class="textbox default-value" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" style="color: rgb(130, 130, 130); ">
But as soon as you click in the box it changes to:
Code:
<input type="text" class="textbox default-value" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" style="color: transparent; ">
Note the "color: transparent"
So it seems as soon as I activate the login box it triggers the "Color: transparent".
Can someone point me in the right direction where I can change this transparent to #000 ?
Regards,
-Senaxx
*EDIT*
--------------- Added [DATE]1310986494[/DATE] at [TIME]1310986494[/TIME] ---------------
For someoone with the same error i've found the solution:
edit under StyleVars -> Toplinks_Form_Input, and set the color to black or other color you want instead of transparent. This solved the issue.