<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dx3webs &#187; left</title>
	<atom:link href="http://dx3webs.com/front/tag/left/feed/" rel="self" type="application/rss+xml" />
	<link>http://dx3webs.com/front</link>
	<description>Magento: fast.. supported.. managed</description>
	<lastBuildDate>Sun, 22 Jan 2012 17:28:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create a Left hand Navigation in Magento 1.4 1.4x for Modern theme</title>
		<link>http://dx3webs.com/front/2010/08/create-a-left-hand-navigation-in-magento-1-4-1-4x/</link>
		<comments>http://dx3webs.com/front/2010/08/create-a-left-hand-navigation-in-magento-1-4-1-4x/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 18:17:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[hand]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[magetno]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[pop out]]></category>
		<category><![CDATA[toggleMenu]]></category>
		<category><![CDATA[vertical]]></category>
		<category><![CDATA[verticle]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=445</guid>
		<description><![CDATA[Tweet Step 1 Create a new file called vert_nav.phtml in app / design / frontend / YOUR DESIGN / YOURTemplate / template / catalog / navigation add the following to vert_nav.phtml Step 2 In app / design / frontend / YOUR DESIGN / YOURTemplate / layout / catalog.xml NOTE: you are simply commenting out line [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2010%2F08%2Fcreate-a-left-hand-navigation-in-magento-1-4-1-4x%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2010/08/create-a-left-hand-navigation-in-magento-1-4-1-4x/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2010/08/create-a-left-hand-navigation-in-magento-1-4-1-4x/"  data-text="Create a Left hand Navigation in Magento 1.4 1.4x for Modern theme" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><div style='float:left; width:600px;' ><div id='stb-box-6082' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
This is an updated set of instructions from the previous post for 1.3x. A few things have changed with 1.4x which rendered the original information obsolete.  These instruction will allow you to create a left hand vertical navigation as seen <a href="http://www.cl-floraldesigns.co.uk/catalog/">here </a>. For more info see credits / references at the end. These instructions work with the Modern theme.  You will have to adjust for other themes.<br />
</div></div><br />
<span id="more-445"></span><br />
Step 1<br />
Create a new file called  vert_nav.phtml in  app / design / frontend / YOUR DESIGN / YOURTemplate / template / catalog / navigation</p>
<p>add the following to vert_nav.phtml</p>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;vertical-nav-container box base-mini&quot;&gt;
&lt;div class=&quot;vertical-nav&quot;&gt;
&lt;!--&lt;div class=&quot;head&quot;&gt;--&gt;
&lt;!--&lt;h4&gt;--&gt;
&lt;div class=&quot;block block-cart&quot;&gt;
    &lt;div class=&quot;block-title&quot;&gt;
        &lt;strong&gt;&lt;span&gt;&lt;?php echo $this-&gt;__('Categories') ?&gt;&lt;/span&gt;&lt;/strong&gt;
&lt;/div&gt;&lt;!--End block block-cart--&gt;
&lt;div class=&quot;block-content&quot;&gt;
&lt;!--&lt;/h4&gt;--&gt;
&lt;!--&lt;/div&gt;--&gt;&lt;!--End Of head--&gt;
&lt;h4 class=&quot;no-display&quot;&gt;
&lt;?php echo $this-&gt;__('Category Navigation:') ?&gt;&lt;/h4&gt;
&lt;ul id=&quot;nav_vert&quot;&gt;
&lt;?php foreach ($this-&gt;getStoreCategories() as $_category): ?&gt;
&lt;?php echo $this-&gt;drawItem($_category) ?&gt;
&lt;?php endforeach ?&gt; &lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!--End Of vertical-nav--&gt;
&lt;?php echo $this-&gt;getChildHtml('topLeftLinks') ?&gt;
&lt;/div&gt;&lt;!--End Of vertical-nav-container box base-mini--&gt;
</pre>
<p>Step 2<br />
In app / design / frontend / YOUR DESIGN / YOURTemplate / layout / catalog.xml</p>
<pre class="brush: xml; title: ; notranslate">
&lt;!--
Category default layout
--&gt;
    &lt;catalog_category_default translate=&quot;label&quot;&gt;
        &lt;label&gt;Catalog Category (Non-Anchor)&lt;/label&gt;
        &lt;reference name=&quot;root&quot;&gt;
            &lt;action method=&quot;setTemplate&quot;&gt;&lt;template&gt;page/2columns-left.phtml&lt;/template&gt;&lt;/action&gt;
        &lt;/reference&gt;
        &lt;reference name=&quot;left&quot;&gt;
&lt;!--  &lt;block type=&quot;catalog/navigation&quot; name=&quot;catalog.leftnav&quot; after=&quot;currency&quot; template=&quot;catalog/navigation/left.phtml&quot;/&gt;--&gt;
 &lt;block type=&quot;catalog/navigation&quot; before=&quot;-&quot; name=&quot;catalog.vertnav&quot; template=&quot;catalog/navigation/vert_nav.phtml&quot;/&gt;
</pre>
<p>NOTE: you are simply commenting out line 10 and adding line 11</p>
<p>Step 3</p>
<p>In  in skin/frontend/YOURDESIGN/YOURtemplate/css/widgets.css</p>
<pre class="brush: css; title: ; notranslate">

#nav { float:left; margin-top:15px; margin-left:15px; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative;text-transform:uppercase; text-align:left;    }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; margin:1px 8px 11px 1px; padding:3px 8px; }
#nav li.active a { color:#444; }
#nav a { float:left; background:url(../images/nav_top_level_arrow.gif) no-repeat 100% 50%; padding-right:11px; color:#444; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#444; }
#nav li.over,
#nav li.active { margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#nav ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:22px; left:-10000px; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#fcfcfc; font-size:11px; }

/* Show menu */
#nav li.over &gt; ul { left:-1px; }
#nav li.over &gt; ul li.over &gt; ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { padding:3px 0; color:#444 !important; }
#nav ul li a:hover { padding:3px 0; color:#5a7f00 !important; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

    /**********************************************Vertical Nav ****************************************/

    #nav_vert { padding:0 8px; font-size:1em; z-index:999; width:180px; background-color: #F6F6F6; }

    /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */

    #nav_vert li {

    width:200px;

    list-style:none;

    position:relative;

    text-align:left;

    background-color: #F6F6F6;

    border-bottom-width: thin;

    border-bottom-style: solid;

    border-bottom-color: #CCCCCC;

    }

    #nav_vert li.over { z-index:999; }

    #nav_vert li.active { z-index:999; } /* to prevent the li separator from showing through on mouseover on li */

    #nav_vert a { line-height:1.3em; }

    #nav_vert a, #nav_vert a:hover { display:block; text-decoration:none; }

    #nav_vert span { display:block; cursor:pointer; color: #000; }

    /************ 1ST LEVEL ***************/

    #nav_vert li { float:left; background:url(../images/nav_bg.gif) repeat-x 50%; height:30px; margin-right:1px; }

    #nav_vert li.active a { color:#4c6a16; }

    #nav_vert a {

    float:left;

    padding:5px 12px 6px 8px;

    color:#4c6a16;

    font-weight:bold;

    font-family:Trebuchet MS;

    font-size:13px;}

    #nav_vert li.over a, #nav_vert a:hover { color:#CCCCCC; }

    /************ 1ST LEVEL RESET ************/

    #nav_vert ul li, #nav_vert ul li.active {

    float:none;

    height:auto;

    background:none;

    margin:0;

    }

    #nav_vert ul a, #nav_vert ul a:hover {

    float:none;

    padding:0;

    background:none;

    }

    #nav_vert ul li a { font-weight:normal !important; }

    /************ 2ND LEVEL ***********/

    #nav_vert ul {

    position: absolute;

    width:200px;

    margin-left:180px;

    top:0px;

    left:-10000px;

    border:1px solid #666666;

    }

    /* Show menu */

    #nav_vert li.over ul { left:0; }

    #nav_vert li.over ul ul { left:-10000px; }

    #nav_vert li.over ul li.over ul { left:100px; }

    #nav_vert ul li a { background:#FFFFFF/*#ecf3f6*/; }

    #nav_vert ul li a:hover { background: #F2F1D2; /*#d5e4eb;*/ }

    #nav_vert ul li a span { background:url(../images/nav_divider.gif) repeat-x 0 100%; }

    #nav_vert ul li a, #nav_vert ul li a:hover { color:#2f2f2f !important; }

    #nav_vert ul span, #nav_vert ul li.last li span { padding:6px 15px 6px 15px; }

    #nav_vert ul li.last span { background:none; }

    /************ 3RD+ LEVEL ************/

    #nav_vert ul ul { top:5px;}

    #nav_vert ul ul ul { left:-10000px;}

    #nav_vert li.over ul li.over ul ul { left:-10000px;}

    #nav_vert li.over ul li.over ul li.over ul { left:100px; }

       /* Fix for the IE bug */

    #nav_vert iframe {

    position: absolute;

    left: -1px;

    top: 0;

    z-index: -1;

    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);

    }
