Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 border from menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: removing border from menu
#4798
removing border from menu 1 Year, 8 Months ago Karma: 0
Hello,
i am trying to remove the black border from the menu when using the milkyway template, so it matched the template better.

I have the following css code and it has mostly worked

body #{$id}.yui-skin-sam .yuimenubar {
font-size: 93%;
line-height: 2;
*line-height: 1.9;
border: 0;
background: url(js/build/assets/skins/sam/mw_menu_normal_bg.png) repeat-x 0 0;
}

body #{$id}.yui-skin-sam .yuimenubarnav .yuimenubaritem {
border-right: solid 0px #ccc;
}

it has removed the border from most of the menu, but i still have 2 horizontal lines across the top and bottom of the menu which i can't seem to get rid of.

the address is pantner.net/cdcb

any help would be greatly appriciated!

*note: i want to keep the border around the drop down boxes.
The administrator has disabled public write access.
 
#4803
Re:removing border from menu 1 Year, 8 Months ago Karma: 278
Hello,

You can add the following CSS rules to 'CSS Styles' textarea in module settings:

Code:


body #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel, 
body #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:link, 
body #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:visited, 
body #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:hover
{
  border-width: 0;
  padding-top: 1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4804
Re:removing border from menu 1 Year, 8 Months ago Karma: 0
awesome! that did the trick

thankyou very much!
The administrator has disabled public write access.
 
Go to topPage: 1