ill_comms
07-15-2008, 08:18 AM
Hi All,
I've been creating a menu system with DOM and XML data. It hides, slides, glides, tabs, but do you think I can get it to popout. I've attached a cut down version of it.
It requires cookies and has only been tested on IE 6 & 7.
Just open default.html. And proceed to the "Accounting" menu item, there you will see that the sub menu items have a right arrow next to them, indicating that they too have sub menu items that I'd like to popout.
The blue DIV that is showing belongs to the third menu item and I've only allowed this one to constantly show. As you'll be able to see it is partially hidden under other elements on the page, which is what I'm trying to resolve.
I would like to keep a parent-child relationship if possible for event bubbles later.
The code that's causing the drama is on Line 820 in the *.js file.
Have been trying to fix this for some time now so any help would greatly be appreciated!!!
Regards Hayden
I've been creating a menu system with DOM and XML data. It hides, slides, glides, tabs, but do you think I can get it to popout. I've attached a cut down version of it.
It requires cookies and has only been tested on IE 6 & 7.
Just open default.html. And proceed to the "Accounting" menu item, there you will see that the sub menu items have a right arrow next to them, indicating that they too have sub menu items that I'd like to popout.
The blue DIV that is showing belongs to the third menu item and I've only allowed this one to constantly show. As you'll be able to see it is partially hidden under other elements on the page, which is what I'm trying to resolve.
I would like to keep a parent-child relationship if possible for event bubbles later.
The code that's causing the drama is on Line 820 in the *.js file.
Have been trying to fix this for some time now so any help would greatly be appreciated!!!
Regards Hayden