<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WordPress Menu Creator CSS Examples</title>
	<atom:link href="http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/</link>
	<description>This blog is for discussion of features and utility for the UltimateIDX™ who is a proven leader in RETS and IDX services for real estate websites and Agents needing MLS data to capture real estate leads.</description>
	<lastBuildDate>Tue, 13 Jul 2010 20:53:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: johan@kids-tableandchairs</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-872</link>
		<dc:creator>johan@kids-tableandchairs</dc:creator>
		<pubDate>Wed, 30 Jun 2010 06:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-872</guid>
		<description>I just signed up to wordpress to have my owen blog. This is a great tips and guidelines for me in building it up. Thanks!</description>
		<content:encoded><![CDATA[<p>I just signed up to wordpress to have my owen blog. This is a great tips and guidelines for me in building it up. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indra@Bali Family Villas</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-823</link>
		<dc:creator>Indra@Bali Family Villas</dc:creator>
		<pubDate>Fri, 11 Jun 2010 07:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-823</guid>
		<description>This is great CSS menu style you can copy this script and paste to a new Project HTML in Dreamweaver :




    
    Style 10 (Lawn Green) - Menu by Apycom.com
    
    

&lt;!--

* { margin:0;
    padding:0;
}
body {
	background:#222;
	overflow:hidden;
	margin: 0px;
}
#table {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#menu {
    top:40px;
    left:0px;
    width:100%;
		background:transparent url(images/header_bg.gif) repeat-x 0 0;  
}#menu {
    position:relative;
    z-index:100;
    height:43px;
}
#menu .menu {
    position:absolute;
    padding-left: 40px;
    background: url(images/header.gif) right top no-repeat; 
}
#menu * {
    list-style:none;
    border:0;
    padding:0;
    margin:0;
}
#menu a {
    display:block;
    padding:15px 14px 14px 14px;
    white-space:nowrap;
}
#menu li {
    float:left;
    background:#fff;
}
#menu li li {
    float:none;
}
#menu div {
    visibility:hidden;
    position:absolute;
    background:url(images/pix.gif);
}
#menu div div {
    margin:-35px 0 0 -1px;
    left:100%;
}
#menu div div div {
    margin:-35px 0 0 -1px;
    left:100%;
}
#menu li:hover&gt;div { visibility:visible; }

/* menu::special styles */
/* menu::level 1 */
#menu a {
    text-decoration:none;
    color:#ffffff;/*1*/
    position:relative;
    z-index:77;
}
#menu a:hover {
    background:url(images/header.gif) left -43px repeat-x;
    color:#FFF;
}
#menu a:hover span { color:#FFF; }
#menu li.current a {
    background: transparent url(images/header_active.gif) repeat-x;
    color:#3C4955;
}
#menu li.current span {
    color:#3C4955;
}
#menu&gt;ul&gt;li:hover&gt;a {
    background:url(images/header.gif) left -43px repeat-x;
    color:#CACFD3;
}
#menu&gt;ul&gt;li:hover&gt;a span { color:#FFF; }
#menu span {
    text-transform:uppercase;
    font:9px &#039;Lucida Grande&#039;,&#039;Lucida Sans Unicode&#039;,Arial,Verdana,sans-serif;
    letter-spacing:0.3em;
    text-decoration:none;
    color:#ffffff;
}
#menu li { background: url(images/header.gif) left top no-repeat;}
/* menu::level &gt;= 2 */
#menu ul ul {width: 150px;}
#menu li li{
	  background:#64A13C;
	  border-bottom:1px solid #95E459;}
#menu li li a {
    position:static;
    background:#64A13C;
    white-space:normal;
    text-align: center;
    color:#FFF;
    padding:0;
		text-transform:none;
		width: 100%;
}
#menu li.current li a {
    background: none;
    color:#FFF;
}
#menu li.current li span {
    color:#FFF;
}
#menu li li a:hover { background:#71DB23; }
#menu li li a span { color:#fff; line-height: 15px; padding: 10px;	}
#menu li li a:hover span { color:#ffffff; }
#menu li li a.parent span{background:transparent url(images/arrow.gif) no-repeat scroll right 50%; z-index:10;  }

