I am working on a site for our local pet rescue organization and I have the image slider working but the small navigation image is not appearing below the left side under the text. The links are there (you can see the mouse change if you hover over them and they are clickable but for the life of me I can't figure out why the image will not show. I tried changing the z-index but that did not work either.
Here is the css:
[CODE]
.slider-nav a { float: left; display: inline; width: 23px; height: 23px; background: url(main_img/slider_nav.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; margin-right: 5px; }
[CODE]
and the HTML
[CODE]
<div class="slider-nav">
<a href="#">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">5</a>
</div>
[CODE]
You can view the page I am working on at
conchovalleypaws.org/paws_3.html
Please excuse the page - it is a work in progress
Any help is appreciated!
Thanks!!!
Barb
Here is the css:
[CODE]
.slider-nav a { float: left; display: inline; width: 23px; height: 23px; background: url(main_img/slider_nav.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; margin-right: 5px; }
[CODE]
and the HTML
[CODE]
<div class="slider-nav">
<a href="#">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">5</a>
</div>
[CODE]
You can view the page I am working on at
conchovalleypaws.org/paws_3.html
Please excuse the page - it is a work in progress

Any help is appreciated!
Thanks!!!
Barb
Comment