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?

configuring the css
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: configuring the css
#13353
configuring the css 13 Years ago Karma: 0
Hi

Is there a way that I can create spaces between the menu items like my picture in the css? I'm also not sure where to change the colors?
The administrator has disabled public write access.
 
#13354
Re: configuring the css 13 Years ago Karma: 0
now that I think about it, thick borders would also actually work.
The administrator has disabled public write access.
 
#13355
Re: configuring the css 13 Years ago Karma: 747
Provide link to page where we can see the menu on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13356
Re: configuring the css 13 Years ago Karma: 0
boerenooi.za.net/

Thanks for the reply.
The administrator has disabled public write access.
 
#13359
Re: configuring the css 13 Years ago Karma: 747
Add the next CSS rules:

Code:


#ariyui43.yui-skin-sam li {
 border: 3px solid #064387;
}

#ariyui43.yui-skin-sam li li,
body #ariyui43.yui-skin-sam .yuimenu .bd {
 border-style: none;
}

body #ariyui43.yui-skin-sam .yuimenu .bd .bd {
 border-style: solid;
}

body #ariyui43.yui-skin-sam .yuimenu ul {
 padding: 0;
}

body #ariyui43.yui-skin-sam .yuimenu ul ul {
 padding: 3px 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13362
Re: configuring the css 13 Years ago Karma: 0
Thank you so much that worked. I'm having difficulty with a few other things. I'm finding it quite hard to configure your css. I need to change the text color to #054387, vertically align the text in the blocks and also make the submenu start from a certain point, further away from the main menu.

oh.. I'm also not sure how to get that shadow away.
Last Edit: 2011/04/06 08:18 By boerenooi.
The administrator has disabled public write access.
 
Go to topPage: 12