![]() |
Aligning with abolute position?
I have an image, where in order to make it so it overlaps, I used this
Code:
position:absolute; Full code (just for reference I'm not asking anyone to look at this): Code:
<style type="text/css"> |
If it is too far right why don't you move it to the left?
eg: HTML Code:
position:absolute; right: 20px; |
Set the containing table to position: relative; then the position: absolute; of the image contained within it will be relative the the containing table, and not the entire page. Then use the right: 0; on the image.
Centers a 600 pixel wide div on the page, and places an image to the right side of that div, using position:absolute, so it overlaps anything else. Code:
<body> |
Thank you, that worked.
|
All times are GMT. The time now is 04:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|