I have what seems to be a simple problem, but i am not getting it right and so I thought I would ask.. as would like to know the best solution for this.
I am having problems with the navigation Hover State, and I'm not able to create what I need to in CSS. The navDivider needs to be directly in the middle, so do the words. I have attached how the navigation should look - illustrating the hover State.
My code is:
-------------------------------
<div class="navBar">
<ul id="primary-nav">
<li><a href="#">iServices</a></li>
<li><a href="#">iQuote</a></li>
<li><a href="#">iFaqs</a></li>
<li><a href="#">iAbout</a></li>
<li><a href="#">iContact</a></li>
</ul>
</div>
Bookmarks