<?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>dhtml-menu-builder.com &#187; Menu Release</title>
	<atom:link href="http://www.dhtml-menu-builder.com/blog/category/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dhtml-menu-builder.com/blog</link>
	<description>Tech Tips, Samples and More</description>
	<lastBuildDate>Sat, 01 Oct 2011 13:09:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to add Google style menu bar for your blog- Google nav Menu</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-add-google-style-menu-bar-for-your-blog-google-nav-menu/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-add-google-style-menu-bar-for-your-blog-google-nav-menu/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 14:10:20 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[menu bar]]></category>
		<category><![CDATA[nav menu]]></category>
		<category><![CDATA[style menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1143</guid>
		<description><![CDATA[Google recently updated its all product with new design and also navigation menu in the top of the header. Most of the developers and me too likes google’s new nav menu and want to install this menu style to my &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-add-google-style-menu-bar-for-your-blog-google-nav-menu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/08/google-style-navigation-menu-for-blogger.jpg"><img class="aligncenter size-full wp-image-1144" title="google-style-navigation-menu-for-blogger" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/08/google-style-navigation-menu-for-blogger.jpg" alt="" width="620" height="120" /></a></p>
<p>Google recently updated its all product with new design and also  navigation menu in the top of the header. Most of the developers and me  too likes google’s new nav menu and want to install this menu style to  my blog. The simple code to add Google style navigation menu to header  for blogspot user.</p>
<p>For<strong> Blogspot users:</strong></p>
<p>1. Sign in to blogger.com</p>
<p>2. Go to design and Edit HTML (Note: Download template xml file with download full template)</p>
<p>3. Find  <strong>]]&gt;&lt;/b:skin&gt;</strong> and paste below code to above it.</p>
<p>Code with custom left Search bar:</p>
<p><code><span style="color: #ff0000;">#c4t_topbar { height: 30px; background: #2d2d2d; width:100%; }<br />
#c4t_access { display: block; float: left; }<br />
#c4t_access .menu-header,div.menu { font: 13px/27px Arial,sans-serif; margin-left: 4px; width: 960px; }<br />
#c4t_access .menu-header ul,div.menu ul { list-style: none; margin: 0; }<br />
#c4t_access .menu-header li,div.menu li { float: left; position: relative; }<br />
#c4t_access a { color: #ccc; display: block; height: 29px; line-height: 30px; text-decoration: none; padding: 0 10px; }<br />
#c4t_access ul ul { box-shadow: 0 3px 3px rgba(0,0,0,0.2);  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px  3px rgba(0,0,0,0.2); display: none; position: absolute; top: 38px; left:  0; float: left; width: 180px; z-index: 99999; }<br />
#c4t_access ul ul li { min-width: 180px; }<br />
#c4t_access ul ul ul { left: 100%; top: 0; }<br />
#c4t_access ul ul a { background: #f1f2f4; line-height: 1em; width: 160px; height: auto; padding: 10px; }<br />
#c4t_access li:hover &gt; a,#c4t_access ul ul :hover &gt; a {  background: #444; background: #4c4c4c; color: #fff; -webkit-transition:  all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s  ease-in-out; transition: all 0.5s ease-in-out; }<br />
#c4t_access ul li:hover &gt; ul { display: block; }<br />
#c4t_access ul li.current_page_item &gt; a,#c4t_access ul  li.current-menu-ancestor &gt; a,#c4t_access ul li.current-menu-item &gt;  a,#c4t_access ul li.current-menu-parent &gt; a,* html #c4t_access ul  li.current_page_item a,* html #c4t_access ul li.current-menu-ancestor  a,* html #c4t_access ul li.current-menu-item a,* html #c4t_access ul  li.current-menu-parent a,* html #c4t_access ul li a:hover { height:  28px; line-height: 27px; border-top: 2px solid #DD4B39; color: #FFFFFF;  font-weight: bold; }<br />
/* Google Search Navbar*/<br />
#google-search {<br />
width:175px;<br />
height:19px;<br />
float:right;<br />
moz-border-radius:10px 10px 10px 10px;border-radius:10px;border:3px  solid #B1C3FC;margin:5px 0   0;padding:1px;background-color:#F1F4FE;<br />
display:block;<br />
margin:5px 5px 0 0;<br />
}<br />
#google-search form {<br />
float:left;<br />
}<br />
img.magnify {<br />
position:relative;<br />
top:7px;<br />
left:-5px;<br />
display:none;<br />
}<br />
#google-search input[type="text"] {<br />
float:left;<br />
width:150px;<br />
font-size: 12px;<br />
border:1px solid #186F9A !important;<br />
font-family:Arial;<br />
padding:2px 10px !important;<br />
margin:1px 0 0 0;<br />
}<br />
#google-search input[type="submit"] {<br />
display:none;<br />
}</span></code></p>
<p><code> </code></p>
<p><code>Code without Search Bar:</code></p>
<p><code><code><span style="color: #ff0000;">#c4t_topbar { height: 30px; background: #2d2d2d; width:100%; }<br />
#c4t_access { display: block; float: left; }<br />
#c4t_access .menu-header,div.menu { font: 13px/27px Arial,sans-serif; margin-left: 4px; width: 960px; }<br />
#c4t_access .menu-header ul,div.menu ul { list-style: none; margin: 0; }<br />
#c4t_access .menu-header li,div.menu li { float: left; position: relative; }<br />
#c4t_access a { color: #ccc; display: block; height: 29px; line-height: 30px; text-decoration: none; padding: 0 10px; }<br />
#c4t_access ul ul { box-shadow: 0 3px 3px rgba(0,0,0,0.2);  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px  3px rgba(0,0,0,0.2); display: none; position: absolute; top: 38px; left:  0; float: left; width: 180px; z-index: 99999; }<br />
#c4t_access ul ul li { min-width: 180px; }<br />
#c4t_access ul ul ul { left: 100%; top: 0; }<br />
#c4t_access ul ul a { background: #f1f2f4; line-height: 1em; width: 160px; height: auto; padding: 10px; }<br />
#c4t_access li:hover &gt; a,#c4t_access ul ul :hover &gt; a {  background: #444; background: #4c4c4c; color: #fff; -webkit-transition:  all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s  ease-in-out; transition: all 0.5s ease-in-out; }<br />
#c4t_access ul li:hover &gt; ul { display: block; }<br />
#c4t_access ul li.current_page_item &gt; a,#c4t_access ul  li.current-menu-ancestor &gt; a,#c4t_access ul li.current-menu-item &gt;  a,#c4t_access ul li.current-menu-parent &gt; a,* html #c4t_access ul  li.current_page_item a,* html #c4t_access ul li.current-menu-ancestor  a,* html #c4t_access ul li.current-menu-item a,* html #c4t_access ul  li.current-menu-parent a,* html #c4t_access ul li a:hover { height:  28px; line-height: 27px; border-top: 2px solid #DD4B39; color: #FFFFFF;  font-weight: bold; }</span></code></p>
<p>4. Find <strong>&lt;body&gt;</strong> and copy below code and paste to below body section.</p>
<p>HTML Code with Search bar:</p>
<p><span style="color: #ff0000;"><code><span style="color: #ff0000;">&lt;!--  Start Goog</span><span style="color: #ff0000;">le style menu bar with search for blogspot by care4tech.com --&gt;<br />
&lt;div id='c4t_topbar'&gt;<br />
&lt;div id='c4t_access'&gt;<br />
&lt;div class='menu'&gt;<br />
&lt;ul&gt;</span><br />
<span style="color: #ff0000;">&lt;li class='current_page_item'&gt;<br />
&lt;a href=' ' title='home'&gt;Home&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li class='current_page_item'&gt;<br />
&lt;a href='http://www.thangaraju.com ' title='Portfolio'&gt;thangaraju blog&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a href=' http://www.care4tech.com/' title='Technology care'&gt;care4tech&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li class='current_page_item'&gt;<br />
&lt;a href=' http://www.w3newz.com/' title='Entertainment blog'&gt;w3newz&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a href=' http://www.technodriller.com/' title='product review'&gt;Technodriller&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li class='current_page_item'&gt;<br />
&lt;a href=' http://www.digzzy.com/' title='Digital Life'&gt;Digzzy&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;<br />
&lt;a href=' http://www.chitradesam.com/' title='Online moives'&gt;Movies&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;div id='google-search'&gt;<br />
&lt;form action='/search' id='searchThis' method='get' style='display:  inline;'&gt;&lt;input id='searchBox' name='q'  onblur='if(this.value==&amp;apos;&amp;apos;)this.value=this.defaultValue;'   onfocus='if(this.value==this.defaultValue)this.value=&amp;apos;&amp;apos;;'  style='width: 150px;color:#636363;' type='text' value='Search this  Site' vinput=''/&gt; &lt;input id='searchButton' type='submit'  value='Go'/&gt;&lt;/form&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;br/&gt;<br />
&lt;!-- End Google style Nav menu bar with search for blogspot by care4tech.com --&gt;</span></code></span></p>
<p>Google Navigation Menu without Custom search:</p>
<p><span style="color: #ff0000;"><code><span style="color: #ff0000;">&lt;!--  Start Google style menu bar for blogspot by care4tech.com --&gt;<br />
&lt;div id='c4t_topbar'&gt;</span><br />
<span style="color: #ff0000;">&lt;div id='c4t_access'&gt;<br />
&lt;div class='menu'&gt;<br />
&lt;ul&gt;<br />
&lt;li class='current_page_item'&gt;<br />
&lt;a href=' ' title='home'&gt;Home&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li class='current_page_item'&gt;<br />
&lt;a href='http://www.thangaraju.com ' title='Portfolio'&gt;thangaraju blog&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li &gt;<br />
&lt;a href=' http://www.care4tech.com/' title='Technology care'&gt;care4tech&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li class='current_page_item'&gt;<br />
&lt;a href=' http://www.w3newz.com/' title='Entertainment blog'&gt;w3newz&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li &gt;<br />
&lt;a href=' http://www.technodriller.com/' title='product review'&gt;Technodriller&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li class='current_page_item'&gt;<br />
&lt;a href=' http://www.digzzy.com/' title='Digital Life'&gt;Digzzy&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;li &gt;<br />
&lt;a href=' http://www.chitradesam.com/' title='Online moives'&gt;Movies&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;!-- End Google style menu bar for blogspot by care4tech.com --&gt;</span></code></span></p>
<p>5. Save template to view Google style navigation.</p>
<p>Note: For both CSS and HTML code above to match with custom search bar or without custom search bar.</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-add-google-style-menu-bar-for-your-blog-google-nav-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Your Tree Menu with Customizable Styles</title>
		<link>http://www.dhtml-menu-builder.com/blog/diy-your-tree-menu-with-customizable-styles/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/diy-your-tree-menu-with-customizable-styles/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 17:00:25 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[menu style]]></category>
		<category><![CDATA[menu tree]]></category>
		<category><![CDATA[navigation tree menu]]></category>
		<category><![CDATA[tree menu]]></category>
		<category><![CDATA[tree menus]]></category>
		<category><![CDATA[web menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=740</guid>
		<description><![CDATA[For website, navigation tree menu maybe keep the same menu link and menu text for long time.  Is it tedious? No, web designer won’t make it come true. The experienced designers can apply diverse styles to make tree menu attractive &#8230; <a href="http://www.dhtml-menu-builder.com/blog/diy-your-tree-menu-with-customizable-styles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For website, navigation tree menu maybe keep the same menu link and menu text for long time.  Is it tedious? No, web designer won’t make it come true. The experienced designers can apply diverse styles to make tree menu attractive and stunning.  Almost all elements in tree menu can be customized, and become the spotlight to beautify the website.</p>
<p>The tree menu will present a new look even a tiny element is modified, which brings exciting to website. With <a href="http://www.sothink.com/product/treemenu/" target="_blank">Sothink Tree Menu</a>, the beginners can customize the styles in intuitive interface with ease; it provides image library of various types to design menu tree style; and the outside files can be imported to tree menu to form your own style.</p>
<p>Let’s compare some tree menus, and view the magic about tree menu style:</p>
<ol>
<li>Set size to get another tree menu, which is completely different menu tree.<br />
(Enter “Global Settings &gt; General” to set width and height for the whole tree menu)<br />
<img title="tree-menu-size" src="../wp-content/uploads/2010/12/tree-menu-size.gif" alt="Tree Menu Size" width="562" height="577" /></li>
<li>Set properties for tree menu and its items to build a totally different web menu, these properties include background, color, font, etc.<br />
(Select node in  Tree panel, and enter  “Node Settings &gt; Font” or “Node Settings  &gt; Background” panel to set their properties.)<br />
<img class="aligncenter size-full wp-image-745" title="tree-menu-properties" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/12/tree-menu-properties.gif" alt="Tree Menu Style" width="593" height="721" /></li>
<li>Add graphics to customize button, line, arrow and cursor images.<br />
(Select node or sub-tree; enter the related option in “Global Settings” panel to set image properties.)</p>
<p><img class="aligncenter size-full wp-image-744" title="tree-menu-image" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/12/tree-menu-image.gif" alt="Customize Tree Menu" width="643" height="534" /></li>
<li>Disable some nodes in tree menu, which needs to be changed from time to time.<br />
(Check the selected nodes, and enter   “Node Settings &gt; Advanced” to set this function)</p>
<p><img class="aligncenter size-full wp-image-743" title="tree-menu-disable" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/12/tree-menu-disable.gif" alt="Disable Tree Menu" width="622" height="549" /></li>
<li>Tree menu expands its sub-tree with dynamic and visual effect after mouse interacts with menu tree, which gives the visitors deep impression. The program presets the various effects for showing or hiding sub-tree respectively, effect speed can be set too.</li>
</ol>
<p>View more <a href="http://www.sothink.com/product/treemenu/samples.htm" target="_blank">tree menu samples</a> to get inspiration; <a href="http://www2.sothink.com/download/stmenu.zip" target="_blank">download tree menu builder</a> to DIY your tree menu with customizable menu style.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/diy-your-tree-menu-with-customizable-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 new-arrival free tree menu templates in Sothink Tree Menu</title>
		<link>http://www.dhtml-menu-builder.com/blog/5-new-arrival-free-tree-menu-templates-in-sothink-tree-menu/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/5-new-arrival-free-tree-menu-templates-in-sothink-tree-menu/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 17:14:56 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[free tree menu]]></category>
		<category><![CDATA[tree menu]]></category>
		<category><![CDATA[tree menu sample]]></category>
		<category><![CDATA[tree menu template]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=656</guid>
		<description><![CDATA[With Sothink Tree menu 3.0 release, add 14 free menu templates in the program. Below will show 5 favorite menu samples:]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://www.sothink.com/product/treemenu/" target="_blank">Sothink Tree menu</a> 3.0 release, add 14 <a href="http://www.sothink.com/product/treemenu/samples.htm" target="_blank">free menu templates</a> in the program. Below will show 5 favorite menu samples:<a href="http://www.sothink.com/product/treemenu/samples.htm"><br />
</a><a href="http://www.sothink.com/product/treemenu/samples.htm"><br />
</a><a href="http://www.sothink.com/product/treemenu/samples.htm"></a><a href="http://www.sothink.com/product/treemenu/samples.htm"><img class="aligncenter size-full wp-image-664" title="tree-menu-samples" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/12/tree-menu-samples.jpg" alt="" width="516" height="430" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/5-new-arrival-free-tree-menu-templates-in-sothink-tree-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sothink Tree Menu 3.0 Supports Windows 7 &amp; IE 9 Beta</title>
		<link>http://www.dhtml-menu-builder.com/blog/sothink-tree-menu-3-0-supports-windows-7-ie-9-beta/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/sothink-tree-menu-3-0-supports-windows-7-ie-9-beta/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 16:55:31 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[dhtml tree menu]]></category>
		<category><![CDATA[javascript menu]]></category>
		<category><![CDATA[menu tree]]></category>
		<category><![CDATA[navigation tree menu]]></category>
		<category><![CDATA[tree menu]]></category>
		<category><![CDATA[tree menu templates]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=654</guid>
		<description><![CDATA[Sothink Tree Menu releases its new version 3.0 recently, which supports Windows 7 and IE 9 Beta. As quality seekers, maybe the web designers need to create tree menu on Windows 7, and viewers the same with you, they would &#8230; <a href="http://www.dhtml-menu-builder.com/blog/sothink-tree-menu-3-0-supports-windows-7-ie-9-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sothink.com/product/treemenu/" target="_blank">Sothink Tree Menu</a> releases its new version 3.0 recently, which supports Windows 7 and IE 9  Beta. As quality seekers, maybe the web designers need to create tree  menu on Windows 7, and viewers the same with you, they would like to  enjoy navigation tree menu in IE 9 Beta. Sothink Tree Menu enables you  create DHTML tree menu on Windows 7, and generate the web menu  compatible with IE 9 Beta. What’s more, this tree menu builder provides  50+ free tree menu templates to match with various website styles;  versatile image library available; fully customize menu style.  Seamlessly integrate with DW, FP and EW.</p>
<p>First at all, check out stunning <a href="http://www.sothink.com/product/treemenu/samples.htm" target="_blank">tree menu samples</a> in IE 9 Beta:</p>
<p><a href="http://www.sothink.com/product/treemenu/samples.htm"><img title="tree-menu-builder" src="http://www.sothink.com/blog/wp-content/uploads/2010/12/tree-menu-builder.jpg" alt="tree-menu-builder" width="496" height="238" /></a></p>
<p><span id="more-654"></span>Create navigation tree menu with Sothink Tree Menu on Window 7, you can:</p>
<ul>
<li>Generate cross-browser tree menu. (Support IE 9 Beta, Google Chrome, FireFox 3, Opera 9.5 and Safari 3.1!)</li>
<li>Get SE friendly JavaScript Tree menu.</li>
<li>Create database tree menu with ASP, PHP and JSP.</li>
<li>Build functional tree menus, including sound tree menu, highlight menu tree and control tree menu by external text or image.</li>
<li>Apply preset special effect to your tree menu.</li>
<li>Fully customize the tree menu style, like font, icon, button, background, line, border, cursor, tool tip, etc.</li>
<li>Edit tree menu in HTML editors directly.</li>
</ul>
<p><a href="http://www.sothink.com/product/treemenu/features.htm" target="_blank">View all features about tree menu builder &gt;&gt;</a></p>
<p><a href="http://www2.sothink.com/download/stmenu.zip" target="_blank">Download Sothink Tree Menu</a> to build navigation tree menu on Windows 7, and view this menu tree in IE 9 Beta.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/sothink-tree-menu-3-0-supports-windows-7-ie-9-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Eye-catching Navigation Menu Samples</title>
		<link>http://www.dhtml-menu-builder.com/blog/five-eye-catching-navigation-menu-samples/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/five-eye-catching-navigation-menu-samples/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 13:12:50 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[javascript menu]]></category>
		<category><![CDATA[navigation menu]]></category>
		<category><![CDATA[web menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=482</guid>
		<description><![CDATA[The eye-catching and attractive menu is vital element on website. The navigation menu is usually the area in site which gets the most traffic. To judge the web menu is good one, you can analyse it by three aspect: great &#8230; <a href="http://www.dhtml-menu-builder.com/blog/five-eye-catching-navigation-menu-samples/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The eye-catching and attractive menu is vital element on website. The navigation menu is usually the area in site which gets the most traffic. To judge the web menu is good one, you can analyse it by three aspect: great interaction with mouse event; wonderful menu style and matchable with website; clear navigation and easy operation. Here lists five JavaScript menus, let&#8217;s check out these excellents DHTML menus: </p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/2pitchcom27.jpg"><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/2pitchcom27.jpg" alt="" title="JavaScript Menu" width="485" height="139" class="aligncenter size-full wp-image-487" /></a></p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/wwwtvrdekcz.jpg"><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/wwwtvrdekcz.jpg" alt="" title="DHTML menu" width="485" height="139" class="aligncenter size-full wp-image-486" /></a></p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/jayhaflingcom33.jpg"><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/jayhaflingcom33.jpg" alt="" title="navigation menu" width="485" height="139" class="aligncenter size-full wp-image-485" /></a></p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/imenestrelliit31.jpg"><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/imenestrelliit31.jpg" alt="" title="navigation bar" width="485" height="139" class="aligncenter size-full wp-image-484" /></a></p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/gpachecofr29.jpg"><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/10/gpachecofr29.jpg" alt="" title="dhtml menu" width="485" height="139" class="aligncenter size-full wp-image-483" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/five-eye-catching-navigation-menu-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sothink DHTML Menu 9.6 Supports IE9 Beta</title>
		<link>http://www.dhtml-menu-builder.com/blog/sothink-dhtml-menu-9-6-supports-ie9-beta/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/sothink-dhtml-menu-9-6-supports-ie9-beta/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 14:43:15 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[cross-browser menu]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[javascript menu]]></category>
		<category><![CDATA[navigation bar]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=442</guid>
		<description><![CDATA[DHTML Menu supports IE9 beta in its new version of 9.6. With Microsoft IE9 Beta release, you can use this powerful IE browser later, which is optimized in performance, HTML5, Graphic and Browser. As an essential web element, JavaScript menu/DHTML &#8230; <a href="http://www.dhtml-menu-builder.com/blog/sothink-dhtml-menu-9-6-supports-ie9-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="http://www.sothink.com/product/dhtmlmenu/" href="http://www.sothink.com/product/dhtmlmenu/" target="_blank"><img class="alignleft" title="IE9" src="http://www.sothink.com/blog/wp-content/uploads/2010/10/1.png" alt="" width="180" height="179" />DHTML Menu</a> supports IE9 beta in its new version of 9.6. With Microsoft IE9 Beta  release, you can use this powerful IE browser later, which is  optimized in performance, HTML5, Graphic and Browser. As an essential  web element, <a title="http://www.sothink.com/product/dhtmlmenu/" href="http://www.sothink.com/product/dhtmlmenu/" target="_blank">JavaScript menu</a>/DHTML  menu needs to be compatible with the main-stream browser of IE9 to get  better browsing experience. DHTML Menu enables you to create  cross IE9 beta navigation bars without any skills; 100+ built-in  templates are available to be applied to your website directly.</p>
<p><strong>What is Sothink DHTML Menu? </strong><br />
Sothink DHTML Menu is a drop down menu builder, which assistant you in  making cross-browser menu, fast-loading menu and SE friendly menu in  clicks. 100+ templates &amp; 30 styles included; integration with  main-stream web editors; support database driven menus; fully customize  menu style.</p>
<p><strong>Main features</strong>:<br />
* Full cross-browser compatibility, support IE9 beta.<br />
* Seamlessly integrates with DW, FP, EW and GoLive.<br />
* Supports database driven navigation menu with ASP, PHP, JSP, ASP.NET, ColdFusion.<br />
* Creates functional navigation menu, such as tab menu, highlight menu,  scrolling menu, cross-frame menu, multi-level/multi-column menu, custom  menu, floating menu, etc.<br />
* Offers 100 + free templates, 30+ preset styles; and provides image library for menu design.<br />
* Publish wizard guides you to publish the drop down menu to website step by step.<br />
* Customize web menu properties, like font, icon, background, border, cursor, tool tip, etc.</p>
<p><strong>Check some samples of DHTML Menu: </strong></p>
<p>1.	<a title="http://www.sothink.com/product/dhtmlmenu/samples/" href="http://www.sothink.com/product/dhtmlmenu/samples/" target="_blank">Anchor chain drop down menu</a></p>
<p><a title="http://www.sothink.com/product/dhtmlmenu/samples/" href="http://www.sothink.com/product/dhtmlmenu/samples/" target="_blank"><img title="DHTML Menu " src="http://www.sothink.com/blog/wp-content/uploads/2010/10/1.GIF" alt="DHTML Menu " width="641" height="219" /></a></p>
<p>2.	<a title="http://www.sothink.com/product/dhtmlmenu/samples/" href="http://www.sothink.com/product/dhtmlmenu/samples/" target="_blank">Grass green web menu</a></p>
<p><a title="http://www.sothink.com/product/dhtmlmenu/samples/" href="http://www.sothink.com/product/dhtmlmenu/samples/" target="_blank"><img title="drop down menu " src="http://www.sothink.com/blog/wp-content/uploads/2010/10/2.GIF" alt="drop down menu " width="564" height="184" /></a></p>
<p>3.	<a title="http://www.sothink.com/product/dhtmlmenu/samples/" href="http://www.sothink.com/product/dhtmlmenu/samples/" target="_blank">Notepad navigation menu</a></p>
<p><a title="http://www.sothink.com/product/dhtmlmenu/samples/" href="http://www.sothink.com/product/dhtmlmenu/samples/" target="_blank"><img title="navigation bar" src="http://www.sothink.com/blog/wp-content/uploads/2010/10/3.GIF" alt="navigation bar" width="564" height="208" /></a></p>
<p><a title="http://www2.sothink.com/download/sdmenu.zip" href="http://www2.sothink.com/download/sdmenu.zip" target="_blank">Download Sothink DHTML Menu</a> to create a well cross-browser menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/sothink-dhtml-menu-9-6-supports-ie9-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to insert one menu to many page and upgrade them?</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-insert-one-menu-to-many-page-and-upgrade-them/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-insert-one-menu-to-many-page-and-upgrade-them/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 16:50:08 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Multiple Languages]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[js menu]]></category>
		<category><![CDATA[navigation menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=383</guid>
		<description><![CDATA[&#8211;There are four ways to insert one DHTML menu into many pages. First One: If you have FrontPage, you can use the shared borders or include page function to do so. Please check work with shared borders. Second One: If &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-insert-one-menu-to-many-page-and-upgrade-them/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8211;There are four ways to insert one DHTML menu into many pages.<br />
<strong>First One:</strong><br />
If you have FrontPage, you can use the shared borders or include page function to do so. Please check <a title="http://www.sothink.com/tutorials/insert-menu-to-pages-by-shared-borders-in-fp.htm" href="http://www.sothink.com/tutorials/insert-menu-to-pages-by-shared-borders-in-fp.htm" target="_blank">work with shared borders</a>.<br />
<strong>Second One:</strong><br />
If you have Expression Web, you can use DWT (dynamic web template) to do so. Please check work with <a title="http://www.sothink.com/tutorials/insert-a-menu-to-page-by-dwt-in-expression-web.htm" href="http://www.sothink.com/tutorials/insert-a-menu-to-page-by-dwt-in-expression-web.htm" target="_blank">dynamic web template</a>.<br />
<strong>Third One:</strong><br />
If you use Dreamweaver, you can use the Library function to do so.<br />
Please check <a title="http://www.sothink.com/tutorials/insert-menu-to-multiple-pages-by-library-in-dw.htm" href="http://www.sothink.com/tutorials/insert-menu-to-multiple-pages-by-library-in-dw.htm" target="_blank">work with library in Dreamweaver</a>.<br />
<strong>Fourth One (recommend):</strong><br />
Use the program alone to create a separate js include file. (Suggest you to use absolute path in links); and then insert the js file into the web page. Please check &#8220;<a href="http://www.sothink.com/tutorials/insert-a-menu-by-including-separate-js-file.htm" target="_blank">Insert a Menu by Including Separate JS File</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-insert-one-menu-to-many-page-and-upgrade-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create a stunning and effective drop-down menu?</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-create-a-stunning-and-effective-drop-down-menu/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-create-a-stunning-and-effective-drop-down-menu/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 07:58:14 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[navigation menu]]></category>
		<category><![CDATA[navigation tool]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=282</guid>
		<description><![CDATA[Generally speaking, some web developers and usability enthusiasts regard using drop down menus as the bad practice that makes them confusing, annoying and oftentimes dysfunctional. Nevertheless, as a designer part, drop-down menus are an excellent feature because they help clean &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-create-a-stunning-and-effective-drop-down-menu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Generally speaking, some web developers and usability enthusiasts regard using drop down menus as the bad practice that makes them confusing, annoying and oftentimes dysfunctional. Nevertheless, as a designer part, drop-down menus are an excellent feature because they help clean up a busy layout.</p>
<p>Drop-down menus do in fact organize content into small and uncluttered elements, if structured correctly, drop-down menus can be a great navigation tool, while still being a usable and attractive design feature.</p>
<p>How to create a stunning and effective drop-down menu? Here are some tips and ways to make this controversial element more usable.</p>
<ul>
<li><strong>Add a Hover Effect to Menu Options</strong></li>
</ul>
<p>As the navigation itself affects the usability of the drop-down menu, adding a hover effect to the menu options is good to make the menu work better with the drop-down menus. In this case, the user will be easily to find exactly which button in the navigation menu is extending from, and it is much helpful.</p>
<p>You can see the example below, which shows a strong hover effect on the navigation options, and it contributes to support the drop-down menu.</p>
<p><img class="aligncenter" title="Drop Down Menu Builder" src="http://www.sothink.com/page/drop-down-menu/images/menu-hover.JPG" alt="" width="450" height="350" /></p>
<p>P.S. Such kind of drop-down menus can be easily created by Sothink DHTML Menu.</p>
<ul>
<li> <strong>Extend the Deactivation of a Hover</strong></li>
</ul>
<p>You had better avoid a hover structure and many levels in a drop-down menu, but it is restricted to the navigation you are trying to create, if so, just try your best to improve the usability of a hover and multi-level menu!<br />
Please check the next drop-down menus, which have multiple levels with a wide focus range. It means that the user have to move the mouse pointer some distance away from the menu to close it.</p>
<p><img class="aligncenter" title="Sothink DHTML Menu" src="http://www.sothink.com/page/drop-down-menu/images/menu-extend.jpg" alt="" width="450" height="350" /></p>
<p>If the user moves the pointer away from the menu, the drop-down menus will mostly disappear soon. So, please delay its disappearance or get a click function that requires users to click outside the menu area to close the drop-down menu like the Lightbox does.</p>
<ul>
<li> <strong>Keep off Multi Levels in a Drop-Down</strong></li>
</ul>
<p>It is unwise that one creates drop-down menus in terms of usability. For example, a hover menu structure will make the user lose focus on the menus once the user moves away from the mouse pointer.<br />
The picture below shows the unpleasant hover menus. Apparently, it is hard to use because you have to start from the top whenever even slightly losing focus of the menu with the mouse pointer. To be worse, the tooltip there will hamper the navigation.</p>
<p><img class="aligncenter" title="Drop Down Menu" src="http://www.sothink.com/page/drop-down-menu/images/menu-level.jpg" alt="" width="450" height="350" /></p>
<ul>
<li> <strong>Throw out Tooltips</strong></li>
</ul>
<p>Although it is certain that little details impact usability when you design drop-down menus, you’d better realize the presence or lack of tooltips, for the tooltips usually may get in the way and sometimes even block the first list item in the drop-down menu. So please remove tooltips from buttons with drop-down menus.<br />
Take the website below for example, the drop-down menus take up a large part in the page, which let the tooltip block many listed items and make navigation much more difficult.</p>
<p><img class="aligncenter" title="navigation bar" src="http://www.sothink.com/page/drop-down-menu/images/menu-tooltip.jpg" alt="" width="450" height="350" /></p>
<ul>
<li> <strong>Do Seamless Transitions</strong></li>
</ul>
<p>Many websites make such a mistake: in order to attract the more visitors, they make the websites look brilliant but with the heavy drop-down menus, which take more than an instant to load upon the hover. However, a good drop-down menu ought to appear seamlessly and without interruption once it appears, otherwise, it will be unpractical.<br />
So transition effects are the better way to avoid it happens. It is cool that throw in a wipe down or fade in for the drop-down menu instead of the simply appearing menu, but please make sure the transition quick and not disruptive.<br />
Observe the image below, you will find the drop-down menu is pretty clear with a seamless transitions.</p>
<p><img class="aligncenter" title="web menu" src="http://www.sothink.com/page/drop-down-menu/images/menu-sothink.jpg" alt="" width="456" height="270" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-create-a-stunning-and-effective-drop-down-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Black Menu for Inspiration</title>
		<link>http://www.dhtml-menu-builder.com/blog/black-menu-for-inspiration/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/black-menu-for-inspiration/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 08:51:48 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[black menu]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website color]]></category>
		<category><![CDATA[website navigation]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=277</guid>
		<description><![CDATA[Website color is vital component for web design. Many website designers are likely to choose black as main color from a marketing point of view. In order to get a certain harmony, the web elements usually apply the similar or &#8230; <a href="http://www.dhtml-menu-builder.com/blog/black-menu-for-inspiration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Website color is vital component for web design. Many website designers are likely to choose black as main color from a marketing point of view. In order to get a certain harmony, the web elements usually apply the similar or the same color to match with web design, for example, black menu is used on the black website.</p>
<p>Black menu is color joker, it is widely used for the various website colors which ranges from light to dark, the classic color includes black&#038;white, red&black; black menu conveys the sense of fashion, business, reliance; black menu is plain and high capacity to contain almost all URL links to reach the target page quickly. Black menu is absolutely the popular menu, let&#8217;s view the excellent black menus from the famous companies:</p>
<p><strong>Adobe</strong><br />
<a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/08/adobe.gif"><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/08/adobe.gif" alt="" title="adobe-black menu" width="441" height="205" class="aligncenter size-full wp-image-278" /></a></p>
<p><strong>Sony</strong><br />
<a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/08/sony.gif"><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/08/sony.gif" alt="" title="sony" width="431" height="266" class="aligncenter size-full wp-image-279" /></a><br />
<strong>Nero</strong><br />
<a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/08/nero.gif"><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/08/nero.gif" alt="" title="nero-black menu" width="500" height="261" class="aligncenter size-full wp-image-280" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/black-menu-for-inspiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Menu and Its Features</title>
		<link>http://www.dhtml-menu-builder.com/blog/adobe-menu-and-its-features/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/adobe-menu-and-its-features/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 07:56:57 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Menu Release]]></category>
		<category><![CDATA[adobe menu]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[web navigation]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=272</guid>
		<description><![CDATA[Adobe is a well-known computer software company, it has historically focused upon the creation of multimedia and creativity software products. Though Adobe Systems Incorporated develops so many excellent software, services, resources, etc, you will find everything quickly with the help &#8230; <a href="http://www.dhtml-menu-builder.com/blog/adobe-menu-and-its-features/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adobe is a well-known computer software company, it has historically focused upon the creation of multimedia and creativity software products. Though Adobe Systems Incorporated develops so many excellent software, services, resources, etc, you will find everything quickly with the help of Adobe menu, and won&#8217;t get lost on their website. How does Adobe menu navigation website effectively? Let&#8217;s take a look of snapshot from Adobe website:</p>
<p><img src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2010/08/adobe-menu.gif" alt="" title="adobe-menu" width="541" height="272" class="aligncenter size-full wp-image-273" /></p>
<p><strong>Adobe Menu &#8211; Features:</strong></p>
<p>In this Adobe menu, menu background and website background are the same, which makes you feel harmonious. At the first sight, just plain text links are on website, but you will see so many menu items after the mouse is over on the top adobe menu; in popup menu items, some items are classified into several categories by Bold and big-size font; the item with link guides the visitors to right web page with one click. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/adobe-menu-and-its-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