</pre>
<p>Step 4</p>
<p>copy top.phtml from the base/defualt/template/catalog/navigation to your custom template folder ie app/design/frontend/YOURDESIGN/YOURDESIGN/template/catolog/navigation/top.phtml replace top.phtml</p>
<p>Edit your copy of top.phtml so it look like this</p>
<pre class="brush: xml; title: ; notranslate">
&lt;?php
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
?&gt;
&lt;?php
/**
 * Top menu for store
 *
 * @see Mage_Catalog_Block_Navigation
 */
?&gt;
</pre>
<p>In other words delete all the active code.</p>
<p>Step 5</p>
<p>Add the category block to your home page.</p>
<p>lo on to the back end</p>
<p>CMS &gt;&gt; Pages &gt;&gt; Home Page &gt;&gt; design</p>
<p>in the Design Box paste this code</p>
<pre class="brush: xml; title: ; notranslate">
&lt;reference name=&quot;left&quot;&gt;
    &lt;!--  &lt;block type=&quot;catalog/navigation&quot; name=&quot;catalog.leftnav&quot; after=&quot;currency&quot; template=&quot;catalog/navigation/left.phtml&quot;/&gt;--&gt;
        &lt;block type=&quot;catalog/navigation&quot; before=&quot;-&quot; name=&quot;catalog.vertnav&quot; template=&quot;catalog/navigation/vert_nav.phtml&quot;/&gt;
