topical media & game development

talk show tell print

#javascript-css-color-demo.htm / htm



  <head>
  <script type="text/javascript" src="javascript-css-color-script.js"></script>
  </head>
  <body>
  
  <p onmouseover=ParaOver(this) onmouseout=ParaOut(this)>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
  <p onmouseover=ParaOver(this) onmouseout=ParaOut(this)>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
  <br>
  <p>You can use this
  script for many objects as table:</p>
  
  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="100%">
    <tr>
      <td onmouseover="ParaOver(this)" onmouseout="ParaOut(this)" width="50%"> </td>
      <td onmouseover="ParaOver(this)" onmouseout="ParaOut(this)" width="50%"> </td>
    </tr>
    <tr>
      <td onmouseover="ParaOver(this)" onmouseout="ParaOut(this)" width="50%"> </td>
      <td onmouseover="ParaOver(this)" onmouseout="ParaOut(this)"> </td>
    </tr>
  </table>
  
  </body>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.