Рассмотрим эту страницу: http://losthobbit.net/temp/docking.html
Вот HTML:
<html>
<head>
<title></title>
</head>
<body>
<div style="position: absolute; bottom: 0; right: 0; top: 0; width: 259; background-color: #00FF00">
<input type="button" style="position: absolute; left: 161; top: 30; width: 75; height: 25"/>
</div>
<div style="position: absolute; bottom: 0; right: 259; left: 0; height: 100; background-color: #00FFFF">
<input type="button" style="position: absolute; right: 10; top: 30; width: 75; height: 25"/>
</div>
</body>
</html>
В Chrome & FireFox это работает отлично.Второй div стыкуется с первым div.
Возможно ли заставить это работать в IE8?
Заранее спасибо, замечательные люди:)