Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with absolute positioning

Status
Not open for further replies.

flnMichael

Programmer
Nov 13, 2003
96
US
Hey,
I am trying to make a dynamic table followed by a button at the bottom of the table. My problem is that the tables (I put the button in a table, also) are given an absolute position when I use Gridlayout. I try using Flowlayout, but then the tables move to the top left corner of the page and I can't move them down. The first table will be varying in rows, so the bottom table has to move with the amount of rows generated in the first table. What am I doing wrong?

Thanks
Mike
 
make sure that your valign and align are set correctly on the table that is within the table...for instance...valign is usually = top so that if their are varying amount of rows in the table above it, it will always move up..

"...we both know I'm training to become a cagefighter...see what happens if you try 'n hit me..."
 
so you're saying put these two tables in a larger table and the two tables will just be rows?
 
YEs, I usually have 1 big table that hold everything...then the smaller tables will move accordingly...

"...we both know I'm training to become a cagefighter...see what happens if you try 'n hit me..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top