rach
Newbie
Posts: 1
Registered: 3/17/2005
Member Is Offline
|
| posted on 3/17/2005 at 07:05 PM |
|
|
filter problems
I set the level 1 items of a menu to be 85% opaque with the filter(opacity=85) statement in my stylsheets, and called the style from the template for
both mouse_over and mouse_out. It works when the menu opens up for the mouse_out event, and for the mouse_over event, but when you move the mouse out
of an item the filter appears not to activate and the item becomes transparent. Here's the relevant part of the stylesheet:
/* TOP-MENU:LEVEL-1:TABLE */
.top1_table {
background: #BEBEBE;
border: none;
}
/* TOP-MENU:LEVEL-1:INNER */
.top1_inner_out {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration:none;
color: #000000;
}
.top1_inner_over {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration:none;
color: #969696;
}
/* TOP-MENU:LEVEL-1:OUTER */
.top1_outer
{
background: #ffffff;
filter: alpha(opacity=85);
}
And here's the relevant part of the template:
// Level 1 block configuration
{
'width' : 180,
'block_top' : 20,
'block_left' : 5,
'height' : 16,
'vertical' : true,
'wise_pos' : 1,
'hide_delay' : 300,
'table' : [0, 1, 0],
'css' : {
'table' : 'top1_table',
'outer' : 'top1_outer',
'inner' : ['top1_inner_out', 'top1_inner_over']
}
}
I tested the tigra menus before buying tigra gold and this worked perfectly; what's the problem with gold? Thanks for any info...
Rachel
|
|
|
|