If I click on another of the 4 tabs in my navigation tabs, the content doesn't change.
Return to Recent Questions
Q:
I paid for the Deluxe Tabs and built them the way I wanted with
little modification. Everything is working fine except in Internet
Explorer 6 on Windows. If I click on another of the 4 tabs in my navigation tabs, the
content doesn't change.
A:
You should set the following parameter:
var bselectedSmItem=0;
You should also add style="visibility: hidden;" for a content DIVs.
You won't see the content of all tabs when your page loads in that
case.
<div id="tabcontent1" style="visibility: hidden;">
<div id="tabcontent2" style="visibility: hidden;">
...
Return to Recent Questions
Related:
- Nov 05, 2006 - The font color doesn't change when I roll over the dhtml side menu
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Dec 01, 2006 - Why flyout menu does not float and why I cannot centre the menu?
- Dec 10, 2006 - I need the cursor not to change when hovering over Menu items which don't have links
- Jan 08, 2007 - Your javascript menu creator does not work on Mac with Safari
- Jan 27, 2007 - The Janarator image does not show javascript menu example
- Feb 10, 2007 - I do not want to change every page each time I need to change html vertical bar
- Feb 23, 2007 - When I upgraded the browser to IE 7, the html sliding menu doesnot show any more.
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- April 15, 2007 - I cannot change the background javascript hide menubar color
- May 01, 2007 - I'm having a difficult time trying to integrate your menu in java into frame system
|