Results 1 to 5 of 5

Thread: Content Slider - no active links (IE 8) when pulling database content

  1. #1
    Join Date
    Nov 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Content Slider - no active links (IE 8) when pulling database content

    1) Script Title: Featured Content Slider 2.4

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

    3) Describe problem: I've implemented the featured content slider on a site and it works great in these browsers (tested IE, FF, on Mac and PC). Then I replaced the hardcoded content so that I could pull content from my database via the following script and template (cgi-bin/newsscript/news_sliderwideB.pl,and cgi-bin/newsscript/slider_ltB.html). All the content appears correctly, however, in IE 8, the hyperlinks for that content are no longer clickable (see: http://www.sbscuttlebutt.com/slider/demo2.html). The same links are active in Firefox, so I'm guessing this is an IE issue. I'm hoping this will be a matter of CSS adjustment, but I'm not sure how to troubleshoot this. Any ideas?

    Thanks for the help.

    Tiny

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

    Default

    Hmm most likely there are unclosed tags in your content markup, causing the non clickable links issue in IE. It's hard to tell exactly which tag(s) are unclosed just looking at your source. Try editing down your content markup to just the bare minimum, so each content consists of just some text then the link. See if the problem still persists. Also, do you really need a:

    Code:
    <span class="contmain">
    tag surrounding each content?
    DD Admin

  3. #3
    Join Date
    Nov 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Hmm most likely there are unclosed tags in your content markup, causing the non clickable links issue in IE. It's hard to tell exactly which tag(s) are unclosed just looking at your source. Try editing down your content markup to just the bare minimum, so each content consists of just some text then the link. See if the problem still persists. Also, do you really need a:

    Code:
    <span class="contmain">
    tag surrounding each content?
    Thanks for the quick reply. I will get things down to the bare bones and let you know if I find a resolution. I was also thinking it might be a z-index issue, since the link is clearly there, but mouseover fails. I'll look into that, too.

  4. #4
    Join Date
    Nov 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Interesting. I removed the <span class="contmain"> from the template which displays the database content, and the links are now working on the demo page: http://www.sbscuttlebutt.com/slider/demo2.html. However, that same code is NOT working on the home page (http://www.sbscuttlebutt.com - toward the bottom of the page).

    Weird. I even temporarily commented out the "contmain" in the overall style sheet and that didn't resolve anything. I'll keep at it and see if I can reverse engineer things on the home page. Thanks again for the suggestion.

  5. #5
    Join Date
    Nov 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Content Slider - no active links (IE 8) - RESOLVED

    Turns out I updated the wrong script on the home page. My error! Your instincts were correct about the deviant style tag in the template. Thanks so much for taking a look and making the suggestion. The content slider is now fully functional!

    Tiny

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
  •