lasa2
08-12-2010, 07:51 PM
I've looked everywhere... tried to join the JQuery forum but they are reviewing my application? really would like to lay this puppy to rest.
I have easyslider 1.7 on a site I'm building... everythings good but they would like to have the numeric controls appear aligned on the right side below the sliding images instead of the align left.
http://www.threefooter.com/easyslider_numeric
I tried every conceivable combination in the css file... I assumed it would be simply change the float:left to float:right (not)
below is the CSS numeric controls:
/* numeric controls */
ol#controls{
margin:1em 10;
padding:0;
height:28px;
}
ol#controls li{
margin:0 10px 0 0;
padding:0;
float:left;
list-style:none;
height:28px;
line-height:28px;
}
ol#controls li a{
float:left;
height:28px;
line-height:28px;
border:1px solid #ccc;
background:#DAF3F8;
color:#555;
padding:0 10px;
text-decoration:none;
}
ol#controls li.current a{
background:#5DC9E1;
color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
Any help would be greatly appricated.
Lasa2
I have easyslider 1.7 on a site I'm building... everythings good but they would like to have the numeric controls appear aligned on the right side below the sliding images instead of the align left.
http://www.threefooter.com/easyslider_numeric
I tried every conceivable combination in the css file... I assumed it would be simply change the float:left to float:right (not)
below is the CSS numeric controls:
/* numeric controls */
ol#controls{
margin:1em 10;
padding:0;
height:28px;
}
ol#controls li{
margin:0 10px 0 0;
padding:0;
float:left;
list-style:none;
height:28px;
line-height:28px;
}
ol#controls li a{
float:left;
height:28px;
line-height:28px;
border:1px solid #ccc;
background:#DAF3F8;
color:#555;
padding:0 10px;
text-decoration:none;
}
ol#controls li.current a{
background:#5DC9E1;
color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
Any help would be greatly appricated.
Lasa2