jQuery Cycle - pager
in Using jQuery Plugins
•
3 months ago
I've problem with this. All is working ok, but I want the pager without the slide number. I did do it (a little change inside js script) but still I have problem with a anchor zone. I have it near 12 px hight (top) and near 4 (bottom) and I can't minimalize it to f.ex.total 2-4 px.
The blue mark is a point inserted (temporaly) in the slide number place to see where is the central point of the anchor zone.
The padding 10px is a right side.
Only one css at the page is
- <style type="text/css">
#nav { margin-top: 0px; margin-bottom:0; padding: 0px 0px 0px 0px;}
#nav a { margin-left: 3px; margin-bottom: 0px; margin-top: 0px; padding: 0px 10px 0px 0px; border: 1px solid #ccc; background: #fc0; text-decoration: none }
#nav a.activeSlide { background: #ea0 }
#nav a:focus { outline: none; }
</style>
1