&lt;/reference&gt;
</pre>
<p>If you are getting errors about  toggleMenu or if the menu appears but the pop out sub-categories do not work you are probably seeing the results of magento dropping support for toggleMenu.</p>
<p>as a quick and dirty fix you can paste:</p>
<pre class="brush: php; title: ; notranslate">
function toggleMenu(el, over)
{
    if (over) {
        Element.addClassName(el, 'over');
    }
    else {
        Element.removeClassName(el, 'over');
    }
}
</pre>
<p>in at the start of js/varien/menu.js</p>
<p>Note this is not upgrade proof..</p>
<p>References / credits:<br />
The original post can be found <a href="http://www.magentocommerce.com/boards/viewthread/720/">here</a> where one <a href="http://www.magentocommerce.com/boards/member/28381/">Peter Hamilton</a> provided most of the clever work at a time when people were just starting to come to terms with Magento.<br />
From this post I extracted the complete solutions and created the original wiki entry <a href="http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/navigation/how_to_create_a_vertical_left_hand_menu">here</a> this has now been updated by <a href="http://www.magentocommerce.com/boards/member/9665/">Bill007</a> to 1.4 compatable and a lot of this post is based on his alterations.<br />
Details how to create an upgrade proof installation by <a href="http://www.magentocommerce.com/boards/member/88185/">Joshua Barrie</a> full details of which can be read <a href="http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/0_-_theming_in_magento/magento_theme_hierarchy-changes_in_cev1.4_and_eev1.8 ">here</a></p>
<div id='stb-container-4718' class='stb-container'><div id='stb-caption-box-4718' class='stb-alert-caption_box stb_caption' style="background-image: url(null); padding-left: 25px; ">Need help?</div><div id='stb-body-box-4718' class='stb-alert-body_box stb_body' ></p>
<p>Having problems? We can install this for you for a small fee.. contact us for details</p>
<p></div></div>
<div id='stb-container-6469' class='stb-container'><div id='stb-caption-box-6469' class='stb-alert-caption_box stb_caption' style="border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-image: url(null); padding-left: 25px; ">Looking for Optimised UK Magento Hosting</div><div id='stb-body-box-6469' class='stb-alert-body_box stb_body' style="color:#000; border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-color: #eeeeee; "><br />
<strong>Rock solid speed and reliability</strong><br />
Robust, reliable, fully backed up, secure <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">UK based Magento</a> hosting for £175 per year. Full details <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">here </a>or <a href="http://dx3webs.com/front/contact-us/">Contact us</a><br />
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/08/create-a-left-hand-navigation-in-magento-1-4-1-4x/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Create a left hand navigation / vertical category in Magento </title>
		<link>http://dx3webs.com/front/2010/01/create-a-left-hand-navigation-verticle-category-in-magento/</link>
		<comments>http://dx3webs.com/front/2010/01/create-a-left-hand-navigation-verticle-category-in-magento/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 18:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[verticle]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=138</guid>
		<description><![CDATA[Tweet Using the modern theme to create a menu like http://www.cl-floraldesigns.co.uk 1) Create vert_nav.phtml in app / design / frontend / default / default / template / catalog / navigation 2) in app / design / frontend / default / modern / layout / catalog.xml add so it looks like this: 3) in skin/frontend/default/modern/css/menu.css Display [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2010%2F01%2Fcreate-a-left-hand-navigation-verticle-category-in-magento%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2010/01/create-a-left-hand-navigation-verticle-category-in-magento/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2010/01/create-a-left-hand-navigation-verticle-category-in-magento/"  data-text="Create a left hand navigation / vertical category in Magento <v1.4" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><div style='float:left; width:600px;' ><div id='stb-container-6440' class='stb-container'><div id='stb-caption-box-6440' class='stb-custom-caption_box stb_caption' style="border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-image: url(null); padding-left: 25px; ">UPDATE</div><div id='stb-body-box-6440' class='stb-custom-body_box stb_body' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; "><br />
Following reports of formatting problems I have rewritten this page with the help of <a href="http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/">SyntaxHighlighter Evolved</a> plugin.  Please use the View Source options when copying code. This works with magento 1.3x for instruction for 1.4x please go <a href="http://dx3webs.com/front/2010/08/create-a-left-hand-navigation-in-magento-1-4-1-4x/">here</a><br />
</div></div></div>
<p>Using the modern theme to create a menu like <a href="http://www.cl-floraldesigns.co.uk">http://www.cl-floraldesigns.co.uk </a></p>
<p><span id="more-138"></span></p>
<p>1)</p>
<p>Create vert_nav.phtml in  app / design / frontend / default / default / template / catalog / navigation</p>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;vertical-nav-container box base-mini&quot;&gt;
&lt;div class=&quot;vertical-nav&quot;&gt;
&lt;div class=&quot;head&quot;&gt;
&lt;h4&gt;&lt;?php echo $this-&gt;__('Categories') ?&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;h4 class=&quot;no-display&quot;&gt;&lt;?php echo $this-&gt;__('Category Navigation:') ?&gt;&lt;/h4&gt;
&lt;ul id=&quot;nav_vert&quot;&gt;
&lt;?php foreach ($this-&gt;getStoreCategories() as $_category): ?&gt;
&lt;?php echo $this-&gt;drawItem($_category) ?&gt;
&lt;?php endforeach ?&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;?php echo $this-&gt;getChildHtml('topLeftLinks') ?&gt;
&lt;/div&gt;
</pre>
<p>2)</p>
<p>in app / design / frontend / default / modern / layout / catalog.xml</p>
<p>add</p>
<pre class="brush: xml; title: ; notranslate">
            &lt;block type=&quot;catalog/navigation&quot; before=&quot;-&quot; name=&quot;catalog.vertnav&quot; template=&quot;catalog/navigation/vert_nav.phtml&quot;/&gt;
