Seraphic
08-15-2008, 11:40 PM
Hi,
On my website I have a login form for a quick login to my form, but I'm having some problems with form textboxes and form submit buttons on Opera, Safari, and Internet Explorer. On Firefox there are no problems, but the layout is breaking with with the other browsers.
Odd thing is, if I view the same code for the login form on the forums itself, the page is not breaking. I've gone out of my way to test the layout on Internet Explorer, Opera, Safari and Firefox. Everything matches but this and I don't know why it isn't working.
Any ideas?
CSS:
.formtextboxout {
width: 100px;
height: 15px;
color: #FFFFFF;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1em;
font-weight: normal;
border: 1px solid #191919;
background-color: #414959;
padding: 1px;
text-indent: 0pt;
}
Part of the code:
<tr>
<td width="130" height="15" align="center"><input class="formtextboxout" maxlength="25" name="username" value="Username"></td>
</tr>
<tr>
<td width="130" height="15" align="center"><input class="formtextboxout" maxlength="25" name="password" value="********"></td>
</tr>
<tr>
<td width="160" height="20"><input class="formbuttons" type="submit" value="Login" name="login"> Auto Login<input class="text" type="checkbox" checked="checked" name="autologin"></td>
</tr>
On my website I have a login form for a quick login to my form, but I'm having some problems with form textboxes and form submit buttons on Opera, Safari, and Internet Explorer. On Firefox there are no problems, but the layout is breaking with with the other browsers.
Odd thing is, if I view the same code for the login form on the forums itself, the page is not breaking. I've gone out of my way to test the layout on Internet Explorer, Opera, Safari and Firefox. Everything matches but this and I don't know why it isn't working.
Any ideas?
CSS:
.formtextboxout {
width: 100px;
height: 15px;
color: #FFFFFF;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1em;
font-weight: normal;
border: 1px solid #191919;
background-color: #414959;
padding: 1px;
text-indent: 0pt;
}
Part of the code:
<tr>
<td width="130" height="15" align="center"><input class="formtextboxout" maxlength="25" name="username" value="Username"></td>
</tr>
<tr>
<td width="130" height="15" align="center"><input class="formtextboxout" maxlength="25" name="password" value="********"></td>
</tr>
<tr>
<td width="160" height="20"><input class="formbuttons" type="submit" value="Login" name="login"> Auto Login<input class="text" type="checkbox" checked="checked" name="autologin"></td>
</tr>
