vertical alignment in a input box more..
I have tested the code below in the latest version of firefox IE and Safari and it works well in all of them apart from Safari?
<div style="border:1px solid black;padding-top:10px;height:40px;" onclick="document.getElementById('pass').focus()"> <input id="pass" style="border:0;width:100%;height:40px;padding:0px;font-size:16px" Name="password"/> </div>
In Safari due to the padding-top in division when you click on that division it high lights the text box in blue with a blue outline which is cropped by 10px..
For some reason this un desireable glitch doesnt occur in the other browsers any ideas....
sorry to bore everyone... Started By Laurencek on Feb 8, 2010 at 9:11:00 AM |