Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Background Images not working in IE
(0 viewing) 
Go to bottomPage: 12
TOPIC: Background Images not working in IE
#33006
Background Images not working in IE 12 Years, 5 Months ago Karma: 0
Hello,

I like the menu very much, but there is a problem I couldn't find a solution for yet:
I styled the top level menu items with seperate background images. Everything works fine in firefox and chrome, but IE is showing the default menu style, not mine.

css:

.ux-menu LI.ux-menu-item468>a:link,
{
display:block;
text-indent: -999em;
width:60px;
height: 80px;
color: #000;
background:url(../images/button_menu_01b.jpg)no-repeat;
border: none;
text-decoration:none;
padding-left:7px;
}

.ux-menu LI.ux-menu-item469>a:link
{
display:block;
text-indent: -999em;
width:105px;
height: 80px;
color: #000;
background:url(../images/button_menu_02b.jpg)no-repeat;
border: none;
text-decoration:none;
padding-left:7px;
}

and so on.

site: www.fritzkowski.de
Last Edit: 2012/10/24 08:13 By rhizin.
The administrator has disabled public write access.
 
#33008
Re:Background Images not working in IE 12 Years, 5 Months ago Karma: 763
Hello,

Your custom CSS rules are incorrect. Use space between image url and repeat. In other words use the following CSS property:


background:url(../images/button_menu_01b.jpg) no-repeat;

instead of:

background:url(../images/button_menu_01b.jpg)no-repeat;

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33009
Re:Background Images not working in IE 12 Years, 5 Months ago Karma: 0
Hello,

did that... still doesn't work.

Greets,
rhizin
The administrator has disabled public write access.
 
#33011
Re:Background Images not working in IE 12 Years, 5 Months ago Karma: 763
It works fine for us. We checked it in IE 8 and IE 9.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33012
Re:Background Images not working in IE 12 Years, 5 Months ago Karma: 0
Really..? Well, that is strange. Must be the ie here than. Thank you very much!

Problem solved: it was the browser cache.
Last Edit: 2012/10/24 09:06 By rhizin.
The administrator has disabled public write access.
 
#33014
Re:Background Images not working in IE 12 Years, 5 Months ago Karma: 763
See the screenshots below:

The administrator has disabled public write access.
 
Go to topPage: 12