"bginput" css class

Hi,Timan.would you remove the code style="font-size: 11px" in next version?

	<tr>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input type="submit" class="button" value="Log in" tabindex="104" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td>
<td nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" checked="checked" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" title="Remember Me?" style="vertical-align:middle" /><span style="vertical-align:middle">Save?</span></label></td>
</tr>

#505289

Yea, theres a reason I have it there though. I was getting some issues with IE. I'll just have to use a custom class for it.

You can try removing that bit, and see how it works on your forum, and do let me know how the results turn out.

#505290

yeah.i have remove the codes.

it works well in firefox3.0 & IE7.

#505376