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?

External Border (Allready searched the forum)
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: External Border (Allready searched the forum)
#21313
External Border (Allready searched the forum) 13 Years, 1 Month ago Karma: 0
Hi, mi site is: oratoriomomo.org/
I love your menu, I'd just like to remove the external black border of the menu, is it possible?
I'm not good with CSS, at all, I can't understand a single line so I'd really need external support.
My current CSS style is (code that I copied from previous answers):

body #ariyui49.yui-skin-sam .yuimenubar
{
background: none transparent;
}

#ariyui49_menu
{
text-align: center;
}

#ariyui49_menu .bd
{
display: inline-block;
zoom: 1;
*display: inline;
}

#ariyui23.yui-skin-sam .yuimenu .bd
{ border: none; }

#pillmenu .yui-skin-sam ul li a.yuimenubaritemlabel,
#pillmenu .yui-skin-sam .yuimenubarnav .yuimenubaritem
{
border-style: none !important;
}

Thanks in advance!
The administrator has disabled public write access.
 
#21314
Re:External Border (Allready searched the forum) 13 Years, 1 Month ago Karma: 760
Hello,

Add the next CSS rule:

Code:


BODY #pillmenu DIV.yui-skin-sam  .yuimenubar
{
 border-style: none;
 margin-top: 2px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21319
Re:External Border (Allready searched the forum) 13 Years, 1 Month ago Karma: 0
Thanks a lot, it worked!
You Rule!
The administrator has disabled public write access.
 
Go to topPage: 1