View Single Post
  #7  
Old 04-14-2008, 03:14 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Problem with DHTML tabbed menu - Working fine until recently

Here are your problems parekh81,

In the head, at present, you have (these reference your tabbers)...

<link rel="stylesheet" href="../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/AppData/Local/Temp/ed304663/%7B$SkinDir%7D/tab.css" type="text/css" media="screen">
<script type="text/javascript" src="../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/AppData/Local/Temp/ed304663/%7B$SkinDir%7D/tab.js"></script>

They're being referencing locally. Most likely this code is contained in your skin1/customer/home.tpl in the <head> section of that tpl somewhere.

They should look more like this...
<link rel="/skin1/tab.css" type="text/css" media="screen">
<script type="text/javascript" src="/skin1/tab.js"></script>

There might be something else missing but this should hopefully get you somewhere closer.

Regards,
Doms
__________________
Doms
kube v4.1.9
Reply With Quote