suport Posted June 19, 2009 Report Share Posted June 19, 2009 tas ir saistiits ar active elementiem ! piemram vajag ka chill.lv navigacija . kad uzspiezh tad paliek taads .. seit ir mans hltm codinsh navigacijaj ! <!-- buttons --> <tr> <td class="tpl_main_l"></td> <td class="tpl_buttons"> <ul> <li class='tpl_menu_b1'><a href="{$site_url}" title="{$site_name}"><div><h1>{$site_name}</h1></div></a></li> <li class='tpl_menu_b2'><a href="index.php?page=download" title="Downloads"><div><h1>Download</h1></div></a></li> <li class='tpl_menu_b3'><a href="index.php?page=forum" title="Forums"><div><h1>Forums</h1></div></a></li> <li class='tpl_menu_b4'><a href="index.php?page=users&op=register" title="Registreties"><div><h1>Registreties</h1></div></a></li> <li class='tpl_menu_b5'><div><h1></h1></div></a></li> </ul> </td> <td class="tpl_main_r"></td> </tr> seit css .. /* Buttons */ .tpl_buttons a { display:block; } .tpl_buttons ul { margin:0; padding: 0px 0px 0px 0px; list-style: none; background-color: #fff; } .tpl_buttons li { float: left; height:35px; } .tpl_buttons ul li a { height:35px; } .tpl_buttons li div { display:none; } .tpl_menu_b1 { width:69px; background: url(images/jaunumi.png) no-repeat; } .tpl_menu_b1 a:hover { background:url(images/jaunumi1.png) no-repeat; } .tpl_menu_b2 { width:46px; background: url(images/faili.png) no-repeat; } .tpl_menu_b2 a:hover { background:url(images/faili1.png) no-repeat; } .tpl_menu_b3 { width:64px; background: url(images/forums.png) no-repeat; } .tpl_menu_b3 a:hover { background:url(images/forums1.png) no-repeat; } .tpl_menu_b4 { width:100px; background: url(images/reg.png) no-repeat; } .tpl_menu_b4 a:hover { background:url(images/reg1.png) no-repeat; } .tpl_menu_b5 { width:617px; background: url(images/Untitled-3.png) repeat; } .tpl_menu_b5 a:hover { background:url(images/Untitled-3.png) repeat; } .tpl_menu_b6 { width:128px; background: url(images/tpl_buttons.png) -645px -4px no-repeat; } .tpl_menu_b6 a:hover { background:url(images/tpl_buttons.png) -645px -39px no-repeat; } .tpl_menu_b7 { width:123px; background: url(images/tpl_buttons.png) -773px -4px no-repeat; } .tpl_menu_b7 a:hover { background:url(images/tpl_buttons.png) -773px -39px no-repeat; } man vajag ta kad uzspiezhot paliek tas .. tipa activs elements .. nez vaj saprattat .. bet piemers ir chill.lv (tas nav spams ) tiesham palidziet ! Quote Link to comment Share on other sites More sharing options...
kechums Posted June 19, 2009 Report Share Posted June 19, 2009 Katrai pogai iedod savu mainīgo, ja ir iestatīts, tad tu pats redzi, kas notiek outputā: if(isset($links)) { echo " class=\"active\""; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.