WeLoveCSS Logo
Home Profile Members Search Rules Help New Posts



WeLoveCSS > WEB DESIGN > CSS > controlling form field

Reply
  Thread Tools Display Modes
Old 21st September 07, 08:23 AM   #1
numurouk
WLC Member
 
Join Date: Sep 2007
Posts: 12
Default controlling form field

Is there anyway of controlling the size of the form fields with css as it seems to be throwing out the layout in IE6 but not IE7 or firefox http://esaltoneurope.co.uk/dev/marco/contact_test.html here is an example of whats happening for people who dont have IE6 http://esaltoneurope.co.uk/dev/example.jpg
numurouk is offline   Reply With Quote
Old 21st September 07, 09:03 AM   #2
simonpeterong
WLC Lover
 
Join Date: Sep 2007
Location: Philippines
Posts: 323
Default Re: controlling form field

there's a hack that can make form fields aligned properly on all browsers.

here's the trick:

Code:
input#idname/.classname {

width/**/: 100px !important; /*for moz browser*/
width: 90px; /* for IE */

}
of course you can change the width, take note that both widths should have a difference of 10px to make it work.

try it out...
simonpeterong is offline   Reply With Quote
Old 21st September 07, 09:34 AM   #3
numurouk
WLC Member
 
Join Date: Sep 2007
Posts: 12
Default Re: controlling form field

thanks simonpeterong for that will give it a try I've been trying to figure the problem out and have just added a border to both divs to see what is happening and it looks like the right div (pr_right) doesn't want to listen to the css fixed width do you have any ideas what that could be??
numurouk is offline   Reply With Quote
Reply


Thread Tools
Display Modes
Linear Mode Linear Mode

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

Forum Jump


All times are GMT. The time now is 10:07 PM.



Home | Advertise | Contact Us | Top
Home | Advertise | Contact Us | Top

Copyright© 2006 WeLoveCSS.com. All Rights Reserved.
Powered by vBulletin Version 3.8.4 Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.