Move search field from breadrmb to menu
Posted: Sun Jan 02, 2011 9:53 am
Hi all,
since I don´t have sub-menues I dropped the breadcrumbs from my layout (adjusting "CSSMenu top + 2 columns"- template and attached stylesheets
from the original 1.9.2 CMSMS install).
Now I´m struggling in getting the search field into the menu div right side.
Placing {search} and enclosing div inside the menu div is something I tried, but this does not work.
The search field is still showing below the menu area.
It seems, as if the menu stylesheet reserves the full page widht but I cannot figure it out.
For the moment I´m "just" working with FF3.6.13.
Could somebody point me to the right direction please?
Thanks.
Pio
since I don´t have sub-menues I dropped the breadcrumbs from my layout (adjusting "CSSMenu top + 2 columns"- template and attached stylesheets
from the original 1.9.2 CMSMS install).
Now I´m struggling in getting the search field into the menu div right side.
Placing {search} and enclosing div inside the menu div is something I tried, but this does not work.
The search field is still showing below the menu area.
Code: Select all
..................
</div>
{* End Header *}
{* Start Navigation *}
<div id="menu_vert">
{* stylesheet "Navigation: CSSMenu - Horizontal" *}
<h2 class="accessibility">Navigation</h2>
{menu loadprops=0 template='cssmenu.tpl'}
{* Start Search, the input "Submit" is using an image, CSS: input.search-button *}
<div id="search">
{search}
</div>
{* End Search *}
<hr class="accessibility" />
</div>
{* End Navigation *}
{* Start Content *}
<div id="content">
..............
It seems, as if the menu stylesheet reserves the full page widht but I cannot figure it out.
For the moment I´m "just" working with FF3.6.13.
Could somebody point me to the right direction please?
Thanks.
Pio