basicly you need to make two new images, a chat.gif and a chatroll.gif.
then add this: (asuming your chat is located at Chat.php)
<a href="chat.php?s=$session[sessionhash]" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','{imagesfol der}/chatroll.gif',1)"><img name="Image10" border="0" src="{imagesfolder}/chat.gif" width="46" height="16"></a>
after this:
<a href="misc.php?s=$session[sessionhash]&action=faq" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','{imagesfold er}/helproll.gif',1)"><img name="Image9" border="0" src="{imagesfolder}/help.gif" width="46" height="16"></a>
|