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?

Different sprite for menu
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Different sprite for menu
#6739
Re:Different sprite for menu 13 Years, 8 Months ago Karma: 0
Hi,

Just send you guys an email.

Kind regards,

Richard
The administrator has disabled public write access.
 
#6740
Re:Different sprite for menu 13 Years, 8 Months ago Karma: 748
Try now, please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6741
Re:Different sprite for menu 13 Years, 8 Months ago Karma: 0
I can't see any change, what did you change ?

Gr. Richard
The administrator has disabled public write access.
 
#6742
Re:Different sprite for menu 13 Years, 8 Months ago Karma: 748
Edit CSS rule which we provided. You missed {$id} in the CSS rule.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6743
Re:Different sprite for menu 13 Years, 8 Months ago Karma: 0
I might have overwritten you last change, because it doesn't work. Here is what I have now :

Code:


body #.{$id}yui-skin-sam .{$id}yuimenubar
{
  background: url(modules/mod_ariyuimenu/mod_ariyuimenu/js/assets/menu/sam/sprite_bruin.png) repeat-x 0 0; 




Please bear with me, I should be able to solve this myself. Mucht thanks for the help sofar !

Kind regards,

Richard
The administrator has disabled public write access.
 
#6744
Re:Different sprite for menu 13 Years, 8 Months ago Karma: 748
Hm, it's incorrect code. Correct code looks like:

Code:


body #{$id}.yui-skin-sam .yuimenubar
{
  background: url(modules/mod_ariyuimenu/mod_ariyuimenu/js/assets/menu/sam/sprite_bruin.png) repeat-x 0 0; 




Only indicate correct path to sprite image because <joomla_dir>/modules/mod_ariyuimenu/mod_ariyuimenu/js/assets/menu/sam/sprite_bruin.png file doesn't exist.

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