Files
firstgarden-web-gnu/test.php
2013-02-07 20:24:17 +09:00

14 lines
368 B
PHP

<!doctype html>
<html lang="ko">
<head>
<title>ie6 테스트</title>
<meta charset="utf-8">
<style>
a {display:block;position:relative;margin:100px;width:50px;height:50px;background:#ddd}
a span {position:absolute;top:0;left:0;width:50px;height:50px;background:#000}
</style>
</head>
<body>
<a href="#"><span></span>i can see your halo</a>
</body>
</html>