Options

Slideshow ClickUrl?

KayCKayC Registered Users Posts: 26 Big grins
edited April 11, 2010 in SmugMug Support
Hopefully this should be an easy one.

I'd like to have my homepage slideshow link through to a specific gallery however when I hover over the slideshow the mouse cursor does not change. Obviously clicking though to gallery does not happen either. I've looked through all the threads here and the app notes for the slideshow. Any ideas?

Conor

http://www.conorcasey.com

http://www.conorcasey.com/gallery/8944490_S2ACo#830946932_Z3E76

Comments

  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited April 11, 2010
    Your frame is on top of your slideshow and is thus blocking the clicks. Try adding this CSS:

    #PSDFrame {z-index: -99;}
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    KayCKayC Registered Users Posts: 26 Big grins
    edited April 11, 2010
    Thanks for the quick reply John.

    Unfortunately this CSS does not seem to have fixed the issue.
    jfriend wrote:
    Your frame is on top of your slideshow and is thus blocking the clicks. Try adding this CSS:

    #PSDFrame {z-index: -99;}
  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited April 11, 2010
    KayC wrote:
    Thanks for the quick reply John.

    Unfortunately this CSS does not seem to have fixed the issue.
    That's because you have another z-index setting for the frame in your CSS and you put this one before that one so your other one is taking control (last one wins if they have the same specificity).
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    KayCKayC Registered Users Posts: 26 Big grins
    edited April 11, 2010
    Spot on John. I really should've seen that.

    Thanks again mate.
    jfriend wrote:
    That's because you have another z-index setting for the frame in your CSS and you put this one before that one so your other one is taking control (last one wins if they have the same specificity).
Sign In or Register to comment.