Drop down menu problems in IE7

Gamebox - especially created support forum for Joomla 1.6
GK User
Mon Feb 13, 2012 5:01 pm
Hello

We seem to have a problem with the drop down menu for your template, our client has complained that it does not work on ie 7!!

Please we need to fix this ASAP as the site went live this weekend,

http://www.anglosport.com/

any ideas???

Thanks in advance...
User avatar
Fresh Boarder

teitbite
Mon Feb 13, 2012 5:20 pm
Hi

Please try update teplate to the latest possible version.
User avatar
Moderator

GK User
Tue Feb 14, 2012 4:21 pm
I am running joomla 1.7 and I have just updated the template on a parallel site but still nothing...

http://anglosport.com/cms/

still no menu on ie7

thank you,
User avatar
Fresh Boarder

GK User
Wed Feb 15, 2012 10:25 am
Hello

I am a bit surprised with the luck of assistance form u guys, not very pro ......anyway here is the solution for the rest the users who might have the same problem,

there was a fault in your style sheet and the way ie7 interprets the inherit command, so if u want your site to work on ie7 u need to update this file

menu.gkmenu.css

Change line 12 to


div.gk-menu > ul.level0 > li { float: left; width: auto; position:relative;z-index:1000}

and line 24 to

div.gk-menu > ul.level0 > li:hover > .childcontent li:hover > .childcontent { left:0}


the drop down menu now works on ie7!
User avatar
Fresh Boarder

teitbite
Wed Feb 15, 2012 12:02 pm
Hi

You just gave me no chance to come back to You. Great You've found the issue. I'll let programmers know about it.
User avatar
Moderator

GK User
Tue Sep 04, 2012 9:38 am
Hello

I'm using Joomla 2.5 and the drop down menu doesn't work on IE7.
I've tried the solution evelacha posted, but the submenu is still away.

Here is the website: http://www.raab-werbeagentur.com/_eClients/vzwl/

I hope someone can help me
User avatar
Senior Boarder

teitbite
Tue Sep 04, 2012 11:43 am
Hi

Please try add this code to css:

Code: Select all
#gkPageTop {
    z-index: 10000;
}
User avatar
Moderator

GK User
Tue Sep 04, 2012 12:18 pm
Hi teitbite,

I added this code, but nothing happend.
Maybe there is an float - clear problem, but I haven't found it yet.
User avatar
Senior Boarder

GK User
Tue Sep 04, 2012 12:29 pm
It's ok,

after I refreshed the browser without cache, it works.

Thank you.

But now I've seen another problem.
On the IE7 are only 3 of 6 news in the "mod_news_pro_gk4" module.
User avatar
Senior Boarder

teitbite
Tue Sep 04, 2012 12:36 pm
Hi

Have You configured NSP to show 2 rows, because it looks like it was only set to 6 columns. Whole module is recognising only one row so it's height is set to 230px. So check that or simply change it's code to show all of it with this:

Code: Select all
#nsp-nsp_126 .nspArts {
height: 490px !important;
}
User avatar
Moderator

GK User
Tue Sep 04, 2012 12:43 pm
Perfect,

it was the height in css.

Thank you very much.
User avatar
Senior Boarder

teitbite
Tue Sep 04, 2012 12:46 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron