Hello,
i like your Buzz Template so i buy it ;-)
now i edit it for my self.
now i have a problem to implement a background image to the counter div.
it repeats vertical, but this i don´t want.
there you found a screen shot of it.
how it looks now
http://img40.imageshack.us/img40/7616/unaa.jpg
the sorce background image
http://img834.imageshack.us/img834/8269/ful7.jpg
css:
.md-content,.md-remain-time{
text-align: center;
background-image:url('file:../img/Map1280x800.jpg');
background-position:center;
background-repeat:no-repeat;
}
Hi Lordi,
You can try to add this:
.md-content {
background:url('file:../img/Map1280x800.jpg') no-repeat center center;
}
You can add height to .md-content or add padding top & bottom to it.
ok Tnx i will try.
btw. is it possible to change the size of the download is viewed?
i mean countdown ;-)
You can find
.dash .digit {
in style.css - line 36
and change it
it works.
.md-content {
background:url('file:../img/Map1280x800.jpg') no-repeat center center;
}