Javascript-форум (https://javascript.ru/forum/)
-   Общие вопросы Javascript (https://javascript.ru/forum/misc/)
-   -   слайдер на jqueri (https://javascript.ru/forum/misc/37752-slajjder-na-jqueri.html)

iskander83 05.05.2013 20:30

слайдер на jqueri
 
Привет!
есть вот тут слайдер http://pcvector.net/uploads/demo/scr...er/index2.html

навигация ведется с помощью кнопочек внизу... а как задать каждой из низ свой img или background ?

Вото кусок кода js отвечающий непосредсвтвенно за id кнопки как я понял
...
if(options.numeric){									
				for(var i=0;i<s;i++){						
					$(document.createElement("li"))
						.attr('id',options.numericId + (i+1))
						.html('<a rel='+ i +' href=\"javascript:void(0);\">'+ (i+1) +'</a>')
						.appendTo($("#"+ options.numericId))
						.click(function(){							
							animate($("a",$(this)).attr('rel'),true);
						}); 												
				};	
	...


А вот для него стили
...
/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 150px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
...


буду очень признателен за ответы...

Раед 05.05.2013 20:44

BB-коды пишутся без пробелов около скобок


Часовой пояс GMT +3, время: 15:08.