Hey guys,
On my site I have a bunch of links for various things like twitter and so on in a text widget on the right. There are two things I want to do. The first is that I want a line to appear under whatever link the cursor is currently hovering over.
The second also involves the cursor hovering over the link. When you put the mouse over a link in my blogroll, a small box pops up with some text. I would also like to be able to do this for the links above.
I appreciate any code formats or links to sites which can help me out. I have a really limited knowledge of HTML, here is the code below for your reference.
------
<table>
<tr>
<td>
<img src="http://img838.imageshack.us/img838/384/feedburner.png" alt="Feedburner Icon" /></td>
<td> Get Email Updates</td>
</tr>
<tr>
<td><img src="http://img832.imageshack.us/img832/4150/steam16px.png" alt="Steam Icon" /></td>
<td> My Gamers™ Steam Group</td>
</tr>
<tr>
<td><img src="http://img821.imageshack.us/img821/9284/rssf.png" alt="RSS Icon" /></td>
<td> RSS Feed</td>
</tr>
<tr>
<td><img src="http://img826.imageshack.us/img826/1157/twitterej.png" alt="Twitter Icon" /></td>
<td> Twitter</td>
</tr>
<tr>
<td><img src="http://img833.imageshack.us/img833/3898/youtubeqb.png" alt="YouTube Icon" /></td>
<td> My Gamers™</td>
</tr>
<tr>
<td><img src="http://img833.imageshack.us/img833/3898/youtubeqb.png" alt="YouTube Icon" /></td>
<td> shane3x</td>
</tr>
<tr>
<td>
<img src="http://img836.imageshack.us/img836/7645/uservoice.png" alt="UserVoice Icon" /></td>
<td> Feedback / Report</td>
</tr>
</table>