Styling the vertical menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
wbc

Styling the vertical menu

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Styling the vertical menu

Post by Dr.CSS »

which vert. menu?
what does the right clik view source look like?
wbc

Re: Styling the vertical menu

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”