Jump to content

навигация в слайде


shtilev
 Share

Recommended Posts

кусок из JS слайда:


var d=slider.data;
slider.num=d.length;
var pos=Math.floor(Math.random()*1);//slider.num);
for(var i=0;i<slider.num;i++){
$('#'+d[i].id).css({left:((i-pos)*1000)});
$('#slide-nav').append('<a id="slide-link-'+i+'" href="" onclick="slider.slide('+i+');return false;" onfocus="this.blur();">'+(i)+'</a>');
}

т.е. скрипт как действует, к каждому новому пунтку добавляет +1 и и выходит навигация 1 2 3 4 5 и т.д. а в css прописаны стили и получается что эти цифры в бекграундах (актив и пассив) можно ли их убрать просто что бы просто бекграунды были а цифры нет?

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy