Garry Edwards
Moderator
- Messages
- 13,475
- Name
- Garry Edwards
- Edit My Images
- No
I'm trying to create rollover images like this example, of oscilloscope traces, near to the bottom of the page
Maybe I'm missing something obvious here - probably am - and would appreciate any advice.
This is the code that I generated/lifted. The various images are on the server.
Maybe I'm missing something obvious here - probably am - and would appreciate any advice.
This is the code that I generated/lifted. The various images are on the server.
<table width="370" cellpadding="0" class="widget-rollover">
<tbody>
<th scope="col"></th>
<th scope="col">SuperFast300</th>
</tr>
<tr>
<th scope="col"></th>
<th scope="col"> SF300</th>
</tr>
<tr>
<th scope="row">300Ws</th>
<td> <img width="300" height="130" src="http://www.lencarta.com/static.jpg" alt="Disk1" /></td>
</tr>
<tr>
<th scope="row">150Ws</th>
<td> <img width="300" height="130" src="http://www.lencarta.com/sf300_5.jpg" alt="Disk2" /></td>
</tr>
<tr>
<th scope="row">62.5Ws</th>
<td> <img width="300" height="130" src="http://www.lencarta.com/sf300_5.jpg" alt="Disk4" /></td>
</tr>
<tr>
<th scope="row">31.25Ws</th>
<td> <img width="300" height="130" src="http://www.lencarta.com/sf300_5.jpg" alt="Disk8" /></td>
</tr>
<tr>
<th scope="row">16Ws</th>
<td> <img width="300" height="130" src="http://www.lencarta.com/sf300_5.jpg" alt="Disk16" /></td>
</tr>
<tr>
<th scope="row">8Ws</th>
<td> <img width="300" height="130" src="http://www.lencarta.com/sf300_5.jpg" alt="Disk32" /></td>
</tr>
<tr>
<th scope="row">7.8W</th>
<td> <img width="300" height="130" src="http://www.lencarta.com/sf300_5.jpg" alt="Disk64" /></td>
</tr>
<tbody>
</table>