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?

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 13 Years, 9 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 13 Years, 9 Months ago Karma: 746
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 13 Years, 9 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 13 Years, 9 Months ago Karma: 746
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 13 Years, 9 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 13 Years, 9 Months ago Karma: 746
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