Hello again,
I'm nearly done with my first node carousel http://beta.menashalibrary.org, and I have one more question.
I've got the Index Display setup as a Numeric Index. I then used css to style that list to display buttons on the bottom of the carousel rather than a list. I've got it so that as each item in the carousel changes, the appropriate 'button' is highlighted. (i have an image setup as the background of the list item)
My question is, is there any way to hide the numbers that appear in the list? I tried this in the stylesheet:
span.index_control {
display: none;
}
And, this works perfectly in Firefox, but does not in Safari or IE. (in those browsers the entire list disappears)
Thank you so much for any help you can provide. Once I have this finished, I plan to create a screencast showing what I did. Hopefully it can give a starting point for others.
Comments
Comment #1
jcfiala commentedI'm not sure how to help - how are you producing the buttons in css?
Comment #2
georgedamonkey commentedComment #3
georgedamonkey commentedWell, I changed it from numeric index to title index, and now they magically look like I wanted them to.
I wanted to thank you for all your help with this and my previous question. You are my new hero!
Comment #4
jessicakoh commentedHi Georgedamonkey
Thank you for sharing your above code.
Comment #5
jessicakoh commentedHi georgedamonkey,
How do you override the transition?
In your http://beta.menashalibrary.org, the transition is not slide.
Comment #6
georgedamonkey commentedI set the animation speed to zero. That makes it switch without 'sliding'. Ideally, I'd like to make it fade between, but this works for now.
Comment #7
jessicakoh commentedThank you. Got it.
Comment #8
ultimateboy commentedAppears not to be an issue any longer.