Hi,
Instead of the break in the middle of the links just put another div to hold the mouses attention.
e.g.
Code:
<div class="b4b4b4" style="background:#fff" id="spacer" onmouseover="P7_swapClass(0,'spacer','fff','b4b4b4','div')"> </div>
Something like that should work.
(Your rollovers seem like a lot of work for a minimal effect of turning the active state off while the mouse goes down the list. I actually prefer the standard css way where the active link stays highlighted while you rollover other links and of course they work when javascript is disabled unlike your version - just a thought
)
Your border problem is better fixed as Earther mentioned above and just style the offending divs to have one less (or transparent) border.
Paul
Bookmarks