I used some of this to add a right image to the site I help out with, but am having an issue I need some help with.
We want the right image to go under the left image if the page size isn't wide enough to not have the images overlap. But no matter what I tried, it wouldn't work right. The right is always on top.
http://www.amusementinsider.com/foru...php?styleid=17
Code:
<div style="position: absolute; top: 0px; right: 0px; padding: 2px; overflow: hidden; width: 1556px;" class="panelsurround">
<a href="http://www.amusementinsider.com" target="_blank"> <img src="images/tztot/towerghosts.gif" width="1556" height="115"alt="Ghosts" border="0" title="Spooky!"></a></div>
That code is just added to the regular header template, along with the default code.