Currently working on a website and have incorporated Nivo Slider to develop a jQuery slider.
Encountering an issue with the bullets that indicate which slide the user is currently viewing. I'd like these bullets to be displayed on the images within the slider, rather than below them.
I was able to adjust the bullet position using the following CSS code:
.nivo-controlNav {
text-align:center;
padding: 15px 0;
position: absolute;
left: 50%;
margin-left: -50px;
top: 365px;
z-index:3000 !important;
}
.nivo-controlNav a {
display:block;
width:22px;
height:22px;
background:url(../images/banner/dots.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:0px;
float:left;
}
Below is a screenshot of the desired layout:
However, when I resize the browser window, the bullets shift off the slider as shown here:
I also tried changing top: 365px; to a percentage, but it yielded the same outcome.
Is there a way to ensure the bullets remain on the slider even when the browser window is resized? The slider spans 100% of the width, so it adjusts along with the window size. Ideally, I would like to maintain this responsive behavior.
Any assistance on this matter would be highly valuable.
UPDATE: A test version has been uploaded to www.fearless-music.net/test/