用背景圖片實(shí)現(xiàn)CSS柱狀圖表一例_DIV+CSS實(shí)例
教程Tag:暫無(wú)Tag,歡迎添加,賺取U幣!
我們現(xiàn)在介紹,用背景圖片的方法實(shí)現(xiàn)柱狀圖表�?聪旅娴男Ч麍D:
實(shí)現(xiàn)這樣的圖表并沒(méi)有什么難處,我們看下面的xhtml代碼:
這是一個(gè)無(wú)序列表,我們注重到,我們?cè)趚html中使用行內(nèi)樣式定義了不同的li的高度。
我們?cè)谶@一圖表的制作中,需要使用兩張圖片,分別如下:

我們看下面的css代碼:
這段CSS代碼就定義了這個(gè)柱狀圖表的顯示,我們需要注重的是background-position屬性的應(yīng)用,這一屬性是實(shí)現(xiàn)圖表的要害.
我們看最終的運(yùn)行效果:
代碼調(diào)試框 [www.hl5o.cn]
[ 可先修改部分代碼 再運(yùn)行查看效果 ]

實(shí)現(xiàn)這樣的圖表并沒(méi)有什么難處,我們看下面的xhtml代碼:
示例代碼 [www.hl5o.cn]
<div id="vertgraph">
<ul>
<li class="critical" style="height: 150px;">22</li>
<li class="high" style="height: 80px;">7</li>
<li class="medium" style="height: 50px;">3</li>
<li class="low" style="height: 90px;">8</li>
<li class="info" style="height: 40px;">2</li>
</ul>
</div>
<ul>
<li class="critical" style="height: 150px;">22</li>
<li class="high" style="height: 80px;">7</li>
<li class="medium" style="height: 50px;">3</li>
<li class="low" style="height: 90px;">8</li>
<li class="info" style="height: 40px;">2</li>
</ul>
</div>
這是一個(gè)無(wú)序列表,我們注重到,我們?cè)趚html中使用行內(nèi)樣式定義了不同的li的高度。
我們?cè)谶@一圖表的制作中,需要使用兩張圖片,分別如下:


我們看下面的css代碼:
示例代碼 [www.hl5o.cn]
#vertgraph {
width: 378px;
height: 207px;
position: relative;
background: url("g_backbar.gif") no-repeat;
}
#vertgraph ul {
width: 378px;
height: 207px;
margin: 0;
padding: 0;
}
#vertgraph ul li {
position: absolute;
width: 28px;
height: 160px;
bottom: 34px;
padding: 0 !important;
margin: 0 !important;
background: url("g_colorbar3.jpg") no-repeat !important;
text-align: center;
font-weight: bold;
color: white;
line-height: 2.5em;
}
#vertgraph li.critical { left: 24px; background-position: 0px bottom !important; }
#vertgraph li.high { left: 101px; background-position: -28px bottom !important; }
#vertgraph li.medium { left: 176px; background-position: -56px bottom !important; }
#vertgraph li.low { left: 251px; background-position: -84px bottom !important; }
#vertgraph li.info { left: 327px; background-position: -112px bottom !important; }
width: 378px;
height: 207px;
position: relative;
background: url("g_backbar.gif") no-repeat;
}
#vertgraph ul {
width: 378px;
height: 207px;
margin: 0;
padding: 0;
}
#vertgraph ul li {
position: absolute;
width: 28px;
height: 160px;
bottom: 34px;
padding: 0 !important;
margin: 0 !important;
background: url("g_colorbar3.jpg") no-repeat !important;
text-align: center;
font-weight: bold;
color: white;
line-height: 2.5em;
}
#vertgraph li.critical { left: 24px; background-position: 0px bottom !important; }
#vertgraph li.high { left: 101px; background-position: -28px bottom !important; }
#vertgraph li.medium { left: 176px; background-position: -56px bottom !important; }
#vertgraph li.low { left: 251px; background-position: -84px bottom !important; }
#vertgraph li.info { left: 327px; background-position: -112px bottom !important; }
這段CSS代碼就定義了這個(gè)柱狀圖表的顯示,我們需要注重的是background-position屬性的應(yīng)用,這一屬性是實(shí)現(xiàn)圖表的要害.
我們看最終的運(yùn)行效果:
代碼調(diào)試框 [www.hl5o.cn][ 可先修改部分代碼 再運(yùn)行查看效果 ]
相關(guān)DIV+CSS實(shí)例:
- 固定div容器的寬高,圖片居中(圖片不限制大�。�
- 用css制作有滾動(dòng)條的居中彈出框
- 鼠標(biāo)指住(hover)變色的按鈕演示demo
- 10個(gè)很酷的涂鴉風(fēng)格國(guó)外網(wǎng)店設(shè)計(jì)展示
- jquery模擬瀏覽器滾動(dòng)條效果
- 仿谷歌google的搜索框下拉提示列表效果
- JS顯示網(wǎng)頁(yè)最后更新時(shí)間
- CSS技巧:text-indent隱藏文字(以圖換字)
- CSS實(shí)例:三列自適應(yīng)等高且中列寬度自適應(yīng)
- DivCSS布局實(shí)例:很實(shí)用的圖文混排CSS列表-富有語(yǔ)義
- DivCSS實(shí)例:CSS菜單Flash效果用圖片模擬實(shí)現(xiàn)
- DivCSS布局實(shí)例用dldtdd來(lái)制作列表
DIV+CSS實(shí)例Rss訂閱Div+Css教程搜索
DIV+CSS實(shí)例推薦
- 用css網(wǎng)站布局之十步實(shí)錄!(九)
- 用css網(wǎng)站布局之十步實(shí)錄!(一)
- CSS布局欣賞:淘寶首頁(yè)布局效果
- 利用CSS同比例縮小圖片并且符合Web標(biāo)準(zhǔn)
- css圓角之有序列表dl、無(wú)序列表ul如何實(shí)現(xiàn)?
- 三列自由式布局770-1024自適應(yīng)寬度!
- CSS菜單:一個(gè)圖片構(gòu)建菜單的三種狀態(tài)一例!
- CSS實(shí)例:kijiji社區(qū)頭像CSS效果
- 用css制作有滾動(dòng)條的居中彈出框
- CSS實(shí)例教程:用列表ul制作CSS橫向菜單的基礎(chǔ)知識(shí)
猜你也喜歡看這些
- CSS實(shí)戰(zhàn)經(jīng)驗(yàn):保持CSS文件整潔與樣式統(tǒng)一
- 不規(guī)則文字排版的CSS樣式如何定義?
- 為什么要Web標(biāo)準(zhǔn)化,有何價(jià)值?
- firefox下使連續(xù)長(zhǎng)字段自動(dòng)換行
- 鏈接文字上劃線、下劃線同時(shí)出現(xiàn)如何實(shí)現(xiàn)?
- 為什么無(wú)法定義高度為1px左右的容器
- 網(wǎng)頁(yè)制作中如何精確還原設(shè)計(jì)稿的幾個(gè)步驟
- DIVCSS教程:判斷用戶瀏覽器及分辨率調(diào)用不同的CSS樣式文件
- div css網(wǎng)頁(yè)布局時(shí)如何合理架構(gòu)css?
- WEB2.0標(biāo)準(zhǔn)教程:應(yīng)用WEB標(biāo)準(zhǔn)建設(shè)網(wǎng)站有什么好處?
- 相關(guān)鏈接:
- 教程說(shuō)明:
DIV+CSS實(shí)例-用背景圖片實(shí)現(xiàn)CSS柱狀圖表一例
。