Advertisement
Guest User

aaa

a guest
Sep 2nd, 2011
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.69 KB | None | 0 0
  1. <html>
  2.     <head>
  3.     <title> Deneme Deneme </title>
  4.     <style>
  5.         colgroup col:hover
  6.         {
  7.             background:red;
  8.         }
  9.     </style>
  10.     </head>
  11.     <body>
  12.         <table>
  13.        
  14.         <colgroup>
  15.             <col id="saffet"/>
  16.             <col id="iki"/>
  17.             <col id="uc"/>
  18.         </colgroup>
  19.             <thead>
  20.             <tr>
  21.                 <th onmousemove="document.getElementById('saffet').style.backgroundColor = 'red'" onmouseout="document.getElementById('saffet').style.backgroundColor = 'white'">Bask1</th>
  22.                 <th onmousemove="document.getElementById('iki').style.backgroundColor = 'red'" onmouseout="document.getElementById('iki').style.backgroundColor = 'white'">Bask1</th>
  23.                 <th onmousemove="document.getElementById('uc').style.backgroundColor = 'red'" onmouseout="document.getElementById('uc').style.backgroundColor = 'white'">Bask1</th>
  24.             </tr>
  25.             </thead>
  26.            
  27.             <tr>
  28.                 <td onmousemove="document.getElementById('saffet').style.backgroundColor = 'red'" onmouseout="document.getElementById('saffet').style.backgroundColor = 'white'">ahan 1</td>
  29.                 <td onmousemove="document.getElementById('iki').style.backgroundColor = 'red'" onmouseout="document.getElementById('iki').style.backgroundColor = 'white'">ahan 1</td>
  30.                 <td onmousemove="document.getElementById('uc').style.backgroundColor = 'red'" onmouseout="document.getElementById('uc').style.backgroundColor = 'white'">ahan 1</td>
  31.             </tr>
  32.              <tr>
  33.                 <td onmousemove="document.getElementById('saffet').style.backgroundColor = 'red'" onmouseout="document.getElementById('saffet').style.backgroundColor = 'white'">ahan 1</td>
  34.                 <td onmousemove="document.getElementById('iki').style.backgroundColor = 'red'" onmouseout="document.getElementById('iki').style.backgroundColor = 'white'">ahan 1</td>
  35.                 <td onmousemove="document.getElementById('uc').style.backgroundColor = 'red'" onmouseout="document.getElementById('uc').style.backgroundColor = 'white'">ahan 1</td>
  36.             </tr>
  37.              <tr>
  38.                 <td onmousemove="document.getElementById('saffet').style.backgroundColor = 'red'" onmouseout="document.getElementById('saffet').style.backgroundColor = 'white'">ahan 1</td>
  39.                 <td onmousemove="document.getElementById('iki').style.backgroundColor = 'red'" onmouseout="document.getElementById('iki').style.backgroundColor = 'white'">ahan 1</td>
  40.                 <td onmousemove="document.getElementById('uc').style.backgroundColor = 'red'" onmouseout="document.getElementById('uc').style.backgroundColor = 'white'">ahan 1</td>
  41.             </tr>
  42.         </table>
  43.     </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement