Вид формы опросов:
Code
<div class="pollBlock"><div class="poll">$QUESTION$</div><div class="pollAns" style="font-size:8pt;text-align:left;padding-left:5px;"">$ANSWERS$</div><div class="pollTot" style="padding-top:4px;font-size:7pt;text-align:center;">Всего ответов: <b>$TOTAL_VOTES$</b></div></div><script>var a = ['http://newmov.ru/img/poll/1.gif','http://newmov.ru/img/poll/2.gif','http://newmov.ru/img/poll/3.gif','http://newmov.ru/img/poll/4.gif','http://newmov.ru/img/poll/5.gif','http://newmov.ru/img/poll/1.gif','http://newmov.ru/img/poll/2.gif'];for(var i = 0; i < a.length; i++){$('div.answer div div').eq(i).css({background: 'url(' + a[i] + ')', backgroundRepeat: 'repeat-x'});} $('div.answer span').each(function(){$(this).html($(this).html()+' - <span><b>'+$(this).attr('title').split('(')[0].split(')')[0].split(':')[1]+'</b> чел.</span>')});</script>
Таблица стилей CSS:
Code
.poll{background:#343434;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;text-align:left;margin:5px 0 10px;padding:7px}
.pollBut{cursor:pointer;padding-top:15px;background:url(http://newmov.ru/img/blocks/pollbut.png) no-repeat;border:0;width:150px;height:23px}
.pollBut:hover{cursor:pointer;padding-top:15px;background:url(http://newmov.ru/img/blocks/pollbut.png) no-repeat;background-position:0 -25px;border:0;width:150px;height:23px}
.pollButton{padding-top:10px}
.answer div div{height:10px!important;border:1px solid #000;background-repeat:repeat-x}
.answer label{cursor:pointer}