Dynadot — .com Transfer

Image Position

SpaceshipSpaceship
Watch

spida

New Member
Impact
0
is there a way to position an image in the bottom right hand corner, without using tables in HTML?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
No
:)
Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" align="right">
<tr>
<td width="100%" valign="bottom">
<p align="right">
<img src="xxxxxxxx" border="0">
</td>
</tr>
</table>
Easiest way.
 
0
•••
maybe

I'm sure you can do it with javascript!!
But I dont know javascript so I can't help you :|
 
0
•••
vip-ip said:
No
:)
Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" align="right">
<tr>
<td width="100%" valign="bottom">
<p align="right">
<img src="xxxxxxxx" border="0">
</td>
</tr>
</table>
Easiest way.

actually you can do it without tables
I'm sure you can do it with javascript!!
But I dont know javascript so I can't help you

or even javascript

this will place the image 10 pixels from the bottom and the right side of the browser and will be 30 pixels wide and high. set the width and height of the div to the same dimensions of your image (in pixels)

Code:
<div style="position:absolute;bottom:10px;right:10px;background-color:blue;width:30px;height:30px;">dasd</div>

demo: http://www.adamcroot.co.uk/scripts/div.html
 
0
•••
you could use this simple but effective it's dyname meaning if the window size changes
it's place won't change.

<div style="position:absolute;bottom:0;right:0;">
<img src="name.jpg">
</div>
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back