I'm using this code:
CODE
#cblink {
position: absolute;
padding-right: 0px;
vertical-align: top;
float: right;
margin-right: 0px;
margin-top: 0px;
z-index: 2;
}
position: absolute;
padding-right: 0px;
vertical-align: top;
float: right;
margin-right: 0px;
margin-top: 0px;
z-index: 2;
}
In IE, it's mostly aligned (it pushes it slightly to the right, though, and then you have to scroll over a teensy bit.
In Firefox (which is what I use almost exclusively, and more and more people do as well), it's randomly down by my frames, under my header and all.
Is there another way to align it?
Or if not, is there SOME advanced script where I could only have it display if it is being viewed on IE?
Thanks again, guys.
