Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing pagination bubbles with multiple sliders #95

Closed
barchard opened this issue Mar 12, 2012 · 1 comment
Closed

Changing pagination bubbles with multiple sliders #95

barchard opened this issue Mar 12, 2012 · 1 comment

Comments

@barchard
Copy link

Hi-

How do you recommend changing the pagination bubbles with multiple sliders on a page?

This works, but would apply to all sliders on a page:

<div id="flex-control-nav-container-1" class="flex-control-nav-container"></div>
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(bg_control_nav_blue.png) no-repeat; cursor: pointer; text-indent: -999em;}

This, however, only shows the 'empty' bubbles that do not animate to active:

#flex-control-nav-container-1 .flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(bg_control_nav_blue.png) no-repeat; cursor: pointer; text-indent: -999em;}

Thanks
Greg

@barchard
Copy link
Author

Figured it out, sorry. Had to add:

#flex-control-nav-container-1 .flex-control-nav li a:hover {background-position: 0 -13px;}
#flex-control-nav-container-1 .flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant