Having a problem lining up a login link I have at the top of my site for IE, it's just off by a few pixels but it doesn't look good, looks fine in FF though. I've searched around a bit, but couldn't figure it out, here is the css i'm using.
#login-form {
color: #ffffff;
font-family:"arial", sans-serif;
background: #000;
border: none;
position:absolute;
left:950px;
top:105px;
}
It's not a login form on the site, only a text link, I just didn't change the name in the css.