BrokeR | Дата: Суббота, 28.05.2011, 11:43 | Сообщение # 1 |
Майор
Группа: Админы
Сообщений: 97
Статус: Offline
|
1.шкала с разными цветами (раньше была однотонная) 2.учитывается количество голосов и процент) 3.вставляем в шаблон опроса в самый низ Code <style> .answer div div {height: 10px !important; border: 1px solid #000; background-repeat: repeat-x} </style> <script type="text/javascript"> var a = ['http://softina.my1.ru/imgs/poll1.gif','http://softina.my1.ru/imgs/poll2.gif','http://softina.my1.ru/imgs/poll3.gif','http://softina.my1.ru/imgs/poll4.gif','http://softina.my1.ru/imgs/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>
|
|
| |