Jump to content

ir3nicus

New Members
  • Posts

    2
  • Joined

  • Last visited

ir3nicus's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok but should I use live or delagate jquery function to add it? Using only css styles don't work: #nav a.activeSlide { display: block; ... } Is there any js tag to change activeSlide ? " pagerAnchorBuilder: function(idx, slide) { "
  2. Hi. I have another question. I want to use an image instead of numbers too. $(document).ready(function() { $('#promo2').cycle({ fx: 'fade', timeout: 6000, pager: "#nav", pagerAnchorBuilder: function(idx, slide) { return '<a href="#"><img src="images/ball2.png" width="13" heigth="13" /></a>'; } }); }); What about when I would like to use another image when the a tag is active ? Is it possible to do that? Thanks in advance
×
×
  • Create New...