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?

Image hover
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Image hover
#41610
Re:Image hover 10 Years, 10 Months ago Karma: 0
I Need a little more help...

The menu shows a litte blank space under the mouseover image. How do i fix this ? I tried to change the margin-top and padding-top parameters in the mouseover css, but then the entire site moves to the right.

broadcomm.co.zm/arcticimport.dk/ny/

Complete CSS:

.ux-menu-container
{
width:980px;
margin-left:0px;
height:46px;
padding-top:15px;
background: transparent url('www.broadcomm.co.zm/arcticimport.dk/ny/menuknap.jpg') repeat-x ; !important
background-position:left bottom;
z-index:90;
}

.ux-menu-link-level-0
{

background: none transparent !important;
border:none !important;
}

UL.ux-menu-sub A
{
background: transparent
url('broadcomm.co.zm/arcticimport.dk/ny/images/cdr-grey-transp.png') repeat !important;
border:none;
}


#topmenu .ux-menu LI A.ux-menu-link-hover
{
background-image: url(broadcomm.co.zm/arcticimport.dk/ny/images/stories/arctic-diverse/menuhover.jpg) !important;

margin-top:-9px;
padding-top:19px;
}

#topmenu UL.ux-menu-sub LI A:hover
{
background: none #8b8c8f !important;
color:#ffffff;
z-index:900;

}

#topmenu .ux-menu>LI>A:hover
{
background-image: url(broadcomm.co.zm/arcticimport.dk/ny/images/stories/arctic-diverse/menuhover.jpg) !important;
background-position:top;
z-index:900;
margin-top:-9px;
padding-top:19px;
}

DIV.ux-menu-container
{

padding-top: 9px;
}

DIV.ux-menu-container A.ux-menu-link-level-0>.ux-menu-arrow
{

top: 7px;
}

UL.ux-menu SPAN.ux-menu-arrow
{
display: none;
}
The administrator has disabled public write access.
 
#41618
Re:Image hover 10 Years, 10 Months ago Karma: 748
Hello,

This is a problem with site template styles and custom CSS styles for the menu. You can use FireBug addon for FireFox browser to investigate the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41648
Re:Image hover 10 Years, 10 Months ago Karma: 0
Okay, figured it out my self. Without the 'Firebug for firefox'

The solution was in .ux-menu-link-level-0
I have just inserted a height:18px;

So the complete css is like this..:

.ux-menu-container
{
width:980px;
margin-left:0px;
height:46px;
padding-top:15px;
background: transparent url('www.broadcomm.co.zm/arcticimport.dk/ny/menuknap.jpg') repeat-x ; !important
background-position:left bottom;
z-index:90;
}

.ux-menu-link-level-0
{

background: none transparent !important;
border:none !important;
height:18px;
}

UL.ux-menu-sub A
{
background: transparent
url('broadcomm.co.zm/arcticimport.dk/ny/images/cdr-grey-transp.png') repeat !important;
border:none;
}


#topmenu .ux-menu LI A.ux-menu-link-hover
{
background-image: url(broadcomm.co.zm/arcticimport.dk/ny/images/stories/arctic-diverse/menuhover.jpg) !important;

margin-top:-9px;
padding-top:19px;
}

#topmenu UL.ux-menu-sub LI A:hover
{
background: none #8b8c8f !important;
color:#ffffff;
z-index:900;

}

#topmenu .ux-menu>LI>A:hover
{
background-image: url(broadcomm.co.zm/arcticimport.dk/ny/images/stories/arctic-diverse/menuhover.jpg) !important;
background-position:top;
z-index:900;
margin-top:-9px;
padding-top:19px;
}

DIV.ux-menu-container
{

padding-top: 9px;
}

DIV.ux-menu-container A.ux-menu-link-level-0>.ux-menu-arrow
{

top: 7px;
}

UL.ux-menu SPAN.ux-menu-arrow
{
display: none;
}





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