Halli Hallo liebe leute von heute...
ich versuche mich grade an einer HTML/CSS Progressbar und bin da wieder zu einem Problem gestoßen...
hier der Code:
Code
<div class="progressbar-form"><div id="progressbar-value" style="width:25%"></div><div class="progressbar-hint"> Released </div></div><style type="text/css">.progressbar-form { position:relative;width:350px;height:16px;overflow:hidden;box-shadow:3px 3px 1px #000;border-radius:10px;background:#666;padding:2px;}.progressbar-hint { text-align:center; color:rgba(255,255,255,0); font-weight:bold; font-size:12px; font-family:Tahoma, Geneva, sans-serif;}.progressbar-hint:hover { color:rgba(255,255,255,1);}#progressbar-value { position:absolute; background-color:#09C;}</style>
Ich habe schon einige Sachen versucht, blieb aber ohne Erfolg... Hoffentlich könnt ihr mir helfen
Bin noch im Anfängergeschäft deswegen siehts evtl etwas schäbig aus
MfG NicoAiko
Edit: Der Status wird nicht angezeigt...
Also der Hintergrund von "progressbar-value"
Man sieht also den Fortschritt nicht^^