Hello,
I like the Ari Ext menu.. Wonderfull piece of work.
I have a question though..
How do i make a hover image for the #main container ?
and how do i assign an image to hover for all sub menu items ?
I have the background colors in place with this css:
Code: |
.ux-menu-container
{
padding:7px;
background: transparent url('ny/menuknap.jpg') repeat-x ; !important
z-index:90000;
}
.ux-menu-link-level-0
{
background: none transparent !important;
border:none !important;
}
UL.ux-menu-sub A
{
background: transparent
url('/images/cdr-grey-transp.png') repeat !important;
border:none;
}
|