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?

right arrow menu not showing up in drop down
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: right arrow menu not showing up in drop down
#6437
right arrow menu not showing up in drop down 13 Years, 8 Months ago Karma: 0
I have checked the css code and still cant figure why right arrow not showing up.
its pointing to the right image file.
The administrator has disabled public write access.
 
#6439
Re:right arrow menu not showing up in drop down 13 Years, 8 Months ago Karma: 747
Hello,

Provide link to page, please, where we can see this issue.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6442
Re:right arrow menu not showing up in drop down 13 Years, 8 Months ago Karma: 0
hi see above link

the top menu is on the right side however i wanted it to be the full length of the top till the main menu
also, some of the drop down boxes are out of shape compared to the rest.
under courses and registration, registration should have right arrow but not showing up.
Last Edit: 2010/08/21 01:22 By crosswire.
The administrator has disabled public write access.
 
#6446
Re:right arrow menu not showing up in drop down 13 Years, 8 Months ago Karma: 747
Regarding issue with arrow. It seems you have override some menu styles in <joomla_dir>/templates/test/css/menu.min.css file and set incorrect path to right arrow in the following CSS rule:

Code:


.ux-menu.ux-menu-vertical .ux-menu-arrow,
.ux-menu ul .ux-menu-arrow
{
  width:6px;
  height:8px;
  top:13px;
  background:url(../topmenu/css/menu-arrow-right.png) no-repeat;
}



correct this or use default menu styles. About the second question, the menu doesn't provide ability to fill all available space.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6465
Re:right arrow menu not showing up in drop down 13 Years, 8 Months ago Karma: 0
thanks for that. Sorry i missed that.

Also, why is there different css files esp menu.min and menu.css..whats the difference between them
If i want to change the style should i work on menu.min.css?
The administrator has disabled public write access.
 
#6468
Re:right arrow menu not showing up in drop down 13 Years, 8 Months ago Karma: 747
Hello,

The extension uses menu.min.css file, it's minified version of menu.css file. The module doesn't use menu.css file, but it file can be used that modify some styles.

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