#menu li li span {
    display:block;
    text-transform:none;
    padding:0px 25px 0px 0px;
    font-size:11px;
    letter-spacing: 0;
}
--&gt;





  
    
      &lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;
          
            
              &lt;a href=&quot;#&quot;&gt;Sub Item 1&lt;/a&gt;
                  

                    
                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.1&lt;/a&gt;
                          
                            
                              &lt;a href=&quot;#&quot;&gt;Sub Item 1.1.1&lt;/a&gt;
                              &lt;a href=&quot;#&quot;&gt;Sub Item 1.1.2&lt;/a&gt;
                            

                          
                      
                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.2&lt;/a&gt;
                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.3&lt;/a&gt;
                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.4&lt;/a&gt;
                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.5&lt;/a&gt;
                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.6&lt;/a&gt;

                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.7&lt;/a&gt;
                          
                            
                              &lt;a href=&quot;#&quot;&gt;Sub Item 1.7.1&lt;/a&gt;
                              &lt;a href=&quot;#&quot;&gt;Sub Item 1.7.2&lt;/a&gt;
                            
                          

                      
                    
                  
              
              &lt;a href=&quot;#&quot;&gt;Sub Item 2&lt;/a&gt;
              &lt;a href=&quot;#&quot;&gt;Sub Item 3&lt;/a&gt;
            
          

      
      &lt;a href=&quot;#&quot;&gt;Product Info&lt;/a&gt;
          
            
              &lt;a href=&quot;#&quot;&gt;Sub Item 1&lt;/a&gt;
                  
                    
                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.1&lt;/a&gt;

                      &lt;a href=&quot;#&quot;&gt;Sub Item 1.2&lt;/a&gt;
                    
                  
              
              &lt;a href=&quot;#&quot;&gt;Sub Item 2&lt;/a&gt;
                  
                    
                      &lt;a href=&quot;#&quot;&gt;Sub Item 2.1&lt;/a&gt;

                      &lt;a href=&quot;#&quot;&gt;Sub Item 2.2&lt;/a&gt;
                    
                  
              
              &lt;a href=&quot;#&quot;&gt;Sub Item 3&lt;/a&gt;
              &lt;a href=&quot;#&quot;&gt;Sub Item 4&lt;/a&gt;
              &lt;a href=&quot;#&quot;&gt;Sub Item 5&lt;/a&gt;

              &lt;a href=&quot;#&quot;&gt;Sub Item 6&lt;/a&gt;
              &lt;a href=&quot;#&quot;&gt;Sub Item 7&lt;/a&gt;
            
          
      
      &lt;a href=&quot;#&quot;&gt;Help&lt;/a&gt;
      &lt;a href=&quot;#&quot;&gt;Contacts&lt;/a&gt;

    
  









