treehouse : what would you like to learn today?
Web Design Web Development iOS Development

problem with my slider in drupal..

  • hey guys,

    i put a simple slider in my drupal site..autorotate of slides are running perfectly but my links stop working when i put the code of slider in my block region..
    live example
    http://www.1dash1.com
  • This is an ordering problem - your navigation is underneath your content and the clicks don't pass "through" one layer to the next.

    Try moving your navigation upwards:

    .pagination {
    position:relative;
    z-index:2;
    }
  • hi dave,

    u r really a genius....thnks
    such a smalll problem and i wasted my 1/2 hour on that :oops:
  • I looked at your slider and am trying to accomplish a similar thing on my drupal site. I'm having an issue adding it to my home page. It works fine in the page view, but won't work when promoted to the front page. Is your slider in a block or made into a view? Any tips would be greatly appreciated.

    Thanks,
    Jeff