Have you tried the following?
Code:
select, input[type=text] {
vertical-align: middle;
}
As far as my knowledge goes, IE6 does not support this. You could also, instead, try to add padding to the elements and see if that gives the result, in-case this does not work.
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
|