By : &lt;a href=&quot;http://www.findbalivillas.com&quot;&gt;Bali Villas Rental&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This is great CSS menu style you can copy this script and paste to a new Project HTML in Dreamweaver :</p>
<p>    Style 10 (Lawn Green) &#8211; Menu by Apycom.com</p>
<p>&lt;!&#8211;</p>
<p>* { margin:0;<br />
    padding:0;<br />
}<br />
body {<br />
	background:#222;<br />
	overflow:hidden;<br />
	margin: 0px;<br />
}<br />
#table {<br />
	width: 860px;<br />
	margin-top: 0px;<br />
	margin-right: auto;<br />
	margin-bottom: 0px;<br />
	margin-left: auto;<br />
}<br />
div#menu {<br />
    top:40px;<br />
    left:0px;<br />
    width:100%;<br />
		background:transparent url(images/header_bg.gif) repeat-x 0 0;<br />
}#menu {<br />
    position:relative;<br />
    z-index:100;<br />
    height:43px;<br />
}<br />
#menu .menu {<br />
    position:absolute;<br />
    padding-left: 40px;<br />
    background: url(images/header.gif) right top no-repeat;<br />
}<br />
#menu * {<br />
    list-style:none;<br />
    border:0;<br />
    padding:0;<br />
    margin:0;<br />
}<br />
#menu a {<br />
    display:block;<br />
    padding:15px 14px 14px 14px;<br />
    white-space:nowrap;<br />
}<br />
#menu li {<br />
    float:left;<br />
    background:#fff;<br />
}<br />
#menu li li {<br />
    float:none;<br />
}<br />
#menu div {<br />
    visibility:hidden;<br />
    position:absolute;<br />
    background:url(images/pix.gif);<br />
}<br />
#menu div div {<br />
    margin:-35px 0 0 -1px;<br />
    left:100%;<br />
}<br />
#menu div div div {<br />
    margin:-35px 0 0 -1px;<br />
    left:100%;<br />
}<br />
#menu li:hover&gt;div { visibility:visible; }</p>
<p>/* menu::special styles */<br />
/* menu::level 1 */<br />
#menu a {<br />
    text-decoration:none;<br />
    color:#ffffff;/*1*/<br />
    position:relative;<br />
    z-index:77;<br />
}<br />
#menu a:hover {<br />
    background:url(images/header.gif) left -43px repeat-x;<br />
    color:#FFF;<br />
}<br />
#menu a:hover span { color:#FFF; }<br />
#menu li.current a {<br />
    background: transparent url(images/header_active.gif) repeat-x;<br />
    color:#3C4955;<br />
}<br />
#menu li.current span {<br />
    color:#3C4955;<br />
}<br />
#menu&gt;ul&gt;li:hover&gt;a {<br />
    background:url(images/header.gif) left -43px repeat-x;<br />
    color:#CACFD3;<br />
}<br />
#menu&gt;ul&gt;li:hover&gt;a span { color:#FFF; }<br />
#menu span {<br />
    text-transform:uppercase;<br />
    font:9px &#8216;Lucida Grande&#8217;,'Lucida Sans Unicode&#8217;,Arial,Verdana,sans-serif;<br />
    letter-spacing:0.3em;<br />
    text-decoration:none;<br />
    color:#ffffff;<br />
}<br />
#menu li { background: url(images/header.gif) left top no-repeat;}<br />
/* menu::level &gt;= 2 */<br />
#menu ul ul {width: 150px;}<br />
#menu li li{<br />
	  background:#64A13C;<br />
	  border-bottom:1px solid #95E459;}<br />
#menu li li a {<br />
    position:static;<br />
    background:#64A13C;<br />
    white-space:normal;<br />
    text-align: center;<br />
    color:#FFF;<br />
    padding:0;<br />
		text-transform:none;<br />
		width: 100%;<br />
}<br />
#menu li.current li a {<br />
    background: none;<br />
    color:#FFF;<br />
}<br />
#menu li.current li span {<br />
    color:#FFF;<br />
}<br />
#menu li li a:hover { background:#71DB23; }<br />
#menu li li a span { color:#fff; line-height: 15px; padding: 10px;	}<br />
#menu li li a:hover span { color:#ffffff; }<br />
#menu li li a.parent span{background:transparent url(images/arrow.gif) no-repeat scroll right 50%; z-index:10;  }</p>
<p>#menu li li span {<br />
    display:block;<br />
    text-transform:none;<br />
    padding:0px 25px 0px 0px;<br />
    font-size:11px;<br />
    letter-spacing: 0;<br />
}<br />
&#8211;&gt;</p>
<p>      <a href="#">Home</a></p>
<p>              <a href="#">Sub Item 1</a></p>
<p>                      <a href="#">Sub Item 1.1</a></p>
<p>                              <a href="#">Sub Item 1.1.1</a><br />
                              <a href="#">Sub Item 1.1.2</a></p>
<p>                      <a href="#">Sub Item 1.2</a><br />
                      <a href="#">Sub Item 1.3</a><br />
                      <a href="#">Sub Item 1.4</a><br />
                      <a href="#">Sub Item 1.5</a><br />
                      <a href="#">Sub Item 1.6</a></p>
<p>                      <a href="#">Sub Item 1.7</a></p>
<p>                              <a href="#">Sub Item 1.7.1</a><br />
                              <a href="#">Sub Item 1.7.2</a></p>
<p>              <a href="#">Sub Item 2</a><br />
              <a href="#">Sub Item 3</a></p>
<p>      <a href="#">Product Info</a></p>
<p>              <a href="#">Sub Item 1</a></p>
<p>                      <a href="#">Sub Item 1.1</a></p>
<p>                      <a href="#">Sub Item 1.2</a></p>
<p>              <a href="#">Sub Item 2</a></p>
<p>                      <a href="#">Sub Item 2.1</a></p>
<p>                      <a href="#">Sub Item 2.2</a></p>
<p>              <a href="#">Sub Item 3</a><br />
              <a href="#">Sub Item 4</a><br />
              <a href="#">Sub Item 5</a></p>
