<!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html" /> <meta name="author" content="admitrichenko" /> <meta http-equiv="content-type" content="text/html; charset=windows-1251"> <title>z-index</title> <style> body { margin: 0; } #wrapper { z-index: 1; width: 800px; height: 60px; background-color: #00ff00; } #test { z-index: 2; position: absolute; width: 100%; height: 40px; top: 10px; background-color: #ff0000; } </style> </head> <body> <div id="wrapper"> <div id="test">Необходимо вытянуть этот div на 100% страницы</div> </div> </body> </html>
<meta http-equiv="x-ua-compatible" content="IE=edge">