Hello!
I want to position an element at the top right corner of the document
(not the viewport).
In standards based browsers this is easy using
position: absolute;
top: 0;
right: 0;
But the problem is, on most of the pages where I use this the positioned
element disappears in IE. I can't find out what triggers this.
The element is the second element in the document, so floating it right
is not an option here.
/AndersN
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************