ok... here's an odd one. I have a table of contents tree and I have the children change colors when I mouse over them... the child has a name and a date (so is on two lines) and I need to make the name bold but the date not. I have the whole chunk in the <a> tag so wether i mouseover the date or the name they both hilight but if i try to change the name to bold it "breaks" the mouseover. I added the ~>'s to show the carrage returns I added for display purposses, The section I need bold is in bold
I have tried putting a span with style font-weight bolder and the old html b tags but both break it... any other ideas?Code:<a href="#" onFocus="this.blur()" onClick="rateChange('5')" class="item" ~> id="item5"><img src="images/I.gif" align="absmiddle" border="0"> ~> <img src="images/I.gif" align="absmiddle" border="0">Winter <br>~> <img src="images/I.gif" align="absmiddle" border="0"> ~> <img src="images/L.gif" align="absmiddle" border="0">1/1/02-2/28/02</a><br>
thanks in advance,
Michael




Reply With Quote