V1SHAL
02-19-2007, 04:10 AM
Hi all...
I'm trying to use relative positioning to position an image.
I have the following code:
<img src="images/copy_white.png" style='position:relative;top:0px;;left:405px;border:none;margin-top:-278px;margin-right:-10px;'>
As you can see I attempted to make a workaround by using negative margins. This this help some but there is still empty space where the image would go in normal flow.
Is this a regular occurance with relative positioning or am I doing something wrong? Any other workarounds?
I'm trying to use relative positioning to position an image.
I have the following code:
<img src="images/copy_white.png" style='position:relative;top:0px;;left:405px;border:none;margin-top:-278px;margin-right:-10px;'>
As you can see I attempted to make a workaround by using negative margins. This this help some but there is still empty space where the image would go in normal flow.
Is this a regular occurance with relative positioning or am I doing something wrong? Any other workarounds?