jQuery slider / Posts /

How Can I Let the Bullet align to the Right?

17
The demo sliders let the bullets center in the pictures, but does anyone know how can I let it float to the right?
I was trying to do that in CSS, the bullets did float to the right, but they can't work well when trying to change pictures.
Anyone got good ideas? will be really appreciate for it!!!!!
daz  11 years ago   viewed: 9702    

1 Answer

1
If you see the slider.css of the demo 3, you can see how the bullet wrapper is positioned:
#mcts1 .navBullets
{
    ...
/*Specify its position that is relative to the div#mcts1 */
position:absolute;
bottom:-46px;
left:360px;
width:80px;height:20px;
......
}

So they are absolutely positioned, not floated to the right or left.

You can use the absolute positioning approach to position your bullets to wherever you want. The slider bullet wrapper is relative to the div#mcts1.
milo   11 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: