<html>
<head>
<style type="text/css">
body:hover.blue{text-color:blue}
body:hover.green{text-color:green}
</style>
<body>
<div class=blue>
this div box will turn blue when the mouse is on it
</div>
<div class-green>
this div box will turn green when the mouse is on it
</div>
</body>
</html>
You can replace <div> with whatever you're using for the menu. You just put class="whatever is after the . in 'body:hover.whatever'". It's a pretty nifty trick, you don't even need any javascript. I'm not exactly sure what you want, if this wasn't it, send me the page that's from in a personal question and I'll help you. [ theymos's advice column | Ask theymos A Question ]
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.