hallo aus dem nebligen wien,
jetzt habe ich lange rumgewurschtelt und brauche doch noch eure hilfe!
möchte ein horiz. TMENU_LAYERS, bei dem bei ausgewähltem menüpkt der entsprechende layer stehen bleibt. fast habe ich es geschafft, d.h. er ist auch ausgeklappt, doch verschwindet er beim rollover über die anderen navpkte, taucht dann aber wieder auf. natürlich möchte ich, dass er einfach da bleibt. anbei mal mein code ... ist doch für einen kenner sicher nur eine scriptzeile - aber ich komme einfach nicht drauf.
vielen dank im vorraus
lg tulip
page.10{
subparts.TOPNAV = HMENU
subparts.TOPNAV.special = directory
subparts.TOPNAV.special.value = 1
subparts.TOPNAV.1 = TMENU_LAYERS
subparts.TOPNAV.1 {
layerStyle = position:absolute;width:90px;VISIBILITY:hidden;
lockPosition = x
relativeToParentLayer=1
relativeToTriggerItem=1
topOffset=16
leftOffset=-2
displayActiveOnLoad=1
hideMenuWhenNotOver=20
hideMenuTimer = 70
expAll=1
wrap = <table border="0" cellspacing="5" cellpadding="0"><tr>|</tr></table>
NO.allWrap = <td>|</td>
ACT = 1
ACT.allWrap = <td id="navact">|</td>
}
subparts.TOPNAV.2 = TMENU_LAYERS
subparts.TOPNAV.2 {
expAll=1
wrap = <table border="0" cellspacing="0" cellpadding="2"> |</table>
NO.allWrap = <tr id="subnav"><td> | </td></tr>
ACT = 1
ACT.allWrap = <tr id="subact"><td> | </td></tr>
}
}