Vertical-align is not working.Code:<head> <style type="text/css"> div#myOuter { position: absolute; left: 100; top: 100px; width: 500px; height: 400; background: #00FFFF; margin:auto; align: center; vertical-align: middle; display: table-cell; } table#myTable { margin:0 auto; width:80%; background: #FFFF00; } </style> </head> <br> <br> <div id="myOuter"> <table id="myTable"> <tr> <td>gggggggggggg</td> <td>gggggggggggg</td> </tr> <tr> <td>nnnnnnnnn</td> <td >nnnnnnnnn</td> </tr> </table> </div>
position: absolute of the div can't be removed in my project.
Please help.
.


Reply With Quote

Bookmarks