Hi there!
I am realtively new to cmsms... but hey everybody started little.
I wanted to style the menu but I dont know how, there are so many stylesheets.
How do I get for example this menu http://www.cssplay.co.uk/menus/definition.html
into the standard template?
If you have more information about customizing than in the wiki, please let me know.
Greeets from Germany
Wolfgang
Styling the vertical menu
Re: Styling the vertical menu
which vert. menu?
what does the right clik view source look like?
what does the right clik view source look like?
Re: Styling the vertical menu
Oh I forgot to mention that I am using cmsms 0.13
The code for the Navigation is this standard navigation menu.
Thanks for your reply
The code for the Navigation is this standard navigation menu.
Code: Select all
<!-- Start Navigation -->
<div id="menu_vert">
<h2 class="accessibility">Navigation</h2>
<ul>
<li><a href="http://localhost/cms/index.php/home" class="currentpage">Home</a>
</li>
<li><a href="http://localhost/cms/index.php/content_types">Content Types</a></li>
<li><a href="http://localhost/cms/index.php/navigation_menus">Menus/Navigation systems</a></li>
<li><a href="http://localhost/cms/index.php/templates_and_stylesheets">Templates and Stylesheets</a></li>
<li><a href="http://localhost/cms/index.php/extensions">Extensions</a>
</li>
</ul>
<hr />
</div>
<!-- End Navigation -->