Absolute positioning

M

Mettá

As a charitable exercise we have added a overlay link to a charity showing
on the TOP LEFT without much of a problem.

Given differing browser window sizes how can, or can I?, add the same to the
TOP RIGHT? So that it is always showing in the top right of the page as an
overlay image similar to;


TOP LEFT
<div style="position: absolute; left: 0px; top: 0px">
<a href="http://www.rednoseday.com/" target="_blank">
<img border="0" src="image.gif" width="142" height="86"
alt="Text"></a></div>


Thanks M
 
K

Kevin Spencer

<div style="position: absolute; right: 0px; top: 0px">

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
K

Kevin Spencer

Not at all, Mettá. CSS is tricky stuff. Glad to help.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top