I am trying to setup a popup tab menu.. it is taking a long time to load everything first then break them down into tabs.
Return to Recent Questions
Q:
I am trying to setup a popup tab menu like the one that you have on top part
of your web pages (containing items; "Home", "Product Info",
"Sample"...).
Right now I am using <div id=""> tag to load everything and break the
content into each tab, but it is taking a long time to load everything
first then break them down into tabs. So I thought maybe having each
tab's content in each page, and have a link to each page would be more
efficient. But when I put a link for each tab, for example
"link:www.google.com" I get an javascript error saying "tabs[...].id is
null or not an object". When I test this straight from Deluxe Tuner, I
get the same message.
Can you tell me what I am doing wrong here? Or is there any better way
to solve my problem? Thanks in advance.
A:
Check that you have style=" visibility: hidden;" for your DIVs
<div id="content1" style=" visibility: hidden; height: 400px;" class="tabPage">
> But when I put a link for each tab, for example
> "link:www.google.com" I get an javascript error saying "tabs[...].id is
You should write:
link:http://www.google.com
Return to Recent Questions
Related:
- Feb 28, 2007 - Since I installed the floating menu script on our website the homepage loads slowly
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- March 20, 2007 - Is there a way to set the default java tab showing on a page load?
- May 20, 2007 - Is there any way through script to call the function in dhtml tabbed menu?
- May 24, 2007 - How I can add content below the dhtml tabs menu, like you have on your site?
- June 20, 2007 - I am trying to make the javascript tabs all the same width...
- July 06, 2007 - Is it possible to generate Kaspersky java tab menu from dynamic content?
- July 07, 2007 - My question is that not all my javascript html tabs point to the same target
- July 10, 2007 - I'd like non-floating javascript tab control to sit vertically.
- July 17, 2007 - I have a question, why sample 2 item in my horizontal dropdown menu is disable?
- Aug 21, 2007 - How do I get the content to refresh when I click on a tabs javascript?
|