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?

Still no drop down menus
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Still no drop down menus
#7453
Still no drop down menus 13 Years, 7 Months ago Karma: 0
After adding all of your previous solutions to my css page, I still have no drop-downs. It works fine if set to vertical, but doesn't drop in horizontal mode. Please see at (www.4x-moneymachine.com)
The administrator has disabled public write access.
 
#7456
Re:Still no drop down menus 13 Years, 7 Months ago Karma: 748
Hello,

This problem with site template styles. Add the following CSS rule:

Code:


body #header
{
  overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7469
Re:Still no drop down menus 13 Years, 7 Months ago Karma: 0
WOW! That was really fast! I've been looking at this for a few days and you fixed the problem with 2 lines!

Can you tell me how to make the white box around the menu titles invisible and make the text in the menus white so it looks good on the blue bar in the background?
The administrator has disabled public write access.
 
#7470
Re:Still no drop down menus 13 Years, 7 Months ago Karma: 0
I'll send you $50 in PayPal for the CSS code to make that happen! The menus should look like the picture attached, only they should have the drop down feature.
Last Edit: 2010/09/28 16:45 By Element115.
The administrator has disabled public write access.
 
#7471
Re:Still no drop down menus 13 Years, 7 Months ago Karma: 748
Add the following CSS rules to <joomla_directory>/templates/theme419/css/template.css file:

Code:


.block-top-menu .ux-menu-container
{
  height: 40px;
}
.block-top-menu .ux-menu-container ul.ux-menu li a
{
  font-weight: 10;
  color: #FFF;
  background: transparent none;
  border-style: none;
  height: 20px;
}

.ux-menu-container ul.ux-menu li a.ux-menu-link-hover
{
  background: transparent url("../images/bg_menu_hover.gif") repeat !important;
}

ul.ux-menu li a.current 
{
  background:url("../images/bg_menu_hover.gif") repeat-x scroll 0 0 transparent !important;
  color:#101E37 !important;
  opacity:0.7;
}

.ux-menu-container ul.ux-menu li
{
  border-style: none;
  border-width: 0;
}

ul.ux-menu li 
{
  background: url("../images/devider_top_menu.gif") no-repeat scroll left top transparent;
  border: medium none;
  display: block;
  float: left;
  margin: 0 0 0 -2px;
  padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7472
Re:Still no drop down menus 13 Years, 7 Months ago Karma: 0
It is almost there! The menu in normal mode looks great, but the drop down now is almost invisible.

I know you'll get the last piece figured out, so please be sure to send me the email address to send PayPal payment to.

THANKS!
The administrator has disabled public write access.
 
Go to topPage: 12