|
|
When I export the file sometimes the links doesn't work in css tabbed menu
Return to Recent Questions
Q:
When I export the file sometimes the links doesn't work in css tabbed menu
A:
See, you can use links if you have
var tabMode=1;
only.
If you have
var tabMode=0;
You should use the ID of the DIV.
But you can try to open your pages using different targets in the
following way
["tab text", "javascript: window.open('test.html', 'frameName')", ...],
["tab text", "javascript: window.open('http://deluxe-tabs.com/test.html', '_self')", ...],
["tab text", "javascript: window.open('html/test.html', '_blank')", ...],
Where frameName - the name of the frame where to open the page test.html.
Using this method you can create Deluxe Tabs in
var tabMode=0; and var tabMode=1;
Return to Recent Questions
Related:
- Oct 31, 2006 - Is it possible to use the AXAJ-Like technology and Javascript-API in css pop up menu?
- Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
- Nov 24, 2006 - How do I make the css submenu appear over the adjoining frame?
- Dec 09, 2006 - Is it possible to have css drop down menu items act like regular hyperlinks?
- Dec 12, 2006 - I want that menu css recognize when user has moused off the menu, and then disappear.
- Dec 18, 2006 - The autoscroll doesn�t seem to work with the css positioning though in menu onMouseOver.
- Dec 19, 2006 - Why submenu css pop-down not OVER the other object (frame)?
- Jan 01, 2007 - Could you please help me with an alignnment issue with my css dropdown menu?
- Jan 11, 2007 - How can I upgrade my css vertical menu to v.2.0?
- Jan 24, 2007 - In firefox my css vertical javascript menu is shifted way to the right
- Feb 21, 2007 - The down arrows of my vertical menu css only show on the main page, how to fix it?
|