Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Normal field & password field sizes
Old 12-08-2005, 06:03 PM Normal field & password field sizes
Harvey's Avatar
Super Spam Talker

Posts: 901
Name: Harvey C
Location: Brighton, UK
Trades: 0
See here for the example, in IE. In Firefox, it's fine, but IE decides to randomly make password boxes smaller, ruining my design!

Both are of the same class and 25 characters width each - any ideas?

EDIT: Changed link
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Last edited by Harvey; 12-09-2005 at 03:14 AM..
Harvey is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-08-2005, 08:36 PM
Unknown.

Posts: 1,693
Trades: 0
The link you posted doesnt work, but I think the probally is to do with how IE is made to handle the password fields, you can solve this using css..

HTML Code:
<style type="text/css">
input.field {
width: 200px;
}
</style>


<input type="text" class="field" />
<input type="password" class="field" />
OR
HTML Code:
<input type="text" style="width: 200px;" />
<input type="password" style="width: 200px;" />
Hope this helps

Last edited by Dark-Skys99; 12-08-2005 at 08:42 PM..
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 12-09-2005, 03:22 AM
Harvey's Avatar
Super Spam Talker

Posts: 901
Name: Harvey C
Location: Brighton, UK
Trades: 0
Thanks, Darkskys99... but that didn't work - stayed the same. Have reposted the link so you can see what I mean.

Thanks
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Harvey is offline
Reply With Quote
View Public Profile
 
Old 12-09-2005, 05:54 AM
Ultra Talker

Posts: 251
Location: Belgium, Antwerp, Zoersel
Trades: 0
Looks perfectly fine here. Even in IE.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Orodreth is offline
Reply With Quote
View Public Profile Visit Orodreth's homepage!
 
Old 12-09-2005, 08:48 AM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
I have encountered this in the past as well unfortunatly I don't remember there ever being a solution to this problem.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Old 12-09-2005, 12:57 PM
Unknown.

Posts: 1,693
Trades: 0
Theres errors in the HTML..

Change this..
HTML Code:
<tr>
<td width="9%">Username:</td>
<td width="91%"><input name="username" type="text" class="gen" id="username" size: "25" width:"40px" /></td>
</tr>
<tr>
<td>Password:</td>
<td><input name="password" type="password" class="gen" id="password" size: "25" width="40px" /></td>
</tr>
to this..
HTML Code:
<tr>
<td width="9%">Username:</td>
<td width="91%"><input name="username" type="text" class="gen" id="username" style="width: 1500px" /></td>
</tr>
<tr>
<td>Password:</td>
 <td><input name="password" type="password" class="gen" id="password" style="width: 150px" /></td>
</tr>
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 12-09-2005, 05:51 PM
Harvey's Avatar
Super Spam Talker

Posts: 901
Name: Harvey C
Location: Brighton, UK
Trades: 0
Darkskys, you genius, thanks so much for that - worked a treat
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Harvey is offline
Reply With Quote
View Public Profile
 
Old 12-09-2005, 11:06 PM
Unknown.

Posts: 1,693
Trades: 0
Quote:
Originally Posted by Harvey
Darkskys, you genius, thanks so much for that - worked a treat
No problem
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Normal field & password field sizes
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.47617 seconds with 12 queries