Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Problem with dropdowns in IE7
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Problem with dropdowns in IE7
#4297
Problem with dropdowns in IE7 13 Years, 11 Months ago Karma: 0
Hi,

I recently installed the ARI YUI Menu on my website, it works great, as long as I display the website in Firefox or Internet Explorer 8, when the website is displayed in Internet Explorer 7 or even in IE8 with Compatibility view set to on the dropdowns from the ARI menu do not open bellow the parrent menu but instead they open up way to the left making it impossible to access the submenu item before the menu closes.

I need help fixing this please.

A little extra info:

Website is in Hebrew, meaning the menu as well so it is RTL direction and of course I use the menu as horizontal menu at the top of my website.

Website address: www.sr-computers.co.il

Joomla version: 1.5.17

Thank you.
The administrator has disabled public write access.
 
#4298
Re:Problem with dropdowns in IE7 13 Years, 11 Months ago Karma: 747
Hello,

Try to add the following CSS rules to template CSS file:

Code:


.yuimenu {
  right: 0;
}

.yuimenubaritem-hassubmenu {
  position: relative;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4299
Re:Problem with dropdowns in IE7 13 Years, 11 Months ago Karma: 0
admin wrote:
Hello,

Try to add the following CSS rules to template CSS file:

Code:


.yuimenu {
  right: 0;
}

.yuimenubaritem-hassubmenu {
  position: relative;
}



Regards,
ARI Soft


Sorry, this might sound like a stupid question, but what css exactly, my website's template or one of the ARI menu ones, if the later than which?
The administrator has disabled public write access.
 
#4300
Re:Problem with dropdowns in IE7 13 Years, 11 Months ago Karma: 747
Open 'Extensions->Template Manager' page on your Joomla! backend, click by active template, click 'Edit CSS' button, choose 'template_css.css' file for editing, add CSS rules which we provided before and save CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4301
Re:Problem with dropdowns in IE7 13 Years, 11 Months ago Karma: 0
admin wrote:
Open 'Extensions->Template Manager' page on your Joomla! backend, click by active template, click 'Edit CSS' button, choose 'template_css.css' file for editing, add CSS rules which we provided before and save CSS file.

Regards,
ARI Soft


OK, thank you, I thought that what you meant, just wasn't sure.

Did what you said and it seem to have done the trick, I just checked it on IE7 and it was OK and it still works fine on Firefox and IE8 as well.

I appreciate your help.
The administrator has disabled public write access.
 
#4302
Re:Problem with dropdowns in IE7 13 Years, 11 Months ago Karma: 747
We are glad to hear that everything works fine now.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1