Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with rollovers in header

Help with rollovers in header

Locked

Views: 863

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
29 Sep 2007, 4:33 PM
#1
digidiva_kathy avatar

digidiva_kathy

Zen Follower

Join Date:
May 2006
Posts:
323
Plugin Contributions:
0

Help with rollovers in header

Hi, all. I have searched and read the info here, but am unable to sort through this. This may not be the most efficient way to do it, but it's the only way I know how. I have gotten the rollovers to work by using the include header.html thing I found in another thread and the links work fine until I start adding in the php from the header file. Here's what I have:

<td colspan="2"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?> onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image25','','http://www.scrapkitchen.com/shop/includes/templates/custom/images/banner_in_overs_09.jpg',1)"><img src="http://www.scrapkitchen.com/shop/includes/templates/custom/images/banner_in_09.jpg" name="Image25" width="126" height="41" border="0"></a></td>

I know I'm missing something, but I've tried several things and they're not working...can anyone help?