punjlandestate
03-26-2008, 04:28 PM
Hello everybody!
I am attempting to incorporate into the javascript file of the tabbed spry created in dreamweaver, a feature whereby as the mouse hovers on the tabs the linked layers or DIV's become visible/displayed.
So essentially i have a DIV defined which holds the 4 tab button navigation menu generated in dreamweaver. As the mouse hovers on any one of these 4 tabs, I want to checnge the image displayed in separate DIV. What i attempted to do was write an "if" statement in the tabbedhouver function which read the unique value of the tab button and compares it to the "if" statement ... this works.
The problem is I have another tabbed navigation panel on same page that too utilizes the same tabbed spry files ( both JS and CSS). and what happens is that for some reason, the second tabbed navigation panel loses it's defined position on the page and jumps to absudly different position. Which messes up the whole page layout!
Any one has any ideas on where I am going wrong?
Regards and thanks for taking look at my problem!:o
I am attempting to incorporate into the javascript file of the tabbed spry created in dreamweaver, a feature whereby as the mouse hovers on the tabs the linked layers or DIV's become visible/displayed.
So essentially i have a DIV defined which holds the 4 tab button navigation menu generated in dreamweaver. As the mouse hovers on any one of these 4 tabs, I want to checnge the image displayed in separate DIV. What i attempted to do was write an "if" statement in the tabbedhouver function which read the unique value of the tab button and compares it to the "if" statement ... this works.
The problem is I have another tabbed navigation panel on same page that too utilizes the same tabbed spry files ( both JS and CSS). and what happens is that for some reason, the second tabbed navigation panel loses it's defined position on the page and jumps to absudly different position. Which messes up the whole page layout!
Any one has any ideas on where I am going wrong?
Regards and thanks for taking look at my problem!:o