<head>
<style>
div{
position:absolute;
height:0;width:0;
overflow:hidden;
border:256px solid ;
border-color:yellow red blue green;
}
</style>
</head>
<body>
<div>
</div>
</body>
======================
CHROME FF下能正确显示4个三角形。
IE9 一片空白。
求解。我看的CSS书上的截图IE6能显示的。哪里错了。
<style>
div{
position:absolute;
height:0;width:0;
overflow:hidden;
border:256px solid ;
border-color:yellow red blue green;
}
</style>
</head>
<body>
<div>
</div>
</body>
======================
CHROME FF下能正确显示4个三角形。
IE9 一片空白。
求解。我看的CSS书上的截图IE6能显示的。哪里错了。