Ok experts... I need a second set of eyes. http://cahairandnails.com
The navigation won't link to anything. I have been staring at this for hours. Any ideas?
CSS:
#navi {width: 194px; text-indent: -9999px; float: left; }
#navi ul li {list-style-type: none; display: block; width: 194px;}
#navi ul li a {display: block; }
li.home {background: url(images/navi/home.png) no-repeat; height: 59px; display: block; }
li.pricing {background: url(images/navi/pricing.png) right top no-repeat; height: 54px;}
li.stylists {background: url(images/navi/stylists.png) right top no-repeat; height: 56px;}
li.savings {background: url(images/navi/savings.png) right top no-repeat; height: 56px;}
li.findus {background: url(images/navi/findus.png) right top no-repeat; height: 54px;}
li.contact {background: url(images/navi/contact.png) right top no-repeat; height: 56px;}
li.photos {background: url(images/navi/photos.png) right top no-repeat; height: 56px;}
HTML:
<div id="navi">
<ul>
<li class="home"><a href="index.htm">Home</a></li>
<li class="pricing"><a href="#">Pricing</a></li>
<li class="savings"><a href="#">Special Savings</a></li>
<li class="findus"><a href="#">Find Us</a></li>
<li class="stylists"><a href="#">The Stylists</a></li>
<li class="contact"><a href="#">Contact</a></li>
</ul>
</div>
P.S. no, that's not the final logo. heh