BariCarroll
02-14-2008, 08:29 AM
1) Script Title:
Accordion Menu script
Version: Glossy Accordion Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm
3) Describe problem:
This is likely out of scope for the folks on this forum, but I'd like to implement the Accordion Menu script on my website (URLs below). I can get it to work perfectly in Firefox but am having issues with IE (what's new, right?). In summary, what I'm trying to achieve is to have the entire menu at an opacity of 50% *except* for the section and page the user is currently viewing. Those menu items should have full opacity.
In addition, I'd like the menu items to switch to full opacity if I hover the mouse over them. Again, this works perfectly in Firefox, so I invite you to view my site in Firefox first to see how it looks before switching to IE.
I admit that I'm a noob when it comes to CSS... But, as you probably know, if you "position" an element in CSS, then the opacity setting will work in IE. I've tried setting zoom to 1 and I've tried setting width to 100% (both of which have worked for me in the past). However, when I try either of those options, it causes the line spacing to expand to the point of ridiculous in IE.
Does anyone have any thoughts on a possible solution? I'd appreciate it.
http://www.seethebook.com/sample_one/sample_one.php
http://www.seethebook.com/_stylesheets/second_level.css
FYI: I added two new styles to achieve the "current" page look:
> .glossymenu div.submenu #currentpage
> .glossymenu div.submenu .test {
Accordion Menu script
Version: Glossy Accordion Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm
3) Describe problem:
This is likely out of scope for the folks on this forum, but I'd like to implement the Accordion Menu script on my website (URLs below). I can get it to work perfectly in Firefox but am having issues with IE (what's new, right?). In summary, what I'm trying to achieve is to have the entire menu at an opacity of 50% *except* for the section and page the user is currently viewing. Those menu items should have full opacity.
In addition, I'd like the menu items to switch to full opacity if I hover the mouse over them. Again, this works perfectly in Firefox, so I invite you to view my site in Firefox first to see how it looks before switching to IE.
I admit that I'm a noob when it comes to CSS... But, as you probably know, if you "position" an element in CSS, then the opacity setting will work in IE. I've tried setting zoom to 1 and I've tried setting width to 100% (both of which have worked for me in the past). However, when I try either of those options, it causes the line spacing to expand to the point of ridiculous in IE.
Does anyone have any thoughts on a possible solution? I'd appreciate it.
http://www.seethebook.com/sample_one/sample_one.php
http://www.seethebook.com/_stylesheets/second_level.css
FYI: I added two new styles to achieve the "current" page look:
> .glossymenu div.submenu #currentpage
> .glossymenu div.submenu .test {