| Re: IE7 - modules menu and calendar |
| by tzvook on 2007/11/13 21:02:47 For the ones that has some other issues with IE7 and the horisonal menu .... I posted a solution in this thread |
| Re: IE7 - modules menu and calendar |
| by Dave_L on 2007/4/5 18:54:12 Feichtl: Thanks ![]() I had the same IE7 problem with the Modules menu, and changing the width attribute for .NavMenu hr{} from 90% to 140px in style.css fixed it. |
| Re: IE7 - modules menu and calendar |
| by irmtfan on 2007/1/12 19:52:23 but it just solved "actions" "blocks" "users" and "misc. tools" menu for me. i still have the same problem with "preferences" and "modules" menu when i click on those links at IE. |
| Re: IE7 - modules menu and calendar |
| by McDonald on 2007/1/12 17:45:20 I solved the menu problem by removing le="color: #000000"><?php <hr /> (appr. line 35) from the file /themes/default/navigation/theme_adminnav.htmlThere's no solution for the problem with the calendar yet. |
| Re: IE7 - modules menu and calendar |
| by Feichtl on 2007/1/12 15:08:01 Quote:
I'm not sure, if there's another solution in the wild, but i solved it by editing style.css from default theme. Find le="color: #000000"><?php .NavMenu hr{height: 1px;width: 90%;border: 0px none;color: #24237f;background-color: #24237f;} and change it tole="color: #000000"><?php .NavMenu hr{height: 1px;width: 140px;border: 0px none;color: #24237f;background-color: #24237f;} Hope this helps other IE7 Users to fix the admin menu problem. GTX, Werner. |