Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Removing Arrow Issue.
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Removing Arrow Issue.
#25828
Removing Arrow Issue. 12 Years, 8 Months ago Karma: 0
With the help of the Admin I have been able to customize my menu a lot so far and I just have a few more changes I need to make that I am having issues with.

The main thing is I need to remove the arrows from the left side of the menu items and make it so that each background image for each menu item is touching the ones next to it. I have tried entering this code into the CSS Styles block:

UL.ux-menu SPAN.ux-menu-arrow
{
display: none;
}

And that didn't help. So as a last ditch effort, I just went into the images folder for ARI Ext Menu and deleted the .png image of the arrow all together and it is still showing up on the site. Not even sure how that's possible.

Thanks in advance for any help!
Tyler
The administrator has disabled public write access.
 
#25849
Re:Removing Arrow Issue. 12 Years, 8 Months ago Karma: 760
Hello,

Provide a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26148
Re:Removing Arrow Issue. 12 Years, 8 Months ago Karma: 0
Last Edit: 2012/03/10 15:32 By PlusOn3.
The administrator has disabled public write access.
 
#26158
Re:Removing Arrow Issue. 12 Years, 8 Months ago Karma: 760
This problem with site template CSS styles. Add the next CSS rule to hide the arrow:

Code:


ul.ux-menu li
{
 background-image: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26168
Re:Removing Arrow Issue. 12 Years, 8 Months ago Karma: 0
Thanks. That did what I wanted it to.
However, for some reason, now that I have all the images set as the background for the menu items like I want, whenever I click and hold on a link the images from the menu item backgrounds show up over the link I am clicking and holding.

For example, when i click and hold on the logo in the top left, the logo is covered up by the background images for the menu items. When I go into the CSS Styles section and erase all of the codes I have there it fixes the problem but then I don't have any images for the backgrounds of my menu items. The only code I have in the CSS Styles section are the different codes you gave me earlier for having images as the background of the menu items and the code you gave me to get rid of the arrows.

Thanks in advance for your help.
The administrator has disabled public write access.
 
#26169
Re:Removing Arrow Issue. 12 Years, 8 Months ago Karma: 0
Also, when I got to pages that are using different extensions, such as JEvents, the backgrounds for the menu items disappear.

And here is the link to my site again.
Last Edit: 2012/03/11 14:50 By PlusOn3.
The administrator has disabled public write access.
 
Go to topPage: 12