echaland
01-17-2008, 05:27 AM
1) Script Title: Dropdown menu arrow.gif displays fine in Netscape/Safari/FireFox/IE 7 but doesn't work in IE 6/5.x
2) Script URL:
I've created 2 CSS scripts one for ie using the condition <!--[if lte IE 6]>
I display an arrow when there is a sub-menu, the arrow bitmap toggles when a sub menu is selected.
My general CSS is:
.menu ul li:hover ul li a.drop {background:#0066CC url(../images/arrow.gif)
99px 7px no-repeat; color:#FFFFFF; }
.menu ul li:hover ul li a.drop:hover {
background:#0066CC url(../images/arrow_roll.gif) 99px 7px no-repeat;}
For IE 6 and 5.x I have defined:
.menu ul li a:hover ul li a.sub {background:#0066CC url(../images/arrow.gif)
99px 7px no-repeat;}
.menu ul li a:hover ul li a.sub:hover {background:#0066CC
url(../images/arrow_roll.gif) 99px 7px no-repeat;}
3) Describe problem: The problem with IE 6/5.x is that the arrow_roll.gif never get displayed (however the arrow.gif get displayed). "sub" and "drop" are defined as classes.
What I am doing wrong? Also I've noticed lots of flickers in IE 6/5.5 The dropdown tend to disappear sometimes. Any pointers?
Thank you for your help.
Eric
2) Script URL:
I've created 2 CSS scripts one for ie using the condition <!--[if lte IE 6]>
I display an arrow when there is a sub-menu, the arrow bitmap toggles when a sub menu is selected.
My general CSS is:
.menu ul li:hover ul li a.drop {background:#0066CC url(../images/arrow.gif)
99px 7px no-repeat; color:#FFFFFF; }
.menu ul li:hover ul li a.drop:hover {
background:#0066CC url(../images/arrow_roll.gif) 99px 7px no-repeat;}
For IE 6 and 5.x I have defined:
.menu ul li a:hover ul li a.sub {background:#0066CC url(../images/arrow.gif)
99px 7px no-repeat;}
.menu ul li a:hover ul li a.sub:hover {background:#0066CC
url(../images/arrow_roll.gif) 99px 7px no-repeat;}
3) Describe problem: The problem with IE 6/5.x is that the arrow_roll.gif never get displayed (however the arrow.gif get displayed). "sub" and "drop" are defined as classes.
What I am doing wrong? Also I've noticed lots of flickers in IE 6/5.5 The dropdown tend to disappear sometimes. Any pointers?
Thank you for your help.
Eric