<?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>The UltimateIDX &#187; Wordpress</title>
	<atom:link href="http://www.ultimateidx.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultimateidx.com</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>Fri, 30 Jul 2010 01:02:20 +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>WordPress Menu Creator CSS Examples</title>
		<link>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/</link>
		<comments>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 23:18:15 +0000</pubDate>
		<dc:creator>SEOWolf</dc:creator>
				<category><![CDATA[WordPress Menu Creator]]></category>
		<category><![CDATA[cascading]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Menu Creator]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ultimateidx.com/?p=402</guid>
		<description><![CDATA[WordPress Menu Creator CSS Examples Below are some examples of CSS styles that can be copied to your style.css file to complete the styling of your WordPress menus. Be sure to edit the Menu #s. Colors and images can also be edited to match your website theme. CSS Example #1 Our first example can be [...]]]></description>
			<content:encoded><![CDATA[<h1>WordPress Menu Creator CSS Examples</h1>
<p>Below are some examples of CSS styles that can be copied to your style.css file to complete the styling of your WordPress menus. <strong>Be sure to edit the Menu #s</strong>. Colors and images can also be edited to match your website theme.</p>
<h2>CSS Example #1</h2>
<p><img class="alignleft" style="margin: 8px;" src="http://www.ultimateidx.com/images/relv-thumb.jpg" alt="RELV" hspace="8" vspace="8" width="350" height="192" align="left" />Our first example can be seen at <a href="http://www.relv.com/">www.RELV.com</a>. Both the Top Menu (within the header.php)  and the Main Menu (within the sidebar.php) use our WordPress Menu Creator.</p>
<p>You can change save and change the gradient images below and adjust the colors in the CSS to match. <em><strong>Important:</strong></em> Please note where the CSS refers to <strong>menu_8</strong> to change to match <strong>YOUR</strong> menu number. In order to identify your Menu Number in your WordPress Dashboard go to the “WP Menu Manager” under “Tools”. Mouse over your Menu and read the ID number in your status bar at the bottom of the page.</p>
<h2>Top Menu (Horizontal)</h2>
<h4>This code must be included in your style.css file</h4>
<pre class="brush: css;">
/*=-=-=-[Navigation]-=-=-=*/
#topnavigation {
position:absolute;
top:55px;
left:0px;
z-index:105;
background: url(images/navbar.jpg);
width:900px;
height:20px;
font-size:12px;
font-family: Arial, Tahoma, Verdana;
color: #fff;
font-weight:  bold;
argin: 0px auto 0px;
padding: 0px;/* border-bottom: 1px solid #8c0000 */
}
#topnavigation a, #topnavigation a:visited {
color: #fff;
font-size: 12px;
text-decoration: none;
padding: 0px 0px 0px 3px
}
#topnavigation a:hover {
color:#fff;
text-decoration:underline;
padding:0px 0px 0px 3px
}
#topnavigation ul {
list-style-type:none;
margin:0;
padding:0;
}
ul#mc_menu_1 {
margin:0px;
padding:0px;
list-style-type: none !Important;
}
#mc_menu_1 a, #mc_menu_1 a:visited {
background:#FFF url(images/navlink.jpg) right;
color:#FFF;
display:block;
font-weight:bold;
text-transform:uppercase;
margin:0px;
padding:2px 17px 2px 15px;
border-right:1px solid #5a0000
}
#mc_menu_1 a:hover {
background:#fff url(images/navhover.jpg) right;
color:#FFF;
margin:0px;
padding:2px 17px 2px 15px;
text-decoration:none
}
#mc_menu_1 li {
float:left;
margin:0px;
padding:0px
}
#mc_menu_1 li ul {
position:absolute;
width:10em;
left:-999em
}
#mc_menu_1 li li {
float:left;
margin:0px !Important;
padding:0px !Important;
width:150px;
}
#mc_menu_1 li li a, #mc_menu_1 li li a:link, #mc_menu_1 li li a:visited {
background:#d71c22;
width:150px;
float:none;
text-transform:none;
margin:0px;
padding:2px 10px 2px 10px;
border-bottom:1px solid #8c0000;
border-left:1px solid #5a0000;
border-right:1px solid #5a0000
}
#mc_menu_1 li li a:hover, #mc_menu_1 li li a:active {
background:#8c0000;
padding:2px 10px 2px 10px
}
#mc_menu_1 li:hover ul {
left:auto;
display:block
}
#mc_menu_1 li:hover ul, #mc_menu_1 li.sfhover ul {
left:auto
}
/*=-=-=-[End Navigation]-=-=-=*/
</pre>
<h4>Place the following where you want the menu to render.</h4>
<pre class="brush: php;">&lt;?php displayMenu(1, 2); ?&gt;</pre>
<p><strong>Right Click and &#8220;Save Image&#8221; Menu Images:</strong><br />
<img src="http://www.relv.com/wp-content/themes/relv/images/navbar.jpg" alt="Nav1" width="20" height="30" /></p>
<p><img src="http://www.relv.com/wp-content/themes/relv/images/navhover.jpg" alt="Nav2" width="300" height="30" /></p>
<p><img src="http://www.relv.com/wp-content/themes/relv/images/navlink.jpg" alt="Nav3" width="300" height="30" /><br />
Or <a href="http://www.ultimateidx.com/images/navbar.zip" target="_blank"><strong>Download Image File</strong></a>.</p>
<h2>Main Menu (Right Side)</h2>
<p>This menu is NOT cascading (no child levels) so the CSS does  not need to refer to the menu number and no images are used, only background  colors. Additional styling for fonts, sizes, colors and weight can be added.</p>
<pre class="brush: css;">
#rightmenu li {
}
#rightmenu li a {
	display:block;
	padding:3px 8px;
	background:#d8c7a9;
	width:244px;
}
#rightmenu li a:hover {
	background:#dfd0b1;
}
#rightmenu ul a {
	text-decoration:none;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ultimateidx.com/blog/wordpress-menu-creator-css-examples/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>
