Nice script. <suggestion> Try to change the text's cursor to 'hand' </suggestion>
i.e.
Code:
<style type="text/css">
.txt { cursor:hand; }
</style>
<div class="navbar">
<ul><li class="selected"><a href="http://eight7teen.com"><span class="txt">Home</span></a></li>
<li><a href="http://eight7teen.com"><span class="txt">About</span></a></li>
<li><a href="http://eight7teen.com"><span class="txt">Services</span></a></li>
<li><a href="http://eight7teen.com"><span class="txt">Portfolio</span></a></li>
<li><a href="http://eight7teen.com"><span class="txt">Contact</span></a></li></ul>
</div>
Bookmarks