Опросы -> Вид формы опросов: 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;"> <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://laa2.ru/images/poll/poll1.gif','http://laa2.ru/images/poll/poll2.gif','http://laa2.ru/images/poll/poll3.gif','http://laa2.ru/images/poll/poll4.gif','http://laa2.ru/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>
|