I want to place a toggle link DIV at the top right hand corner of a
page. I have to do that for different templates which means that the
BODY for each template might have different margin & padding
properties, etc.

Now this works fine for certain templates ( at certain times) while
for other templates it doesn't work as expected.

How can I make this completely template independent and make sure that
the div sticks to the top? My guess is properties like 'line-height',
etc. might be interfering but the position of the div is not
consistent.

The inconsistency in the position of the div is the problem.

Maybe anyone can suggest a better way of doing this? Or comprehend why
this is happening?

Here is my code:

http://paste.mootools.net/f45ce680

Reply via email to