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?

Transparent submenu and offset border in IE9
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Transparent submenu and offset border in IE9
#28129
Transparent submenu and offset border in IE9 12 Years, 1 Month ago Karma: 0
Hello!

I hope all is well. This is my first Joomla site so I bought a template, but my submenus do not appear as they should.

My test site: tvf2.elanblu.com
Template site: www.templatemonster.com/demo/33061.html

Can you please take a look and let me know what I am doing incorrectly? I would like my submenu background to appear like the template instead of the transparent/black background I have managed to produce.

Thanks for your help!
The administrator has disabled public write access.
 
#28153
Re:Transparent submenu and offset border in IE9 12 Years, 1 Month ago Karma: 748
Hello,

Add the next CSS rule:

Code:


.ux-menu ul.ux-menu-sub li
{
 background-color: transparent;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28258
Re:Transparent submenu and offset border in IE9 12 Years, 1 Month ago Karma: 0
That is done, but now my background is completely transparent and overla[ping the content below the menu in IE9. In IE8 the menu is performing quite differently and only the last submenu item has a transparent background. Is there any other code I need to add to get the submenu background that shows in the template or do you think there is an issue with the template itself?

Thanks again for your help!
The administrator has disabled public write access.
 
#28260
Re:Transparent submenu and offset border in IE9 12 Years, 1 Month ago Karma: 748
Try to change the next code (we suppose it is added by site template):

Code:


<style>
ul.maximenuCK,
ul.maximenuCK2, 
.ux-menu ul,
a.maximenuCK,
.contact input,
.contact textarea {behavior:url(/templates/theme647/PIE.php)}
</style>



to the following one:

Code:


<style>
ul.maximenuCK,
ul.maximenuCK2, 
a.maximenuCK,
.contact input,
.contact textarea {behavior:url(/templates/theme647/PIE.php)}
</style>



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