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?

Please see why my css override not ending border
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Please see why my css override not ending border
#5054
Re:Please see why my css override not ending border 1 Year, 7 Months ago Karma: 1
Hmmmm....

Maybe I didn't apply the code correctly, but the drop down from fleet,when you hover over it it still has the light background.

Below is my current code:

Code:

.RowbyAriMenu
{
  padding-left: 50px;
}

.RowbyAriMenu #{$id} .yuimenubar ul,
.RowbyAriMenu #{$id}.yui-skin-sam .yuimenubarnav .yuimenubaritem
{
  height: 26px;
}

.RowbyAriMenu #{$id} .yuimenubar ul ul
{
  height: auto;
}

body .RowbyAriMenu #{$id}.yui-skin-sam ul li.yuimenubaritem-selected,
body .RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel-selected,
body .RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenuitemlabel-selected
{
  text-decoration: underline;
}

.RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel, 
.RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:link, 
.RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:visited, 
.RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:hover,
.RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenuitemlabel, 
.RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenuitemlabel:link, 
.RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenuitemlabel:visited, 
.RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenuitemlabel:hover
{
  border-style: none;
  color: #FFF;
}

.RowbyAriMenu .moduletable
{
  border-style: none;
}

body .RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel
{
  padding: 0 10px 0 10px;
}

body .RowbyAriMenu #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel-hassubmenu
{
  padding: 0 20px 0 10px;
}

body #{$id}.yui-skin-sam .yuimenubaritem-selected
{
  background-position: 0 0;
}

body #{$id}.yui-skin-sam .yuimenubar .bd .bd 
{
 background: url(js/build/assets/skins/sam/sprite.png) repeat-x 0 0;
}
#{$id}.yui-skin-sam .yuimenubar .bd .bd ul {
background: url(modules/mod_ariyuimenu/mod_ariyuimenu/js/build/assets/skins/sam/sprite.png) repeat-x 0 0;

#{$id}.yui-skin-sam .yuimenuitem-selected 
{
background: url(modules/mod_ariyuimenu/mod_ariyuimenu/js/build/assets/skins/sam/sprite.png) repeat-x 0 0px;
}



Thanks,
Rowby
The administrator has disabled public write access.
 
#5058
Re:Please see why my css override not ending border 1 Year, 7 Months ago Karma: 278
See last but one CSS rule, it doesn't contain closing bracket "}". Fix it, please.

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