Placing an image link??

G

Glenn and Linda

I have a page and I want to place an image of an arrow midway down on
the right side of the page. I can make the link hot, but how can I
place it exactly on the page, other than using the align tags?

Thanks
 
B

brucie

in post: <
Glenn and Linda said:
I have a page and I want to place an image of an arrow midway down on
the right side of the page.

#arrow{top:50%;right:0;position:absolute;}

<img ... id="arrow">
 
D

Daniel Bleisteiner

I have a page and I want to place an image of an arrow midway down on
the right side of the page. I can make the link hot, but how can I
place it exactly on the page, other than using the align tags?

You can include the image in an DIV element and place it using CSS
attributes:

<div style="left:200px; top:400px">
example
</div>
 
N

Neal

You can include the image in an DIV element and place it using CSS
attributes:

<div style="left:200px; top:400px">
example
</div>

Except do it with %, you have no clue what the dimensions of the user's
viewport are.
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,052
Latest member
KetoBeez

Latest Threads

Top