<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>iWebUnlimited Forum &#187; Topic: Drop Down Menu</title>
		<link>http://iwebunlimited.com/forum/topic/drop-down-menu-1</link>
		<description>The iWeb Community</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 19:51:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://iwebunlimited.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://iwebunlimited.com/forum/rss/topic/drop-down-menu-1" rel="self" type="application/rss+xml" />

		<item>
			<title>iWebUnlimited on "Drop Down Menu"</title>
			<link>http://iwebunlimited.com/forum/topic/drop-down-menu-1#post-453</link>
			<pubDate>Mon, 19 Jul 2010 20:32:59 +0000</pubDate>
			<dc:creator>iWebUnlimited</dc:creator>
			<guid isPermaLink="false">453@http://iwebunlimited.com/forum/</guid>
			<description>&#60;p&#62;Try change all instances of &#34;_parent&#34; to &#34;_top&#34; and get rid of the rel attribute.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonathany26 on "Drop Down Menu"</title>
			<link>http://iwebunlimited.com/forum/topic/drop-down-menu-1#post-351</link>
			<pubDate>Sat, 05 Jun 2010 15:31:06 +0000</pubDate>
			<dc:creator>jonathany26</dc:creator>
			<guid isPermaLink="false">351@http://iwebunlimited.com/forum/</guid>
			<description>&#60;p&#62;I made a drop down menu with izzy and now I need to figure out how to keep the links from opening in another window, when I click on the links they open in another window, I tried the rel=”nofollow but was still unsure where this should be placed, also how do I keep the drop down menu on each page ?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.0 Strict//EN&#38;quot; &#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#38;quot;&#38;gt;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; xml:lang=&#38;quot;en&#38;quot; lang=&#38;quot;en&#38;quot;&#38;gt;
&#38;lt;head&#38;gt;&#38;lt;title&#38;gt;IzzyMenu.com&#38;lt;/title&#38;gt;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;jquery.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;menu.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;style&#38;gt;
#MainMenu
{
	width:101%;
	height:29px;
	background:url(images/bmid_046.gif);
	border:0;
	margin:0;
}
#tab
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a
{
	background:#000 url(images/bright_046.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span
{
	display:block;
	background:url(images/bleft_046.gif) no-repeat left top;
	font-family:&#38;quot;Trebuchet MS&#38;quot;, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:700;
	line-height:29px;
	padding:0 15px 0 18px;
}
#tab a:hover,#tab li.item_active a
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv,.dropmenudiv ul,.dropmenudiv li ul
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 #000;
	background:url(images/bmid_046.gif);
	color:#000;
	z-index:100;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited
{
	width:180px;
	display:block;
	border:0 #FF9300;
	color:#000;
	background:url(images/bleft_046.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span
{
	display:block;
	line-height:29px;
	background:url(images/bright_046.gif) no-repeat right top;
	font-family:&#38;quot;Trebuchet MS&#38;quot;, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:none;
	padding:0 15px 0 18px;
}
.dropmenudiv a:hover
{
	border:0 #FF9300;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.dropmenudiv a:hover span
{
	background-position:right bottom;
	color:#FFF;
	font-weight:700;
}

&#38;lt;/style&#38;gt;&#38;lt;/head&#38;gt;&#38;lt;body&#38;gt;
&#38;lt;div id=&#38;quot;MainMenu&#38;quot;&#38;gt;
	&#38;lt;div id=&#38;quot;tab&#38;quot;&#38;gt;

&#38;lt;ul&#38;gt;
			&#38;lt;li class=&#38;quot;item_active&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Welcome.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Welcome&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;

&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/About_Us.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;About Us&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a&#38;gt;&#38;lt;span&#38;gt;How To Boost Search Results&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;void(null)&#38;quot; rel=&#38;quot;dropmenu_1_875792&#38;quot;&#38;gt;&#38;lt;span&#38;gt;What We Offer&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;void(null)&#38;quot; rel=&#38;quot;dropmenu_1_866357&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Commercials&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;void(null)&#38;quot; rel=&#38;quot;dropmenu_1_998349&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Entertainment&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Contact_Us.html&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Contact&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;

	&#38;lt;ul id=&#38;quot;dropmenu_1_102&#38;quot; class=&#38;quot;dropmenudiv&#38;quot;&#38;gt;

&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/More_Than_Video.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;More Than Video&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/YouTube_Channel.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;YouTube Channel&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Cellphone_PDA_Video.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Cell Phone PDA Video&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Branded_USB_Drive_Video.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Branded USB Drive Video&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;ul id=&#38;quot;dropmenu_1_875792&#38;quot; class=&#38;quot;dropmenudiv&#38;quot;&#38;gt;

&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Internet_Commercials_Promotions.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Internet Commercial&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Internet_Commercials_Promotions.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Infomercials&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Health_%26_Safety_Video.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Health &#38;amp; Safety Video&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Employee_Orientation.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Employee Orientation&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Corporate_Video.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Corporate Video&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Training_Video.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Training Video&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;ul id=&#38;quot;dropmenu_1_866357&#38;quot; class=&#38;quot;dropmenudiv&#38;quot;&#38;gt;

&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/CPS_Commercial.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;CPS&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Ogsby_Furniture_Commercial.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Ogsby Furniture&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Rush_OP_Hospital.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Rush OP Hospital&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;ul id=&#38;quot;dropmenu_1_998349&#38;quot; class=&#38;quot;dropmenudiv&#38;quot;&#38;gt;

&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Interview_1.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Interview 1&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Interview_1.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Interview 2&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://www.dreamdigitalmedia.com/Site/Events.html&#38;quot; rel=&#38;quot;”nofollow”target=”_parent&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Events&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;ddlevelsmenu.setup(&#38;quot;1&#38;quot;, &#38;quot;topbar&#38;quot;,&#38;quot;0&#38;quot;,&#38;quot;0&#38;quot;)&#38;lt;/script&#38;gt;
&#38;lt;/body&#38;gt;&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>

