Sat, 2013-07-13 20:24
Somewhere in the middle of my page I will have a table, I want to then overlay div's on this table between selected rows & cells.
I want to place them in a specific location, I guess if I set my rows and columns to set px width I can set an absolute positive for my overlay div but how can I get it to absolute to the table and not my page?
Is it even possible?
My table location may very so can't just add 120px and 35px to it for example.
Sat, 2013-07-13 22:07
#1
Hi Kiwis, It should be
Hi Kiwis,
It should be possible if you set the table or the td's to position:relative; then any children can be positioned from that.
Of course you need to have the div within the positioned element.