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
#5048
Re:Please see why my css override not ending border 1 Year, 7 Months ago Karma: 1
Thank you so much for your help.

The addition is working fine

freevanrentals.com/

Now all that is left is for the dropdowns to also have the blue background with the white letters.

Can you help me this one last time to add that code for the drop downs?

If you click on "Fleet" you will see the drop down does not have the same dark blue background and white lettering.


Rowby
The administrator has disabled public write access.
 
#5049
Re:Please see why my css override not ending border 1 Year, 7 Months ago Karma: 278
Try the following CSS rule:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5050
Re:Please see why my css override not ending border 1 Year, 7 Months ago Karma: 1
Hi I tried adding that, but it did not make the dropdowns the blue.

Are you sure you included the right background -- it references the sprite.png background. Shouldn't it be just the blue color #193E73 and not the sprite.png -- unless you want me to add the#193E73 to the sprite.png image file....

freevanrentals.com/

body #{$id}.yui-skin-sam .yuimenubar .bd .bd
{
background: url(js/build/assets/skins/sam/sprite.png) repeat-x 0 0;
}
The administrator has disabled public write access.
 
#5051
Re:Please see why my css override not ending border 1 Year, 7 Months ago Karma: 278
Try the following:

Code:


#{$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;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5052
Re:Please see why my css override not ending border 1 Year, 7 Months ago Karma: 1
You are such a genius!

One final thing, when the dropdown is revealed, and you hover over it, the hover needs to also be the dark blue with white background.

Right now when you hover over 15 Passenger Rental it becomes white. It should stay dark blue with the white lettering.

You can see when you click on fleet:

freevanrentals.com/




Rowby
The administrator has disabled public write access.
 
#5053
Re:Please see why my css override not ending border 1 Year, 7 Months ago Karma: 278
It should help

Code:


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



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