1

对不起我的英语不好。这可能是一个太简单的问题,但我在搜索结果中找不到答案:(不支持 IE6 但我的客户要求它。代码如下

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko" >
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />

        <style type="text/css">
        #outter {
            height: 200px;
            width: 200px;
            background: #00f;
            margin:0 auto;
        }
        #inner {
            background: #f00;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 20px;
            left: 100px;
        }
        </style>
    </head>

    <body>
        <div id="outter">
            <div id="inner">
            </div>
        </div>
    </body>
</html>
4

0 回答 0