Problem with Textbox sizes

vestjens 25 Oct, 2010
Hello,

I'm currently having a problem with my form, How to get a textbox the same size as the textArea?
Here you can see my from: http://stichtingeeneigenhuis.studiolupa.net/contact.html
Form code:
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Naam</label>
<input class="cf_inputbox required" maxlength="150" size="38" title="" id="text_0" name="text_0" type="text"/>

On my screen they're the same size but on a other size sceen (widescreen) not, how could i fix it?
Thanks you very much for helping!

(sorry for my bad english)
GreyHead 25 Oct, 2010
Hi vestjens,

They look the same in FireFox and Chrome, IE adds some scroll-bars and the text area is slightly narrower.

I'd suggest replacing the size & columns attributes for them both with CSS styling like width='100px'

Bob
vestjens 25 Oct, 2010

Hi vestjens,

They look the same in FireFox and Chrome, IE adds some scroll-bars and the text area is slightly narrower.

I'd suggest replacing the size & columns attributes for them both with CSS styling like width='100px'

Bob




Ok thanks i already fixed it with style="width: 260px"
But thanks for fast response:)
This topic is locked and no more replies can be posted.