|
I found some code from a website for doing an accordion style vertical menu. It was 2 java script files and html code, so 3 files total.
In the html file i changed a few minor things. I changed the references to the images used for the menu, and added a line to define the height of on of the images.
The problem i am having is that its made to have a plus/minus sign if the menu is meant to expand. It uses a background image for all purpose and a seperate one when you mouse over. If the menu item has a plus sign and i mouse over it, then mouse over another area, the sign disapears. From then on the sign only shows when you have the mouse over it and the alternative background is showing.
I cant figure out if this is because i didnt change code in one of the 2 .js files or if this is a html issue.
Ill list the code below. Hopefully someone can point out why it does this.
**EDIT: turns out the code is long and its take many posts to fit it here. I posted the html, and if the js files are needed i will post them.**
__________________
Please login or register to view this content. Registration is FREE
Computers – Electronics – Technology | Bringing Together your Digital Home
Last edited by CompTronicsTec; 09-02-2008 at 03:13 PM..
|