1) Script Title: Bullet List Accordion Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...enu-bullet.htm
3) Describe problem: I have a couple little things i'd like to fix (I managed to fix the main one).
the site is published to a "hidden"/back area of the current site here :
http://lethbridgecommunityfoundation.org/WEBPAGEMAKER/
QUESTION 1 : Sometimes when I open the site, one of the headers is expanded, and when I open the header one of the submenus is expanded. Can I change something so they are all closed on opening?
QUESTION 2 : This question is just appearance (I’d like to change it but its okay if I can’t). I would like the main headers to be closer together when all are closed. I’ve been trying to change the code, but I keep making the subheadings overlap the main headings. The best I can make it is below, I changed the “margin-bottom” (I tried a lot of different positive and negative values). It appears to move the main headers closer together but if I make them any closer, the “introduction” submenu overlaps the “about us” main heading.
I published an example in case it was needed:
http://lethbridgecommunityfoundation...r_attempt.html
I'm going to try to post code properly, so I hope it works
Code:
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 16px Arial;
color: black;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: -1px; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 30px; /*header text is indented 30px*/
padding-bottom: 2px; /*bottom spacing between menu items*/
cursor: hand;
cursor: pointer;
QUESTION 3 : is the least important, I’ve tried to look through the forums, but I’m confused. The way I have the menu is that the “buttons” turn yellow when you are within the section of the site. For ease of use, I’d like to make the SUBCATEGORIES do the same thing when you are on the site. Its going to be a big site when its done, and used by people of all ages but mostly our demographic is like 50 – 100 year olds, so i’m trying to make it really clear. My impression from the forums is that its not possible with this menu, but things seem to change quick so I thought I’d ask. If I can’t do it I’ll just do the title in yellow across the top of the page.
On a side note, is there like a “help us keep going” fund/donation thing for dynamicdrive? I feel like a user because I can’t reciprocate help (considering before I offered to do the site, the computer programmers how were doing it were charging my dad over $200 (Canadian) to make it so we could hyperlink pictures)
thanks!




Reply With Quote



Bookmarks