| Revision as of 02:22, 3 February 2012 Armorwraith (Talk | contribs) ← Previous diff |
Revision as of 02:24, 3 February 2012 Armorwraith (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| - | <div> | + | |
| + | <script language="javascript"> | ||
| + | function hightlight() | ||
| + | { | ||
| + | document.getElementById("textspan1").style.color = "blue"; | ||
| + | document.getElementById("imgsrc").style.border = "1px solid blue"; | ||
| + | //document.getElementById("textspan").setStyle("color","blue"); | ||
| + | //document.getElementById("imgsrc").setStyle("border","1px solid blue"); | ||
| + | } | ||
| + | function removehightlight() | ||
| + | { | ||
| + | document.getElementById("textspan").style.color = "black"; | ||
| + | document.getElementById("imgsrc").style.border = "0px solid blue"; | ||
| + | } | ||
| + | </script> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <div> | ||
| <span id="textspan1" onmouseover="hightlight(2)" onmouseout="removehightlight(2)">textspan1</span> | <span id="textspan1" onmouseover="hightlight(2)" onmouseout="removehightlight(2)">textspan1</span> | ||
| </div> | </div> | ||
| Line 6: | Line 28: | ||
| <span id="textspan2" onmouseover="hightlight(1)" onmouseout="removehightlight(1)">textspan2</span> | <span id="textspan2" onmouseover="hightlight(1)" onmouseout="removehightlight(1)">textspan2</span> | ||
| </div> | </div> | ||
| - | |||
| - | |||
| - | <script type="text/javascript" defer="defer"> | ||
| - | // <![CDATA[ | ||
| - | document.getElementById("textspan1").src = "http://sflogo.sourceforge.net/sflogo.php?group_id=85144&type=13"; | ||
| - | // ]]> | ||
| - | </script> | ||
<script language="javascript"> function hightlight() { document.getElementById("textspan1").style.color = "blue"; document.getElementById("imgsrc").style.border = "1px solid blue"; //document.getElementById("textspan").setStyle("color","blue"); //document.getElementById("imgsrc").setStyle("border","1px solid blue"); } function removehightlight() { document.getElementById("textspan").style.color = "black"; document.getElementById("imgsrc").style.border = "0px solid blue"; } </script>
textspan1
textspan2