</pre>
<p>so it looks like this:</p>
<pre class="brush: xml; highlight: [10]; title: ; notranslate">
&lt;!--
Category default layout
--&gt;
    &lt;catalog_category_default&gt;
        &lt;reference name=&quot;root&quot;&gt;
            &lt;action method=&quot;setTemplate&quot;&gt;&lt;template&gt;page/2columns-left.phtml&lt;/template&gt;&lt;/action&gt;
        &lt;/reference&gt;
        &lt;reference name=&quot;left&quot;&gt;
            &lt;block type=&quot;catalog/navigation&quot; name=&quot;catalog.leftnav&quot; after=&quot;currency&quot; template=&quot;catalog/navigation/left.phtml&quot;/&gt;
            &lt;block type=&quot;catalog/navigation&quot; before=&quot;-&quot; name=&quot;catalog.vertnav&quot; template=&quot;catalog/navigation/vert_nav.phtml&quot;/&gt;
            &lt;block type=&quot;core/template&quot; name=&quot;right.latest.news&quot; template=&quot;callouts/latest_news.phtml&quot;/&gt;
&lt;/reference&gt;
        &lt;reference name=&quot;content&quot;&gt;
</pre>
<p>3) in   skin/frontend/default/modern/css/menu.css</p>
<pre class="brush: css; title: ; notranslate">

    /**********************************************Vertical Nav ****************************************/

    #nav_vert { padding:0 20px; font-size:1em; z-index:999; width:180px; background-color: #F6F6F6; }

    /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */

    #nav_vert li {

    width:200px;

    list-style:none;

    position:relative;

    text-align:left;

    background-color: #F6F6F6;

    border-bottom-width: thin;

    border-bottom-style: solid;

    border-bottom-color: #CCCCCC;

    }

    #nav_vert li.over { z-index:999; }

    #nav_vert li.active { z-index:999; } /* to prevent the li separator from showing through on mouseover on li */

    #nav_vert a { line-height:1.3em; }

    #nav_vert a, #nav_vert a:hover { display:block; text-decoration:none; }

    #nav_vert span { display:block; cursor:pointer; color: #000; }

    /************ 1ST LEVEL ***************/

    #nav_vert li { float:left; background:url(../images/nav_bg.gif) repeat-x 50%; height:30px; margin-right:1px; }

    #nav_vert li.active a { color:#4c6a16; }

    #nav_vert a {

    float:left;

    padding:5px 12px 6px 8px;

    color:#4c6a16;

    font-weight:bold;

    font-family:Trebuchet MS;

    font-size:13px;}

    #nav_vert li.over a, #nav_vert a:hover { color:#CCCCCC; }

    /************ 1ST LEVEL RESET ************/

    #nav_vert ul li, #nav_vert ul li.active {

    float:none;

    height:auto;

    background:none;

    margin:0;

    }

    #nav_vert ul a, #nav_vert ul a:hover {

    float:none;

    padding:0;

    background:none;

    }

    #nav_vert ul li a { font-weight:normal !important; }

    /************ 2ND LEVEL ***********/

    #nav_vert ul {

    position: absolute;

    width:200px;

    margin-left:180px;

    top:0px;

    left:-10000px;

    border:1px solid #666666;

    }

    /* Show menu */

    #nav_vert li.over ul { left:0; }

    #nav_vert li.over ul ul { left:-10000px; }

    #nav_vert li.over ul li.over ul { left:100px; }

    #nav_vert ul li a { background:#FFFFFF/*#ecf3f6*/; }

    #nav_vert ul li a:hover { background: #F2F1D2; /*#d5e4eb;*/ }

    #nav_vert ul li a span { background:url(../images/nav_divider.gif) repeat-x 0 100%; }

    #nav_vert ul li a, #nav_vert ul li a:hover { color:#2f2f2f !important; }

    #nav_vert ul span, #nav_vert ul li.last li span { padding:6px 15px 6px 15px; }

    #nav_vert ul li.last span { background:none; }

    /************ 3RD+ LEVEL ************/

    #nav_vert ul ul { top:5px;}

    #nav_vert ul ul ul { left:-10000px;}

    #nav_vert li.over ul li.over ul ul { left:-10000px;}

    #nav_vert li.over ul li.over ul li.over ul { left:100px; }

    /* Fix for the IE bug */

    #nav_vert iframe {

    position: absolute;

    left: -1px;

    top: 0;

    z-index: -1;

    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);

    }
