Jump to content

Need to position a dynamic table in div container


TheChaosFactor

Recommended Posts

Ok, so in brief, I have a dynamic table that I'm trying to place in a div container. I'd like it to start at the same spot everytime, no matter how big or small it is.

 

I was trying to position them with something like -

 

position:relative;

bottom:325px;

left:20px;

 

But that apparently doesn't work because the table size can change from page to page and from day to day.  Tried fixed position too with no luck.  You can see what I'm talking about here:

 

http://www.royalfamilyhosting.com/test/index.php

 

And more of my code can be found here for the tables and div structure, etc...

 

http://www.phpfreaks.com/forums/index.php/topic,305760.msg1445708.html#msg1445708

 

Please somebody have a relatively simple solution for this. I've been fighting with it for days, and only earlier when somebody fixed one of the tables for me did I even realize that what I was doing wouldn't work anyway...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.