aeroswat Posted January 22, 2010 Share Posted January 22, 2010 For ease of creation I used tables on a certain area of my site and now I need to be able to position a div over top of the table. What do I need to do in order to accomplish this? Link to comment https://forums.phpfreaks.com/topic/189460-is-it-possible-to-position-a-div-over-a-table/ Share on other sites More sharing options...
haku Posted January 23, 2010 Share Posted January 23, 2010 You can do it with absolute or relative positioning, or using negative margins. But whatever you are trying to do, its probably a bad idea. I've rarely seen this to be necessary. Link to comment https://forums.phpfreaks.com/topic/189460-is-it-possible-to-position-a-div-over-a-table/#findComment-1000278 Share on other sites More sharing options...
manwhoeatsrats Posted January 25, 2010 Share Posted January 25, 2010 I have seen a div placed over a table before. Here is an example of it <div align="center"> <table> <tr> <td> blah </td> </tr> </table> </div> or are we talking about something else? Link to comment https://forums.phpfreaks.com/topic/189460-is-it-possible-to-position-a-div-over-a-table/#findComment-1001222 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.