This is the basic website I'm creating at the moment, and as you will see if you open the link, I implement jquery ui to the extent of an accordion menu with nested buttons for each link.
My issues:
Chrome: none (except the animated gif in the home page?)
FF: the accordion menu appears to work, but each button links the new pages to new tabs, rather than in the "_body" frame. (also the gif doesn't work here)
IE: The style of the menu changes so that the corners aren't 'rounded,' and while the accordion contracts and opens as desired, the buttons have no functionality whatsoever. (The gif does in fact work)
If anybody has any suggestions, I am fully receptive. Please help me!
I am using an accordion list with hoverintent to open each section, but would like to link pages in a different frame based on clicks as well as the interaction with the hoverintent. I can right-click on each header and open the page in a new tab, but it won't work directly. Please respond, as I need help with this ASAP,
Is there an option or event listener with which I can set each header to be a link (which opens a page in a separate frame) as well as its regular function?
At the moment, the link aspect of <h3><a href="....#...">Header</a></h3> doesn't provide any linking functionality.