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?

Line after each item?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Line after each item?
#6659
Line after each item? 13 Years, 7 Months ago Karma: 0
Hello I have cleaned up the navi bar but for some reason I still get a line at the end of each item. Is there a way to remove it?

Also, can I create a border around the whole box including the title just like the other ones on my site that are below the ari yui menu?

thanks
www.pepperpilot.com/store
Last Edit: 2010/08/29 02:55 By pepperpilot.
The administrator has disabled public write access.
 
#6662
Re:Line after each item? 13 Years, 7 Months ago Karma: 746
Hello,

1. Set 'Menu direction' parameter to 'Vertical' in module settings.

2. Set 'Module Class Suffix' parameter to '_menu'.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6677
Re:Line after each item? 13 Years, 7 Months ago Karma: 0
Thank you, Thank you so much that work excellent.

Do you know how to add a little image of something to the front of the selections? I used to have a little tiny chile pepper in front of the selections, but even a dot would be cool. thanks

What is the code to change the color for the selection from the baby blue to say forest green?

thanks again. your awesome.

-Kevin
The administrator has disabled public write access.
 
#6691
Re:Line after each item? 13 Years, 7 Months ago Karma: 746
You are welcome. Regarding questions:

1. Add the following CSS rule to 'CSS Styles' parameter in module settings:

Code:


body #{$id} .yuimenu .bd ul li.yuimenuitem-selected
{
 background-color: green;
}



2. Could you say link to image with red pepper?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6796
Re:Line after each item? 13 Years, 7 Months ago Karma: 0
Thanks again. The image is located at www.pepperpilot.com/store/images/chili2.gif

thanks

KD
The administrator has disabled public write access.
 
#6808
Re:Line after each item? 13 Years, 7 Months ago Karma: 746
Add the following CSS rule at the top of safe_menu.css file:

Code:


{$id} .yuimenu .bd UL LI.yuimenuitem A.yuimenuitemlabel
{
 background: transparent url(/store/images/chili2.gif) no-repeat 2px center;
 padding-left: 40px !important;
}



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