SilverDesign
Newbie
Posts: 1
Registered: 8/30/2005
Member Is Offline
|
| posted on 8/30/2005 at 02:25 PM |
|
|
Background image in Active State
hi, am new to this post and have been playing around with the free version of the Tigra Menu.
I have managed to place a background image behind the menus for the root level and on the hover state but cannot seem to place and image behind the
menu on the active state?
Am not sure if this is possilbe on this version or do i need to get the pro version to do this?
here's a copy of my css i am using:
.dm_t-whole {
}
#dm_t-active_link {
font-weight: bold;
color: Red;
}
.dm_t-seperator {
}
/* level 0 */
.dm_t-0 {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 4px;
color: Black;
border: 1px solid White;
height: 18px;
border-bottom: none;
text-align: center;
background-image: url(menuBack.gif);
background-repeat: repeat-y;
}
.dm_t-0_over {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 4px;
color: Black;
border : 1px solid White;
height: 18px;
border-bottom: none;
text-align: center;
cursor: pointer;
background-image: url(menuBackOver.gif);
background-repeat: repeat-y;
}
.dm_t-0_down {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 4px;
color: White;
background-color: #00008B;
border : 1px solid White;
border-bottom: none;
height: 18px;
text-align: center;
background-image: url(menuBackOver.gif);
background-repeat: repeat-y;
}
any help would be much appreciated.
Thanks in advance
|
|
|
|