Problems with DataTables sitting at bottom of container ALWAYS
Problems with DataTables sitting at bottom of container ALWAYS
phimuskapsi
Posts: 7Questions: 0Answers: 0
http://i10.photobucket.com/albums/a109/phimuskapsi/ScreenShot2011-09-15at10558PM2.png
As you can see from the above screen shot, my table just wants to live on the bottom of the screen. The DataTable is in a DIV which does not have a style attached, but I cannot get this thing to go right under the header (Equipment Management).
Any ideas on why this would happen? It's driving me crazy...
As you can see from the above screen shot, my table just wants to live on the bottom of the screen. The DataTable is in a DIV which does not have a style attached, but I cannot get this thing to go right under the header (Equipment Management).
Any ideas on why this would happen? It's driving me crazy...
This discussion has been closed.
Replies
debugger will tell you.
Notice how your table starts just after the vertical line element separating both columns. My table behaves the same, it start jst after such an element...
I've been banging my head on this all evening. I'll continue tomorrow. I'll keep you informed.
- Ed
CSS debugging is greatly simplified in FireBug or other developer tools, if you're not doing so already. It'll be quick to identify which floats, clears, or sizes are messing you up.