yeah my mouseover menu on that site is handled using only CSS. I've used a lot of those java scripts for things like that though.
here's the ONLY menu image used for it.
and the code:
Code:
<ul id="menu">
<li id="abo"><a href="/aboutus/">About Us</a></li>
<li id="pro"><a href="/products/">Products</a></li>
<li id="ser"><a href="/services/">Services</a></li>
<li id="lin"><a href="/linecard/">Line Card</a></li>
<li id="new"><a href="/newdealer/">New Dealer</a></li>
<li id="con"><a href="/contact/">Contact</a></li>
</ul>
Some of the things you're able to do now is awesome. I remember coding javascript functions and creating images for menus with 4 different states. Annoying. Now it's easy