sanders720
Programmer
I have some symbols in an html file, which upon clicking moves down on the page to a text description.
When the item is selected, I would like the particular text description to convert to bold. The reason is because it is in a list, and needs to stand out accordingly. When I click off the symbols, the bold feature should go away. If I click on a different symbol, the bold feature should move to the retaled text description,
Any direction is much appreciated.
SYMBOLS:
<a href="ManualP4.htm#voltagespec"><img src="defaultgraphics/voltage208V.jpg" alt="Voltage Rating 208V" width="75" height="50"></a>
<a href="ManualP4.htm#elcshk-moreonepower"><img src="defaultgraphics/elcshk-moreonepower.jpg" alt="More than One Power Supply Required" width="75", height="50"></a>
TEXT DESCRIPTION:
<a name = "voltagespec" id = "voltagespec"> </a>
<p>Voltage specification to ensure that only compatible voltage components and accessories are used.</p>
<a name = "elcshk-moreonepower" id = "elcshk-moreonepower"> </a>
<p>Multiple power sources are feeding a particular control panel. The scope of power sources should be understood prior to performing any related system changes or electrical work.</p>
When the item is selected, I would like the particular text description to convert to bold. The reason is because it is in a list, and needs to stand out accordingly. When I click off the symbols, the bold feature should go away. If I click on a different symbol, the bold feature should move to the retaled text description,
Any direction is much appreciated.
SYMBOLS:
<a href="ManualP4.htm#voltagespec"><img src="defaultgraphics/voltage208V.jpg" alt="Voltage Rating 208V" width="75" height="50"></a>
<a href="ManualP4.htm#elcshk-moreonepower"><img src="defaultgraphics/elcshk-moreonepower.jpg" alt="More than One Power Supply Required" width="75", height="50"></a>
TEXT DESCRIPTION:
<a name = "voltagespec" id = "voltagespec"> </a>
<p>Voltage specification to ensure that only compatible voltage components and accessories are used.</p>
<a name = "elcshk-moreonepower" id = "elcshk-moreonepower"> </a>
<p>Multiple power sources are feeding a particular control panel. The scope of power sources should be understood prior to performing any related system changes or electrical work.</p>