Goat Spirit
12-06-2006, 08:19 PM
I am not sure wether this falls into JavaScript or PHP, probably PHP.
Alright well here is what I got right now:
{$this->table}
<tr>
<td>{$this->lang->topic_pages}:
{$pagelinks}
</td>
<td align='right'>
{$replylink}
<a href='{$this->self}?a=post&s=topic&f={$topic['topic_forum']}'><img src='./skins/{$this->skin}/images/newtopic.gif' alt='{$this->lang->topic_create_topic}' /></a>
<a href='{$this->self}?a=post&s=poll&f={$topic['topic_forum']}'><img src='./skins/{$this->skin}/images/newpoll.gif' alt='{$this->lang->topic_create_poll}' /></a>
</td>
</tr>
{$this->etable}
I need a onMouseOver and onMouseOut effect that will switch between alternate images. Anyone know what I might do?
Alright well here is what I got right now:
{$this->table}
<tr>
<td>{$this->lang->topic_pages}:
{$pagelinks}
</td>
<td align='right'>
{$replylink}
<a href='{$this->self}?a=post&s=topic&f={$topic['topic_forum']}'><img src='./skins/{$this->skin}/images/newtopic.gif' alt='{$this->lang->topic_create_topic}' /></a>
<a href='{$this->self}?a=post&s=poll&f={$topic['topic_forum']}'><img src='./skins/{$this->skin}/images/newpoll.gif' alt='{$this->lang->topic_create_poll}' /></a>
</td>
</tr>
{$this->etable}
I need a onMouseOver and onMouseOut effect that will switch between alternate images. Anyone know what I might do?