Установка:
Заходим в ПУ » Управление дизайном » Опросы » Вид формы опросов и заменяем все на вот это:
Код
<div class="pollBlock" style="font-family:Tahoma,Arial;">
<div class="pollQue" style="font-size:8pt;padding-top:2px;text-align:left;"><b>$QUESTION$</b></div>
<div class="pollAns" style="font-size:8pt;text-align:left;">$ANSWERS$</div>
<hr><div class="center bvotes_bottom">
<a href="javascript://" class="button_green bvotes_submits">Ответить</a>
<a href="$ARCHIVE_LINK$;" class="button_green">Архив</a>
<a href="$RESULTS_LINK$" class="button_green">Результат</a>
</div><hr><div class="pollTot" style="text-align:center;">Всего голосовало: <b>$TOTAL_VOTES$</b></div>
</div>
<style>.answer div div {height: 10px !important; border: 1px solid #000; background-repeat: repeat-x}</style>
<script type="text/javascript">
var a = ['http://cstav.ru/uCoz/8_uCoz-opros/2/poll1.gif','http://cstav.ru/uCoz/8_uCoz-opros/2/poll2.gif','http://cstav.ru/uCoz/8_uCoz-opros/2/poll3.gif','http://cstav.ru/uCoz/8_uCoz-opros/2/poll4.gif','http://cstav.ru/uCoz/8_uCoz-opros/2/poll5.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>