|
|
I've gotten jscript tabs to look okay on page, but links between pages do not work.
Return to Recent Questions
Q:
I've purchased the mac style tabs. I've spent countless hours
trying to get it to work, no luck so far. I've gotten jscript tabs to look okay on page, but
links between pages do not work. I've even gotten them to work,
but they were simple text menu's; not jscript tabs. But I haven't gotten the tabbed menu to
work. Checked and tripled cheeked the instructions, still no luck.
I've uploaded the files to a test server.
There are four files cameron,carl,grace, and chantel; these are
simple identical two column pages to test the links between tabs. NO LUCK. I'm
about to give up on your program, can you please help.
A:
You're using
var tabMode=0;
now. That means that you should use content DIV's ID instead of the
link.
If you want to open links you should write links in the following way:
["Cameron","link:cameron.html", "", "", "", "", "", "", "", ],
["Grace","link:grace.html", "", "", "", "", "", "", "", ],
["Carl","link:carl.html", "", "", "", "", "", "", "", ],
["Chantel","link:chantel.html", "", "", "", "", "", "", "", ],
Return to Recent Questions
Related:
- Sep 22, 2006 - Where do I add my "blahblah.htm" page links in js menu?
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Oct 31, 2006 - Java script executes when the link is clicked it is not the html drop down link itself.
- Nov 04, 2006 - There are the features that, unfortunately, cannot be done in javascript drop menu...
- Nov 22, 2006 - My scroll menu doesn't work with !DOCTYPE
- Dec 01, 2006 - Why flyout menu does not float and why I cannot centre the menu?
- Dec 02, 2006 - How does the search engine stuff for rollover menu work?
- Dec 03, 2006 - expandable menu doesn�t work in Firefox or Netscape. It works fine in Internet Explorer.
- Dec 05, 2006 - I can not createPopup windows by clicking on a menu.
- Dec 09, 2006 - Is it possible to have css drop down menu items act like regular hyperlinks?
- Dec 10, 2006 - I need the cursor not to change when hovering over Menu items which don't have links
|