- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
star1.onmouseover = function () {
star1.className = 'selected';
}
star1.onmouseout = function () {
star1.className = 'not-selected';
}
star2.onmouseover = function () {
star1.className = 'selected';
star2.className = 'selected';
}
star2.onmouseout = function () {
star1.className = 'not-selected';
star2.className = 'not-selected';
}
star3.onmouseover = function () {
star1.className = 'selected';
star2.className = 'selected';
star3.className = 'selected';
}
star3.onmouseout = function () {
star1.className = 'not-selected';
star2.className = 'not-selected';
star3.className = 'not-selected';
}
star4.onmouseover = function () {
star1.className = 'selected';
star2.className = 'selected';
star3.className = 'selected';
star4.className = 'selected';
}
star4.onmouseout = function () {
star1.className = 'not-selected';
star2.className = 'not-selected';
star3.className = 'not-selected';
star4.className = 'not-selected';
}
star5.onmouseover = function () {
star1.className = 'selected';
star2.className = 'selected';
star3.className = 'selected';
star4.className = 'selected';
star5.className = 'selected';
}
star5.onmouseout = function () {
star1.className = 'not-selected';
star2.className = 'not-selected';
star3.className = 'not-selected';
star4.className = 'not-selected';
star5.className = 'not-selected';
}
Реализация звёздочек для рейтинга. При наведении мышкой на звёздочку все предшествующие ей звёздочки "загораются", при отведении — "потухают".
Stalker 25.07.2010 19:58 # −5
bildja 25.07.2010 20:42 # +2
Stalker 26.07.2010 07:34 # 0
Анонимус 26.07.2010 01:11 # +3
Stalker 26.07.2010 07:35 # −3
malleus 26.07.2010 12:50 # +1
Lure Of Chaos 26.07.2010 15:09 # +2
malleus 26.07.2010 15:27 # 0
со звездочками сложнее чем с менюшками. или это я тогда был моложе и зеленее
Lure Of Chaos 26.07.2010 15:28 # 0
TiGR 26.07.2010 22:29 # 0
mrbig66 25.07.2010 23:00 # +2
3.14159265 26.07.2010 09:25 # +2
хотя чем больше звездочек, тем больше шансов, что говнокодер обломится копи-пастить и подумает.....
хотя трудолюбивые нации это не останавливает...
таки лень - двигатель прогресса
mrbig66 26.07.2010 15:51 # +2
Lure Of Chaos 26.07.2010 15:09 # 0
koodeer 26.07.2010 19:40 # 0
ZX_Spectrum 27.07.2010 01:33 # 0