View Single Post
  #1  
Old 03-10-2005, 02:52 PM
 
Dowhatchalike Dowhatchalike is offline
 

Advanced Member
  
Join Date: May 2004
Posts: 84
 

Default Problem with horizontal navigation bar

I am using a software that creates navigation bars. Somehow the x-cart is taking over the formatting of the bar when I add a hyperlink. I have created a new .tpl file head_nav.tpl and I call it directly after head.tpl. If I format the menu then upload it, if I add a hyperlink to the button, for some reason the formatting changes. Here is my code for head_nav.tpl

Code:
<head> <script language="JavaScript" type="text/javascript" src="http://www.nowperformance.com/shop/images/topbar_scr.js"> </script> </head> <body> <table id="m1mainSXMenu2" cellspacing="0" cellpadding="5" class="x1" border="0" width="800"> <tr align="left"> <td onmouseover="chgBg(m1,'m1tlm0',3);exM(m1,'none','',event)" onmouseout="chgBg(m1,'m1tlm0',0,1)" id="m1tlm0" class="m1mit" bgcolor="#535353"> <a id="m1tlm0a" class="m1CL0" href="http://www.nowperformance.com/shop/customer/home.php" > <div class='topFold'>Home</div></a></td> <td onmouseover="chgBg(m1,'m1tlm1',3);exM(m1,'none','',event)" onmouseout="chgBg(m1,'m1tlm1',0,1)" id="m1tlm1" class="m1mit" bgcolor="#535353">About Us</td> <td onmouseover="chgBg(m1,'m1tlm2',3);exM(m1,'none','',event)" onmouseout="chgBg(m1,'m1tlm2',0,1)" id="m1tlm2" class="m1mit" bgcolor="#535353"> <a id="m1tlm2a" class="m1CL0" href="http://www.nowperformance.com/shop/customer/help.php?section=contactus&mode=update" > <div class='topFold'>Contact Us</div></a></td> <td onmouseover="chgBg(m1,'m1tlm3',3);exM(m1,'none','',event)" onmouseout="chgBg(m1,'m1tlm3',0,1)" id="m1tlm3" class="m1mit" bgcolor="#535353">Shipping</td> <td onmouseover="chgBg(m1,'m1tlm4',3);exM(m1,'none','',event)" onmouseout="chgBg(m1,'m1tlm4',0,1)" id="m1tlm4" class="m1mit" bgcolor="#535353">Payment Options</td> <td onmouseover="chgBg(m1,'m1tlm5',3);exM(m1,'none','',event)" onmouseout="chgBg(m1,'m1tlm5',0,1)" id="m1tlm5" class="m1mit" bgcolor="#535353">Specials</td></tr></table> </body>

You can see how it is messed up at http://www.nowperformance.com/shop/customer/home.php . The buttons without hyperlinks look how I want them to, I cannot figure out how to fix this, can anyone help!
Reply With Quote