Results 1 to 3 of 3

Thread: Links inside the ParallaxSlider are working only in InternetExplorer

  1. #1
    Join Date
    May 2015
    Location
    Germany
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Links inside the ParallaxSlider are working only in InternetExplorer

    1) Script Title: Parallax Slider

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ider/index.htm

    3) Describe problem: Thank you DD for your great codes! I LOVE it!
    I have a problem with links inside the Parallax Slider.
    My links inside the Slider are working only in InternetExplorer. Not in Firefox, Chrome or Opera. What made I wrong??? http://seher-design.de/referenzen.html - the second slide.
    The links also don't take over the CSS settings - I hope to find the bug, or could there be a connection to the wrong funktion?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Inside parallaxslider.css, the following rule should exist at the end of the file, which I don't see in your CSS:

    Code:
    div.parallaxslider div.slide div.desc *{
    pointer-events: auto; /* keep this property intact. Enable pointer events on individual elements within desc divs, such as links */
    }
    DD Admin

  3. #3
    Join Date
    May 2015
    Location
    Germany
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Aaahh! Thanks for response, I'll try it.

Similar Threads

  1. ddaccordian inside links not working!
    By bobr in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 08-20-2010, 04:33 PM
  2. Replies: 0
    Last Post: 02-26-2009, 05:53 AM
  3. Replies: 1
    Last Post: 01-28-2009, 08:42 PM
  4. Pagination, question about links inside?
    By moxsum in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 09-01-2008, 06:15 AM
  5. links inside iframes on php pages
    By gibbs in forum PHP
    Replies: 3
    Last Post: 08-03-2006, 01:27 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •