From menu-php-file
******************
<div id="leftbottom">
<div class="left_menu5"><span class="other_texts_red2"><a href="{$SITE}/index.php?catid=1&omrid=99&fylkeid=1"><font
color="#ffffff">Norge</font></a></span></div>
<div class="left_menu6"><span class="other_texts_red2"><a href="{$SITE}/index.php?catid=1&omrid=1&fylkeid=2"><font
color="#ffffff">Landsdel</font></a></span></div>
<div class="left_menu7"><span class="other_texts_red3"><a href="{$SITE}/index.php?catid=1&omrid=1&fylkeid=4"><font
color="#000000">Fylke</font></a></span></div>
<div class="left_menu4"><span class="other_texts_red2"><a href="{$SITE}/index.php?catid=1&omrid=1&fylkeid=3"><font
color="#ffffff">Kommune</font></a></span></div>
</br>
</div>
<div class="left_menu2"><span class="other_texts_red2">{$TXT_CATEGORY}</span></div>
<div class="lefttop">
{foreach from=$menu_list5 key=myid item=item}
<div class="icon_border">
<div class="folder_icon"><img src="images/folder.gif" border="0" /></div>
<div class="icon_cont">
<div class="other_texts">
{if $FILE_NAME eq 'invite.php' || $FILE_NAME eq
'arkiv.php' || $FILE_NAME eq 'expert_details.php' || $FILE_NAME eq 'question_answer.php' || $FILE_NAME eq
'ask_question.php' || $FILE_NAME eq 'register.php' || $FILE_NAME eq 'forgotpwd.php' || $FILE_NAME eq
'kalender.php' }
<a href="index.php?catid={$item.menu_id}" {if $item.menu_id eq 62332211}
style="color:#cd0627; font-weight:bold;"{/if} >{else}<a href="?catid={$item.menu_id}" {if $item.menu_id eq
62332211} style="color:#cd0627; font-weight:bold;"{/if} >
{/if}
{if $item.menu_id eq $catid}
<strong>{$item.menu_name5}</strong>
{else}
{$item.menu_name5}
{/if}
</a>
</div>
</div>
</div>
{/foreach}
</div>
From CSS-file
***********************
.leftbottom{
width:148px;
_width:149px;
float:left;
background:#9c9c9c;
}
.left_menus{
width:143px;
float:left;
border-bottom:#d9d9d9 1px dashed;
padding:5px 0px 5px 5px;
display:block;
}
.left_menu2{
width:143px;
float:left;
padding:5px 0px 5px 5px;
margin-top:0px;
display:block;
background:#9c9c9c;
}
.left_menu3{
width:148px;
float:left;
padding:0px 0px 0px 0px;
display:block;
}
.left_menu4{
width:143px;
float:left;
padding:5px 0px 5px 5px;
color:#000000;
margin-top:0px;
text-align:center;
display:block;
background:#5178f9;
}
.left_menu5{
width:143px;
float:left;
padding:5px 0px 5px 5px;
color:#000000;
margin-top:0px;
text-align:center;
display:block;
background:#ff0000;
}
.left_menu6{
width:143px;
float:left;
padding:5px 0px 5px 5px;
color:#000000;
margin-top:0px;
text-align:center;
display:block;
background:#008000;
}
.left_menu7{
width:143px;
float:left;
padding:5px 0px 5px 5px;
color:#000000;
margin-top:0px;
text-align:center;
display:block;
background:#ffd900;
}
.other_texts_red{
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color:#ffffff;
font-weight:normal;
}
.other_texts_red2{
font-family: Verdana, Helvetica, sans-serif;
font-size: 13px;
color:#000000;
font-weight:normal;
}
.other_texts_red3{
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
font-weight:normal;
}
.icon_border{
width:148px;
float:left;
border-bottom:#d9d9d9 1px dashed;
margin:0px 0px 0px 0px;
background-color:#b0c4cc;
}
.folder_icon{
float:left;
width:25px;
margin:0px auto;
padding:5px 0px 5px 5px;
}
.other_texts_red{
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color:#ffffff;
font-weight:normal;
}
|