I followed your previous post to center the slide-
#slider {margin:0 auto;}
- but cannot figure out how to center the buttons underneath it. I also don't want to play around with a live site. I know it's something here...can you please be specific as to what should be changed?
Cheers,
R
/*bof easy slider numeric controls*/
z#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}
ol#controls{margin:1em 0;padding:0;height:18px;}
ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:18px;line-height:18px;}
ol#controls li a{float:left;height:18px;line-height:18px;border:1px solid #ccc;background:#444;color:#fff;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;}
Bookmarks