ok, I think I get what you're saying, try this:
HTML Code:
<img src="images/DRO_trans.png" style="width: 330px; float: left; display: inline-block;">
<div style="height: 300px; position: absolute; right: 300px; left: 330px; background-image: url(images/background-gradient.png);"><img src="images/glimpses-astral.png" style="margin: 0 330 0 300;"></img></div>
<img src="images/Thor-3rd-300.jpg" style="width: 300px; float: left; position: absolute; right: 0;">
so the only changes in this are:
Code:
<div style="height: 300px; position: absolute; right: 300px; left: 330px; background-image: url(images/background-gradient.png);"><img src="images/glimpses-astral.png" style="margin: 0 330 0 300;"></img></div>
and the margin rule in the image is what is centering the image:
Code:
<img src="images/glimpses-astral.png" style="margin: 0 330 0 300;"></img>
at least that's what I think you're talking about.
Bookmarks