designergav
10-04-2007, 10:06 AM
1) Script Title: Chrome Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
3) Describe problem:
In IE7 when you hover over the main link the menu appears but as you try to selcet one of the dropdrop links the menu disappears. It's as though it's not seeing the whole div as a rollover.
I'm using images rather than text could that be the problem - maybe with no background it doesn't know there is a clickable area?
It works fine in all other browsers including IE6. Any ideas?
SOLVED I had changed the .dropmenudiv style to z-index:3; and it must have been hiding below some other content. I changed it back to 100 and now works perfectly.
Thanks to DD by far the best CSS/Menu site around.
Ta
DesignerGav
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
3) Describe problem:
In IE7 when you hover over the main link the menu appears but as you try to selcet one of the dropdrop links the menu disappears. It's as though it's not seeing the whole div as a rollover.
I'm using images rather than text could that be the problem - maybe with no background it doesn't know there is a clickable area?
It works fine in all other browsers including IE6. Any ideas?
SOLVED I had changed the .dropmenudiv style to z-index:3; and it must have been hiding below some other content. I changed it back to 100 and now works perfectly.
Thanks to DD by far the best CSS/Menu site around.
Ta
DesignerGav