Hello All,
Is there an option to show the | Home | Contact | Login | links by default without having to click on the orange down-arrow carrot?
Gallery 1.5.22 (stable)
The easiest solution would be to use a theme that show it by default, which should apply to the majority of available themes. If you want to keep your current theme, please post a link to your gallery.
Theme is Rhinoswelt
http://www.popasmoke.com/newvisions/
Open themes/rhinoswelt/style.css, find
#SYS_MENU {
position:relative;
width:800px;
height:30px;
left: 35px;
top: 5px;
margin:-10px;
padding:0;
z-index:1;
visibility: hidden;
}
and replace with
#SYS_MENU {
position:relative;
width:800px;
height:30px;
left: 35px;
top: 5px;
margin:-10px;
padding:0;
z-index:1;
visibility: visible;
}
To remove the now useless arrow button, open themes/rhinoswelt/theme.php, remove
<td class="top_menu_bttn">
<span class="top_menu_container"><a href="javascript:;" onmouseover="MM_showHideLayers('SYS_MENU','','show')"> <img src="themes/rhinoswelt/images/icons/menu_down.png" border="0" height="16" width="16" alt="" style="vertical-align:middle;" /> </a></span>
</td>
<td><img src="themes/rhinoswelt/images/menu_spacer.gif" width="8" height="35" border="0" alt="" /><br /></td>
completely.
Thank you Αndré,
Perfect!
I appreciate your time.
Please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your thread as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.