Это в Мозилле браузере: Это в Хроме: Код: Код (Text): <style> #wrapper { width-max: 100%; height-max: 100%; position: relative; } #table { position: absolute; top: 10%; left: 35%; width: 38%; height: 69%; } </style> <div id="wrapper"> <img src="3.jpg" width="100%"> <table border="1" id="table"> <tr> <td> </td> </tr> </table> </div> Как сделать чтобы и в Хроме позиционировалось правильно?