![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#1 |
|
WLC Member
Join Date: Sep 2007
Posts: 12
|
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
|
|
|
|
|
|
#2 |
|
WLC Lover
Join Date: Sep 2007
Location: Philippines
Posts: 323
|
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 */
}
try it out... |
|
|
|
|
|
#3 |
|
WLC Member
Join Date: Sep 2007
Posts: 12
|
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??
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|