IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   HTML/CSS/JavaScript (https://www.ircforumlari.net/html-css-javascript/)
-   -   Vertical CSS Bar Graph (https://www.ircforumlari.net/html-css-javascript/629385-vertical-css-bar-graph.html)

hAte 17 Ekim 2014 16:36

Vertical CSS Bar Graph
 
PHP- Kodu:

<style>
#vertgraph { 
width378px
height207px
positionrelative
backgroundurl("g_backbar.gif"no-repeat
}
#vertgraph ul { 
width378px
height207px
margin0
padding0
}
#vertgraph ul li { 
positionabsolute
width28px
height160px
bottom34px
padding!important
margin!important
backgroundurl("g_colorbar3.jpg"no-repeat !important;
text-aligncenter
font-weightbold
colorwhite
line-height2.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; }
</style>
<
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



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 11:26.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk