GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

If you are having problems with GuMax, post here.
Post Reply
User avatar
Jonathan
Rank 6
Rank 6
Posts: 33
Joined: April 6th, 2009, 8:19 pm

GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

Post by Jonathan »

On IE9 the little orange arrows (for the list elements) appear on the drop down menus. They appear to the left of the text (and to the left - i.e. outside - of the black menus). I would like to get rid of these.

It works fine (i.e. no orange arrows with the drop down menus) on IE8, Chrome 15.0.874.121 m, Firefox 8.0

Thank you very much in advance.

Jonathan
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

Post by Paul »

It seems IE9 is using a new set of standard, I don't have IE9 on any of my machine...

Do you have any link that can simulate IE 9 so I can test it...
User avatar
human
Rank 0
Rank 0
Posts: 2
Joined: December 12th, 2011, 6:43 am

Re: GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

Post by human »

Looking forward to the answer!
The same problem happens with GuMaxDD 1.5 & MW 1.17.1 & IE 9.
It also happens on your Dev wiki, when being accessed from IE 9.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

Post by Paul »

I need ie9 or simulator that I can test it...
User avatar
Jonathan
Rank 6
Rank 6
Posts: 33
Joined: April 6th, 2009, 8:19 pm

Re: GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

Post by Jonathan »

If you add the following to gumax_template.css (seems to belong under Navigation Menu heading), it fixes the problem:

Code: Select all

#gumax-nav ul {
	list-style-image: none; 
}
But it may have unintended consequences!
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

Post by Paul »

That's the syntax for the fix... I would rather put it for IE9 fix only......
User avatar
human
Rank 0
Rank 0
Posts: 2
Joined: December 12th, 2011, 6:43 am

Re: GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

Post by human »

It works! But how to make it an IE9 fix?
Jonathan wrote:If you add the following to gumax_template.css (seems to belong under Navigation Menu heading), it fixes the problem:

Code: Select all

#gumax-nav ul {
list-style-image: none; 
}
But it may have unintended consequences!
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMaxDD 1.5.1 & MW1.18 & IE9 - arrows

Post by Paul »

Just like IE6fix.css... need one for IE9
Post Reply