<p>              <a href="#">Sub Item 6</a><br />
              <a href="#">Sub Item 7</a></p>
<p>      <a href="#">Help</a><br />
      <a href="#">Contacts</a></p>
<p>By : <a href="http://www.findbalivillas.com">Bali Villas Rental</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devra@Villa in Bali</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-816</link>
		<dc:creator>Devra@Villa in Bali</dc:creator>
		<pubDate>Thu, 10 Jun 2010 02:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-816</guid>
		<description>Hey....
for a long to serching this plugin, thanks for adding this plugin, this is very helpful ..

Please keep this up to date.</description>
		<content:encoded><![CDATA[<p>Hey&#8230;.<br />
for a long to serching this plugin, thanks for adding this plugin, this is very helpful ..</p>
<p>Please keep this up to date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Ritchey</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-800</link>
		<dc:creator>Jared Ritchey</dc:creator>
		<pubDate>Fri, 04 Jun 2010 17:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-800</guid>
		<description>This is a feature in the new release. I&#039;ll get it posted.</description>
		<content:encoded><![CDATA[<p>This is a feature in the new release. I&#8217;ll get it posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Ritchey</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-790</link>
		<dc:creator>Jared Ritchey</dc:creator>
		<pubDate>Wed, 02 Jun 2010 16:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-790</guid>
		<description>Its a feature in the next release</description>
		<content:encoded><![CDATA[<p>Its a feature in the next release</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-777</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 26 May 2010 08:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-777</guid>
		<description>Hi,

How can I mark a menu as &quot;selected&quot;?
So if I click on a menu, let&#039;s say, &quot;Services&quot;, when the page is displayed, I want to mark menu item Services as selected, custom color...
I&#039;m using the plugin and the css listed above, everithing is ok, but I didn&#039;t find any way to do the select option.

Thank you,
Alex</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How can I mark a menu as &#8220;selected&#8221;?<br />
So if I click on a menu, let&#8217;s say, &#8220;Services&#8221;, when the page is displayed, I want to mark menu item Services as selected, custom color&#8230;<br />
I&#8217;m using the plugin and the css listed above, everithing is ok, but I didn&#8217;t find any way to do the select option.</p>
<p>Thank you,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Ritchey</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-763</link>
		<dc:creator>Jared Ritchey</dc:creator>
		<pubDate>Wed, 19 May 2010 04:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-763</guid>
		<description>Please send me an email directly jared-at-ultimateidx.com and I&#039;ll look at it for you.</description>
		<content:encoded><![CDATA[<p>Please send me an email directly jared-at-ultimateidx.com and I&#8217;ll look at it for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpj</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-750</link>
		<dc:creator>wpj</dc:creator>
		<pubDate>Wed, 12 May 2010 14:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-750</guid>
		<description>hey... 
i got a problem with ie6... the dropdown menu wont come out... need some help... 
in firefox ie8 ie7 chrome netscape etc. it works perfect... but in ie6 i got that problem ... can u help me?</description>
		<content:encoded><![CDATA[<p>hey&#8230;<br />
i got a problem with ie6&#8230; the dropdown menu wont come out&#8230; need some help&#8230;<br />
in firefox ie8 ie7 chrome netscape etc. it works perfect&#8230; but in ie6 i got that problem &#8230; can u help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wp-popular.com &#187; Blog Archive &#187; Wordpress Menu Creator CSS Examples &#124; The UltimateIDX</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-703</link>
		<dc:creator>wp-popular.com &#187; Blog Archive &#187; Wordpress Menu Creator CSS Examples &#124; The UltimateIDX</dc:creator>
		<pubDate>Sun, 04 Apr 2010 00:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-703</guid>
		<description>[...] posted here: Wordpress Menu Creator CSS Examples &#124; The UltimateIDX Tags: [...]</description>
		<content:encoded><![CDATA[<p>[...] posted here: WordPress Menu Creator CSS Examples | The UltimateIDX Tags: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paolo</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comment-695</link>
		<dc:creator>paolo</dc:creator>
		<pubDate>Sun, 28 Mar 2010 14:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402#comment-695</guid>
		<description>we should all thank you for this plugin
i hope new version will come out soon :)</description>
		<content:encoded><![CDATA[<p>we should all thank you for this plugin<br />
i hope new version will come out soon <img src='http://www.ultimateidx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
