mOrloff
11-25-2008, 05:35 PM
Does anyone have a CSS solution for this. I'm sure this would be very do-able with JS, but I'd much rather do it in CSS if it's possible.
Here's my starting point:
<STYLE>
li.a1 a:hover{font-weight:bold}
li.z9 a:hover{font-weight:bold}
</STYLE>
<ul>
<li class="a1"><a href=#>ABC123</a></li>
<li class="z9"><a href=#>XYZ789</a></li>
</ul>
<p>jhkjudsis duisdh udishuisdh agqia du ahauli.</p>
<ul>
<li class="a1"><a href=#>abc123</a></li>
<li class="z9"><a href=#>xyz789</a></li>
</ul>
I'm hoping that both links of the same class can get effected by hovering over either one.
~ Mo
NOTE: I know bold on hover is not advised for space/shifting reasons, but that's really the issue here.
Here's my starting point:
<STYLE>
li.a1 a:hover{font-weight:bold}
li.z9 a:hover{font-weight:bold}
</STYLE>
<ul>
<li class="a1"><a href=#>ABC123</a></li>
<li class="z9"><a href=#>XYZ789</a></li>
</ul>
<p>jhkjudsis duisdh udishuisdh agqia du ahauli.</p>
<ul>
<li class="a1"><a href=#>abc123</a></li>
<li class="z9"><a href=#>xyz789</a></li>
</ul>
I'm hoping that both links of the same class can get effected by hovering over either one.
~ Mo
NOTE: I know bold on hover is not advised for space/shifting reasons, but that's really the issue here.