Ну примера думаю не надо так как все на скрине видно Итак приступим панель управления/управления дизайном/вид формы опросов и там заменяем все на код:
Code
<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;"> <input class="pollBut" href="javascript://" onclick="new _uWnd('PollR','Результаты опроса',660,200,{},{url:'http://styling.org.ua/poll/0-2'});return false;" value="Результаты" type="submit"></div> <div style="padding-top:4px;font-size:7pt;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://styling.org.ua/templates/images/poll/poll1.gif','http://styling.org.ua/templates/images/poll/poll2.gif','http://styling.org.ua/templates/images/poll/poll3.gif','http://styling.org.ua/templates/images/poll/poll4.gif','http://styling.org.ua/templates/images/poll/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>