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?

CSS background image
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSS background image
#15856
CSS background image 13 Years ago Karma: 0
I have looked at several post and think I am changing the correct css file but I am not able to change the background image nor am I able to change the height of the menus.

I have looked at several forum post that show the structure of the menu but non of them show the css code changes needed to change these two items.

any help would be appreciated.

TIA
Josh
The administrator has disabled public write access.
 
#15857
Re:CSS background image 13 Years ago Karma: 748
Hello,

Provide link to a page where we can see the menu on your site and screenshot where we can see what you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15858
Re:CSS background image 13 Years ago Karma: 0
This is the test site address. I want to make the menue look like the main menue structure using the image for the background.

waltonwebcasting.com/ww/

I have set both menues active so you can see what I would like to accomplish. I will be adding sub menues once I Have the background and size correct.
The administrator has disabled public write access.
 
#15864
Re:CSS background image 13 Years ago Karma: 748
If you want to change background of menu item, use the next CSS rule:

Code:


UL.ux-menu LI A
{
  background: transparent url(LINK_TO_BACKGROUND_IMAGE);
}



BTW, information about menu HTML layout and CSS classes can be found here. It should be useful if you want to customize the menu.

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