Page 1 of 1

Styling the vertical menu

Posted: Wed May 31, 2006 4:57 pm
by wbc
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

Re: Styling the vertical menu

Posted: Wed May 31, 2006 7:12 pm
by Dr.CSS
which vert. menu?
what does the right clik view source look like?

Re: Styling the vertical menu

Posted: Thu Jun 01, 2006 5:17 am
by wbc
Oh I forgot to mention that I am using cmsms 0.13
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 -->
Thanks for your reply