Forum Moderators: not2easy
<div id="base">
<div><form name="form1" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input id="field" type="password" size="8" maxlength="8" title="Enter your password" name="txtPassword" />
</form>
</div> #base {
position: relative;
width: 1108px;
margin: auto;
}
#field {
position: absolute;
top: 133px;
left: 994px;
background-color: transparent;
border-color: transparent;
}
<!--[if lte IE 7]>
<style type="text/css">
input#field
{
background: white;
filter:alpha(opacity=0);
}
</style>
<![endif]-->