</pre>
<p>Display on home page</p>
<p>add</p>
<pre class="brush: xml; highlight: [6]; title: ; notranslate">
&lt;reference name=&quot;content&quot;&gt;
&lt;block type=&quot;reports/product_viewed&quot; name=&quot;home.reports.product.viewed&quot; alias=&quot;product_viewed&quot; template=&quot;reports/home_product_viewed.phtml&quot; after=&quot;product_new&quot;&gt;&lt;action method=&quot;addPriceBlockType&quot;&gt;&lt;type&gt;bundle&lt;/type&gt;&lt;block&gt;bundle/catalog_product_price&lt;/block&gt;&lt;template&gt;bundle/catalog/product/price.phtml&lt;/template&gt;&lt;/action&gt;&lt;/block&gt;
&lt;block type=&quot;reports/product_compared&quot; name=&quot;home.reports.product.compared&quot; template=&quot;reports/home_product_compared.phtml&quot; after=&quot;product_viewed&quot;&gt;&lt;action method=&quot;addPriceBlockType&quot;&gt;&lt;type&gt;bundle&lt;/type&gt;&lt;block&gt;bundle/catalog_product_price&lt;/block&gt;&lt;template&gt;bundle/catalog/product/price.phtml&lt;/template&gt;&lt;/action&gt;&lt;/block&gt;
&lt;/reference&gt;
&lt;reference name=&quot;left&quot;&gt;
&lt;block type=&quot;catalog/navigation&quot; before=&quot;-&quot; name=&quot;catalog.vertnav&quot; template=&quot;catalog/navigation/vert_nav.phtml&quot;/&gt;
&lt;action method=&quot;unsetChild&quot;&gt;&lt;alias&gt;right.reports.product.viewed&lt;/alias&gt;&lt;/action&gt;
&lt;action method=&quot;unsetChild&quot;&gt;&lt;alias&gt;right.reports.product.compared&lt;/alias&gt;&lt;/action&gt;
&lt;/reference&gt;
</pre>
<p>to CMS &gt; Pages &gt; Home Page &gt;  Custom Design</p>
<div id='stb-container-1391' class='stb-container'><div id='stb-caption-box-1391' class='stb-alert-caption_box stb_caption' style="border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-image: url(null); padding-left: 25px; ">Looking for Optimised UK Magento Hosting</div><div id='stb-body-box-1391' class='stb-alert-body_box stb_body' style="color:#000; border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-color: #eeeeee; "><br />
<strong>Rock solid speed and reliability</strong><br />
Robust, reliable, fully backed up, secure <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">UK based Magento hosting </a>for £175 per year. Full details <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">here </a>or <a href="http://dx3webs.com/front/contact-us/">Contact us</a><br />
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/01/create-a-left-hand-navigation-verticle-category-in-magento/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

