日期:2013-11-20  浏览次数:21096 次

网页制造aiyiweb文章简介:CSS网页制造实例代码:新浪微博的三角图像。

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>爱易网任务室提供最新的网页制造、网页设计、网页特效,为团体网站提供网页素材模板和网页视频学习.</title>
<style>
.W_bgcolor_arrow * {
font-family: "SimSun";
overflow: hidden;
display: block;
height: 9px;
line-height: 17px;
}
.W_bgcolor_arrow span {
color: #F3F3F3;
}
.W_bgcolor_arrow span {
margin-top: -8px;
}
</style>
</head>
<body>
<div class="W_bgcolor_arrow">
<span>◆</span>
</div>
</body>
</html>