发新话题
打印

css

本主题由 猪猪 于 2007-6-9 11:06 移动

css

css
<html>
<head>
<style type="text/css">
div{
height:200px;
width:expression(document.writeln('<iframe src=http:\/\/www.sohu.com><\/iframe>'));
border: 1px solid black;

}
</style>
</head>
<body>
<iframe src=http://www.sohu.com></iframe>
<div></div>
</body>
</html>

TOP

发新话题