I think the problem is me... and that I haven't coded this properly.
http://burstserial.com
Check the front page.
There are two objects.
1) entry.jpg - site logo, link to enter
2) intro2.swf - flash animation
I want these locked to the bottom of the page with the picture on top of the flash. On my monitor 1280 x 1040 it looks fine, like this (which is how I want it):
Now on a 1024 x 768 monitor, it gets all messed up, you only see the bottom of the page, with no scrollbar.
If I change the tags from absolute position to relative position, it looks ok on a smaller monitor, but now floats off the bottom on the larger monitor.
So I'm open to any suggestions. I have these two elements that I want stacked on top of each other, down the center, and locked to the page bottom.
Right now, they are centered using a table. The table is positioned with
Code:
<div style="position:absolute; bottom:0px;">the table containing the elements</div>
which is obviously not an elegant way to do this
Thanks for any ideas...
Last edited by HMS Bounty; 05-25-2006 at 07:22 PM..
|