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?

Horizontal Menu width IE compatibility
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Horizontal Menu width IE compatibility
#10423
Horizontal Menu width IE compatibility 13 Years, 3 Months ago Karma: 0
HI, I am having IE compatibility issue with IE 7. Using the IE7, drop down menus doesn't have padding-bottom while in IE8 have padding-bottom. Attached is how it look like in IE7 and IE8. URL: www.auw.org. Here is the code I have in the module/css style:
Code:


#nav .yui-skin-sam .yuimenubar{/* Use path to background image instead of none attribute, for example url(/templates/auw_test/images/bkg-sidebar-menu-bottom.png) */ background: url(/templates/auw_test/images/bkg-mainmenu1.png) repeat-x #fcb343;text-align:center;padding-top: 10px;padding-bottom:5px;} #nav .yui-skin-sam .yuimenubar UL{display: inline-block;*zoom: 1;*display: inline; } #nav .yui-skin-sam .yuimenubar UL LI.yuimenubaritem{margin-left: 3px; margin-bottom:-5px;} #nav .yui-skin-sam .yuimenubaritemlabel{color: #FFF;} .yuimenubaritem{background-color: #00559c;} #nav .yui-skin-sam UL LI.yuimenubaritem-selected .yuimenubaritemlabel,#nav .yui-skin-sam UL LI .yuimenubaritemlabel-active,#nav .yui-skin-sam UL LI .yuimenubaritemlabel:hover,#nav .yui-skin-sam UL LI .yuimenubaritemlabel:focus{color: #00559c


I don't know where else to change. I come back and forth to the server module file and still the same. If you can lead me where to change the block size or how to make it compatiblw with IE7.
File Attachment:
File Name: IE7_print.doc
File Size: 589312
Last Edit: 2011/01/29 01:20 By jmarian1.
The administrator has disabled public write access.
 
#10431
Re:Horizontal Menu width IE compatibility 13 Years, 3 Months ago Karma: 748
Try to add the next CSS rule:

Code:


#nav .yui-skin-sam DIV.yuimenubar
{
 _padding: 10px 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10509
Re:Horizontal Menu width IE compatibility 13 Years, 2 Months ago Karma: 0
HI, somehow when I added the code the view is still the same in IE7. Do you have some updates soon so it will be compatible with all browsers? Is there any other code that I need to use? Please advice. Thanks.
The administrator has disabled public write access.
 
#10510
Re:Horizontal Menu width IE compatibility 13 Years, 2 Months ago Karma: 748
Where have you added this code?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10511
Re:Horizontal Menu width IE compatibility 13 Years, 2 Months ago Karma: 0
HI, I added yesterday and although, it does change the view in IE7, the IE 8 version also change which gives a wider space in the bottom. If possible to have an even space on top and bottom of each menu. Please advice. Thanks.
Last Edit: 2011/01/31 19:27 By jmarian1.
The administrator has disabled public write access.
 
#10516
Re:Horizontal Menu width IE compatibility 13 Years, 2 Months ago Karma: 748
This code works fine for us. If you provide temporary access to your Joomla! backend by email we can check it on your site.

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