Yes, Brian, and that does help, but doesn't actually solve the underlying problem.
It acts as if the mouseover behavior is being applied separately to the title and to the color block, but in looking at your code I see it is all attached to
"<div class="titleTOC"...."
which ends with
<span class="s21"> </span>
Title
</div>
I guess it is the span that is the problem here, but I am not sure I see another way of doing it either. Just to test this, I wonder if changing it to the deprecated font tag would work:
<font color="FFFFFF"> </font>
Still, what could be used in place of the <span> tag? Some things you just have to live with.
I like your program in general, though. Nicely configurable without a great deal of hassle and a pretty shallow learning curve. Also, your support response time is quite good.
Thanks!
Harvey
|