View Single Post
  #27  
Old 12-28-2007, 10:46 PM
 
MoonDog MoonDog is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 93
 

Default Re: Menu with Tabs for Product page

ProMuscles,

Quote:

Is anyone seeing the plain text before the javascript loads the tabs. It is only for a brief second but it is annoying. Is there a fix or should you not leave the product tab open.

Find the following code you placed into your skin1/customer/home.tpl file

Code:
<link rel="stylesheet" href="{$SkinDir}/tabber.css" TYPE="text/css" MEDIA="screen"> <script type="text/javascript" src="{$SkinDir}/tabber-minimized.js"></script>
And underneath this code, add the following code:
Code:
{literal} <script type="text/javascript"> document.write('<style type="text/css">.tabber{display:none;}<\/style>'); </script> {/literal}
Hopefully, this should take care of the problem.

- MoonDog -
__________________
X-CART Gold v4.1.8
Reply With Quote