We blog on many topics around Typo3 and Java / J2EE

The appearance of the navigation is based on media queries. Depending on the screen size the various navigation elements are displayed or hidden.

HTML

<header class="main-head">
   <div id="mobile-menu">
      <f:cObject typoscriptObjectPath="page.10.MOBILE_BTN" />
      <div class="close-mobile-nav" ><a href="#"></a></div>
         <f:cObject typoscriptObjectPath="page.10.MOBILE_NAV" />
      </div>
      <f:cObject typoscriptObjectPath="page.10.MAIN_NAV" />
   </div>
</header>
<f:cObject typoscriptObjectPath="page.10.SUB_NAV" />
<div id="content">
   <f:cObject typoscriptObjectPath="page.10.variables.CONTENT_CENTER" />
</div>
<footer></footer>


Archive

2016 (5)

May (4)

January (1)

2015 (2)

November (1)

May (1)

2014 (1)

April (1)

2012 (3)

May (3)