th_wolfgang
New member
Hallo,
komme nicht weiter, habe diesen Code-Schnipsel bis her ohne Probleme genutzt. Jetzt geht er nicht mehr, wo ist der Fehler? Da die Webseite des „Erschaffers“ dieses Scripts nicht mehr Online ist habe ich die Links im CSS mit einer Farbe ausgetauscht #00000; das funktioniert auch, der Hintergrund wird schwarz angezeigt, aber leider keine Zahlen in der Countdownuhr mehr.
HIER DER LINK: Countdown timer on jQuery Canvas | CSSDeck
HIER MEIN css:
Danke & LG
Wolf
komme nicht weiter, habe diesen Code-Schnipsel bis her ohne Probleme genutzt. Jetzt geht er nicht mehr, wo ist der Fehler? Da die Webseite des „Erschaffers“ dieses Scripts nicht mehr Online ist habe ich die Links im CSS mit einer Farbe ausgetauscht #00000; das funktioniert auch, der Hintergrund wird schwarz angezeigt, aber leider keine Zahlen in der Countdownuhr mehr.
HIER DER LINK: Countdown timer on jQuery Canvas | CSSDeck
HIER MEIN css:
Code:
/* Contdown */
.time{
display: block;
margin: 0 auto;
padding: 20px 0 50px;
position: relative;
text-align: center;
width: 70%;
}
.time *{vertical-align: top;}
.time ins,
.time .clock{
position: relative;
top: 10px;
width: 40px;
height: 55px;
display: inline-block;
*display: inline;
zoom: 1;
background: transparent #ffffff; no-repeat -260px -154px;
}
.time .clock{margin-right: 7px;}
.time ins{width: 10px;}
.time ins{background-position: -300px -154px;}
.time .etitle{
position: absolute;
width: 110px;
text-align: center;
left: 50%;
margin-left: -47px;
top: 55px;
line-height: 30px;
}
.etitle-1{font-size: 1.6em;}
.etitle-2{
font-size: 1.37em;
padding-top: .1em;
}
.etitle-3{
font-size: 1.12em;
padding-top: .2em;
}
.etitle-4{
font-size: .87em;
padding-top: .3em;
}
.c-block{
display: inline-block;
*display: inline;
zoom: 1;
margin: 0 18px 0 3px;
padding: 4px 0 40px 3px;
position: relative;
background: transparent #000000; no-repeat -260px 0;
}
.c-block:before{
content: '';
position: absolute;
left: 100%;
top: 0;
width: 31px;
background: transparent #000000; no-repeat 100% -77px;
height: 77px;
}
.bl-inner{
position: relative;
margin-right: -10px;
height: 48px;
background: transparent #000000; no-repeat -5px -48px;
}
.bl-inner span{
display: none;
font-size: 46px;
color: #fff;
line-height: 46px;
margin-left: 2px;
}
.bl-inner:before{
content: '';
position: absolute;
left: 100%;
top: 0;
width: 3px;
background: transparent #000000; no-repeat -122px -48px;
height: 48px;
}
.c-block-1{width: 20px;}
.c-block-2{width: 45px;}
.c-block-3{width: 70px;}
/* Ende Countdown */
Danke & LG
Wolf