Menu issues - Joomla! Forum - community, help and support
hey guys
designed template , im having issues getting menu displayed in correct place.
www.cmtest.digizinestudios.com
if @ site above in ie , menu in correct position in mozilla 30 odd pixels lower down , isnt displayed because goes under neath div tag.
i found out reason doing because change following code:
to code instead.
this sorted out when designning template , previewing. in menu system on joomla, generates flat list looks first example, , problem how round or how should done properly. if knows of place horizontal menu tutorial pleas let me know because think im not doing correctly im not sure what.
many thanks
designed template , im having issues getting menu displayed in correct place.
www.cmtest.digizinestudios.com
if @ site above in ie , menu in correct position in mozilla 30 odd pixels lower down , isnt displayed because goes under neath div tag.
i found out reason doing because change following code:
code: select all
<ul>
<li><a href="#">home</a></li>
<li><a href="#">about</a></li>
<li><a href="#">services</a></li>
<li><a href="#">estimate</a></li>
<li><a href="#">facilities</a></li>
<li><a href="#">world map</a></li>
<li><a href="#">contact</a></li>
</ul>
to code instead.
code: select all
<li><a href="#">home</a></li>
<li><a href="#">about</a></li>
<li><a href="#">services</a></li>
<li><a href="#">estimate</a></li>
<li><a href="#">facilities</a></li>
<li><a href="#">world map</a></li>
<li><a href="#">contact</a></li>
this sorted out when designning template , previewing. in menu system on joomla, generates flat list looks first example, , problem how round or how should done properly. if knows of place horizontal menu tutorial pleas let me know because think im not doing correctly im not sure what.

many thanks
Comments
Post a Comment