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? Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.