I'm using CSS friendly Menu in my website. It's working just great in IE7. But in IE6, hover style is not working properly and a word "false" is added to every 2nd tier menu item. Please click
here to see the defects in IE6. That is the menu sample page comes with the CSS Control Adapter Toolkit. Any idea how to fix that problem?
One weird thing I noticed is that if I view the page in VS debug mode in IE6, everything is fine. After I puslished the site, those issues come up. I compared the source code, it's the same. I saved the html source code to published site, it's not working
in IE6. Any idea?
Now I can pin down that the word "false" added to each second tier menu item is caused by following line of code in javascript function SetHover__AspNetMenu() in MenuAdapter.js
iFrameFormElementMask.src = "javascript:false;";
After I changed it to iFrameFormElementMask.src = "/blank.html"; the word "false" in each 2nd tier menu item is gone but the 2nd tier menu is still not taking the correct CSS style.
I have the same issue. My menu works fine* in IE7 and Firefox, but in IE6 it just doesn't show up at all. View source and the menu UL and LI is there. would really appreciate any and all suggestions to try and resolve this.
* Firefox it is on the left side of the page, IE7 it shows up on the right. :o\ But it shows up and the links work.
I just fixed my issue. seems that some of the CSS in my stylesheet was not compatible with IE or something. I'm not sure what it was but it's working now.
jeffqi
0 Points
3 Posts
CSS friendly Menu control not working properly in IE6
Aug 01, 2007 09:53 PM|LINK
Hi,
I'm using CSS friendly Menu in my website. It's working just great in IE7. But in IE6, hover style is not working properly and a word "false" is added to every 2nd tier menu item. Please click here to see the defects in IE6. That is the menu sample page comes with the CSS Control Adapter Toolkit. Any idea how to fix that problem?
Thanks for your help!
Jeff
css Control Adapters Menu
Russ Helfand
Contributor
3304 Points
744 Posts
Re: CSS friendly Menu control not working properly in IE6
Aug 02, 2007 02:23 AM|LINK
When you use the same problematic IE6 browser to go to http://www.asp.net/cssadapters/walkthru/simplemenu.aspx do you see the problem, too?
Groovybits.com
jeffqi
0 Points
3 Posts
Re: CSS friendly Menu control not working properly in IE6
Aug 02, 2007 01:49 PM|LINK
Yes I see the same problem. My IE version is 6.0.3790.3959.
jeffqi
0 Points
3 Posts
Re: CSS friendly Menu control not working properly in IE6
Aug 02, 2007 03:27 PM|LINK
One weird thing I noticed is that if I view the page in VS debug mode in IE6, everything is fine. After I puslished the site, those issues come up. I compared the source code, it's the same. I saved the html source code to published site, it's not working in IE6. Any idea?
Now I can pin down that the word "false" added to each second tier menu item is caused by following line of code in javascript function SetHover__AspNetMenu() in MenuAdapter.js
iFrameFormElementMask.src = "javascript:false;";
After I changed it to iFrameFormElementMask.src = "/blank.html"; the word "false" in each 2nd tier menu item is gone but the 2nd tier menu is still not taking the correct CSS style.
GRiM-dev
Member
6 Points
9 Posts
Re: CSS friendly Menu control not working properly in IE6
Aug 15, 2007 03:22 PM|LINK
I have the same issue. My menu works fine* in IE7 and Firefox, but in IE6 it just doesn't show up at all. View source and the menu UL and LI is there. would really appreciate any and all suggestions to try and resolve this.
* Firefox it is on the left side of the page, IE7 it shows up on the right. :o\ But it shows up and the links work.
css adapters
GRiM-dev
Member
6 Points
9 Posts
Re: CSS friendly Menu control not working properly in IE6
Aug 15, 2007 03:38 PM|LINK
I just fixed my issue. seems that some of the CSS in my stylesheet was not compatible with IE or something. I'm not sure what it was but it's working now.