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...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.