kod:
function pokazp(diw) { $("#"+diw).show(); } function schowaj(diw) { document.getElementById(diw).style.display = 'none'; } <pre style="width: 200px; height: 30px; overflow: hidden;" onMouseOver="pokaz('pop{php}echo $i;{/php}');" onMouseOut="schowaj('pop{php}echo $i;{/php}');"> <div id="pop{php}echo $i;{/php}" style="display: none;"> <div style="width: 200px; background: #fff; position: absolute; float: left; display: block; margin-top:-18px; margin-left: 180px; z-index: 99999;"> <ul class="menu"> {foreach item=sub from=$announcementCategorys} {if $sub.children==$item.id} {/if} {/foreach} </ul> </div> {/if} </pre>