Guest Posted December 22, 2002 Share Posted December 22, 2002 Hi, I want to put a top back buttons at the bottom of my pages. Has anybody done this with I presume javascript. Q. How do you do the back button to remember where you just was so you dont have to hard code every time? Oh yeh and I want the buttons to have rollover functions :wink: Thanks for your help. Richard Link to comment Share on other sites More sharing options...
Guest Posted December 22, 2002 Share Posted December 22, 2002 sorted <table class="gridborder" border="0" width="607" height="100%" cellspacing="0" cellpadding="0"> <tr> <td> <table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0"> <tr> <td align="left" bgcolor="#FFFFFF" class="copyright"> Copyright (c) 2002-2003 Image Interiors</td> <td align="right" bgcolor="#FFFFFF" height="10" class="footbg"><IMG src="images/tabl.gif" border="0" width="19" height="18"><IMG height=18 hspace=0 src="images/top_off.gif" width=12 align=bottom vspace=0 border=0 name=o998><A onmouseover="o998.src='images/topon.gif'" onmouseout="o998.src='images/top_off.gif'" <?php echo '<a href="#top">' . tep_image(DIR_WS_IMAGES . 'top.gif') . '</a>'; ?><IMG height=18 hspace=0 src="images/back_off.gif" width=12 align=bottom vspace=0 border=0 name=o999><A onmouseover="o999.src='images/back_on.gif'" onmouseout="o999.src='images/back_off.gif'" <?php echo '<a href="javascript:history.back()">' . tep_image(DIR_WS_IMAGES . 'back.gif') . '</a>'; ?><IMG src="images/tabr.gif" border="0" width="12" height="18"></td> </tr> </table> </td> </tr> </table> Link to comment Share on other sites More sharing options...
mattice Posted December 22, 2002 Share Posted December 22, 2002 just wanted to check your roll-over effect (could not find it :shock: ) and I noticed your site is awfully slow. Just thought I'd mention it as it might look good on your side.... I'm on pretty fast adsl here and have to wait about 20 seconds for a page to fully load. Regards, mattice "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.