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?

not showing subitems
(1 viewing) (1) Guest
Go to bottomPage: 12345678...12
TOPIC: not showing subitems
*
#6038
Re:not showing subitems 13 Years, 11 Months ago Karma: 0
You rock. You rock. You RAWK!

ARISoft Forever. All who read my words. Buy ARISoft stuff. They...(wait for it...) ...RAWK.

Many thanks (again)!

Cheers,
Randy

PS. It worked, like a champ! Of course.
The administrator has disabled public write access.
 
#7179
Re:not showing subitems 13 Years, 9 Months ago Karma: 0
I need your help
I was looking for a long time the answer on your forum, but didn't find, maybe I missed somthing, so I am very sorry :0)

I have only one problem with the module in IE-7.

The top menu is on two lines inspite of to be in one, and when the submenu is openning it's closed by the top menu that falled down :0)

You can see it on www.bigcpa.co.il

I hope for your help ;0)

Sorry for my english, I am not so good in it...

Thanks!!!
The administrator has disabled public write access.
 
#7185
Re:not showing subitems 13 Years, 9 Months ago Karma: 748
Hello,

Try to use the following CSS rules:

Code:


.ux-menu-container .ux-menu a {
float: left;
}

.ux-menu-container .ux-menu .ux-menu-sub a {
float: none;
white-space: nowrap;
}
.ux-menu-container .ux-menu .ux-menu-sub {
width: auto !important;
overflow: visible;
}

.ux-menu-container .ux-menu .ux-menu-sub LI {
width: 100% !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7191
Re:not showing subitems 13 Years, 9 Months ago Karma: 0
thanks, it's already much better ;0)

I've change alittle a css, that you wrote me, because with the lines that you see as the comments my submenu is looks like in the first picture (it's name "menu2"), it's mooved to the left side and it's background on the right.

And I have to add this style (.ux-menu li ul li), because my submenu takes 100% not from it's parent, but from all the page. I'm not so good in CSS, so I've done it fixed. Is it possible to make it not fixed for IE7? In the other browsers I hava no problems.

On the second picture you can see one more problem with IE-7, when submenu opens - in all directories it's ok, but in the 3rd from the left it's not working, it separates hebrew and english on two parts and it's ipmossible to open this links.


.ux-menu li ul li {
position:relative;
float:left;
margin:0;
border-left:1px solid #FFF;
width:230px;
}

.ext-border-box .ux-menu-ie-iframe,.ext-ie7 .ux-menu-ie-iframe {
zoom:1;filter:mask();
}

.ext-ie .ux-menu-clearfix {
zoom:1;
}

.ux-menu-container .ux-menu a {
float: left;
}

.ux-menu-container .ux-menu .ux-menu-sub a {
float:none;
white-space: nowrap;
}

/*
.ux-menu-container .ux-menu .ux-menu-sub {
width: auto !important;
overflow: visible;
}

.ux-menu-container .ux-menu .ux-menu-sub LI {
width: 100% !important;
}
*/

Thanks for your help :0)
Your are so much professional!!!
The administrator has disabled public write access.
 
#7192
Re:not showing subitems 13 Years, 9 Months ago Karma: 0
The administrator has disabled public write access.
 
#7193
Re:not showing subitems 13 Years, 9 Months ago Karma: 0
The administrator has disabled public write access.
 
Go to topPage: 12345678...12