
April 5th, 2004, 05:43 PM
|
|
Registered User
|
|
Join Date: Nov 2003
Location: cali
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
rollover images using php
What i have calling image is
<td width="14%" align="left" bgcolor="#2C5C9D"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'Button-is.gif', 'ETekPros Information Center') . '</a>'; ?></td>
How can I change this so i can use rollove image ?
<body onLoad="MM_preloadImages('../../../BASE/web-home/etekpros/public_html/store/code/new/Button_Link_1_OVER.png')">
<div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('test','','../../../BASE/web-home/etekpros/public_html/store/code/new/Button_Link_1_OVER.png',1)"><img src="../../../BASE/web-home/etekpros/public_html/store/code/new/Button_Link_1.png" alt="Information Center" name="Information Center" width="157" height="40" border="0"></a></div>
Any help would be much appricated
Thanks
|