Rdogg
01-26-2009, 11:01 PM
hello i need help making my bar move with ajax or javascript , or another thing
so heres my site for demo
http://darkcyber.thvhosting.net/
heres my code :
Css
div.progress-container {
border: 1px solid #ccc;
width: 100px;
margin: 2px 5px 2px 0;
padding: 1px;
float: left;
background: white;
}
div.progress-container > div {
background-color: #ACE97C;
height: 12px
}
HTML
<div class="progress-container">
<div style="width: 95%"></div>
so heres my site for demo
http://darkcyber.thvhosting.net/
heres my code :
Css
div.progress-container {
border: 1px solid #ccc;
width: 100px;
margin: 2px 5px 2px 0;
padding: 1px;
float: left;
background: white;
}
div.progress-container > div {
background-color: #ACE97C;
height: 12px
}
HTML
<div class="progress-container">
<div style="width: 95%"></div>