DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS進階教程 >> CSS網頁制作實例代碼:模擬新浪微博的三角圖像
CSS網頁制作實例代碼:模擬新浪微博的三角圖像
編輯: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>

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved