PDA

View Full Version : click on input does not focus in ie



Icy Penguin
February 7th, 2007, 10:14 PM
hi all.

http://weldco.ca/catalog/login.php

Working on this site, but in IE the two input fields do not focus when you click on them. instead you have to click on them then press tab. Anyone know why?

Thanks

borrob
February 9th, 2007, 05:43 PM
.text-input {
float: left;
color: #ffffff;
background: none;
font: 12px "Myriad Web", "Lucida Sans", Arial, sans-serif;
border: 1px solid #b0c8e4;
padding: 2px;
width: 200px;
}

is the problem. i'm not shure why but when you remove the class="text-input"
from the inputs they work perfectly but you loose you're layout

goodluck