Pennywaffer
Technical User
I have a sample here that displays a bug in IE6 which I can't seem to fix:
What happens is:
When you open one of the two dropdown menus in IE6, the bottom border will be partially invisible. It only happens the first time the menu is opened. Also, when IE loses focus to a different app and then gets focus again (while the dropdown is still open with partially gone borders), the borders will be normal again.
Does anybody know why this happens, and most of all, how it can be fixed?
The dropdown menus are revealed and positioned through JS in the file the relevant function being revealMenu()
The css can be found here: The style for the dropdownmenu is ul#nav3 li ul.displaynav
The problem does not occur in IE7, Firefox or Opera
If someone recognizes this and or knows how to fix it, I would be very grateful. I originally posted this in the html & css section, but since the problem might be JS related I included it here as well.
Thanks!
What happens is:
When you open one of the two dropdown menus in IE6, the bottom border will be partially invisible. It only happens the first time the menu is opened. Also, when IE loses focus to a different app and then gets focus again (while the dropdown is still open with partially gone borders), the borders will be normal again.
Does anybody know why this happens, and most of all, how it can be fixed?
The dropdown menus are revealed and positioned through JS in the file the relevant function being revealMenu()
The css can be found here: The style for the dropdownmenu is ul#nav3 li ul.displaynav
The problem does not occur in IE7, Firefox or Opera
If someone recognizes this and or knows how to fix it, I would be very grateful. I originally posted this in the html & css section, but since the problem might be JS related I included it here as well.
Thanks!