<?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>Atalaya Studio &#187; IE6</title>
	<atom:link href="http://atalayastudio.com/info/ie6/feed" rel="self" type="application/rss+xml" />
	<link>http://atalayastudio.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Feb 2010 19:21:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working with CSS Collapsing Menus and NAVT</title>
		<link>http://atalayastudio.com/archives/36</link>
		<comments>http://atalayastudio.com/archives/36#comments</comments>
		<pubDate>Tue, 13 May 2008 07:37:54 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[General Info]]></category>
		<category><![CDATA[NAVT]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tips/Hints]]></category>
		<category><![CDATA[code insertion]]></category>
		<category><![CDATA[flyout menu]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://atalayastudio.com/?p=36</guid>
		<description><![CDATA[A discussion in the NAVT forum has promoted me to sit down and explain how you can use CSS collapsing menus with the NAVT plugin. This article assumes you have some working knowledge of Cascaded Style Sheets used to style your Word Press theme and some experience with NAVT.  The article explains where and [...]]]></description>
			<content:encoded><![CDATA[<p>A discussion in the NAVT forum has promoted me to sit down and explain how you can use CSS collapsing menus with the NAVT plugin. This article assumes you have some working knowledge of Cascaded Style Sheets used to style your Word Press theme and some experience with NAVT.  The article explains where and how to begin integrating a collapsing menu into your web site using NAVT to construct the correct tag structure.  This article applies to NAVT version 1.0.23 and above. <span id="more-36"></span></p>
<h3>Example Menu</h3>
<p>Below is an example of the type of menu we&#8217;re going to create using NAVT and two cascaded style sheets. The navigation elements shown in the menu are arbitrary items I put together from this web site.</p>
<div style="margin-left:40%;margin-bottom:40px;"></div>
<p>These types of menus are relatively easy to construct. However, the tricky part is making them work with IE6 and most of this article deals with the IE6 solution.</p>
<h3>Getting Started</h3>
<p>Examples of CSS style sheets that contain rules for formatting horizontal, vertical, fly-out, drop-down, and cascading menus can be found all over the Internet. When asked, I usually send people to <a title="CCS Play" rel="nofollow external" href="http://www.cssplay.co.uk/index" target="_blank">CSS Play</a> which is owned by Stuart Nicholls. CSS Play has dozens of examples of pure CSS menus that you can freely use on your non-commercial web site provided you leave the copyright statements intact that appear in the CSS file. These can also be used on Commercial web site&#8217;s provided you <a title="Copyright Permissions" rel="nofollow external" href="http://www.cssplay.co.uk/menus/drop_examples.html" target="_blank">obtain permission</a> from CSS Play.  For this tutorial, I&#8217;m going to use <a title="CSS Play Flyout menu" href="http://www.cssplay.co.uk/menus/flyoutt.html" target="_blank">this CSS Play flyout menu</a> to demonstrate the process of integrating the CSS into your web site in concert with NAVT.</p>
<p>You will, of course, need to change the menu text and background colors, adjust the menu width and heights and make any other style alterations to make the menu look right with the theme you intend to use the menu with.</p>
<h3>The !DOCTYPE</h3>
<p>Before I begin, it&#8217;s important to understand that your Word Press theme MUST use a <a title="!DOCTYPE" rel="nofollow" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html" target="_blank">standards compliant !DOCTYPE</a>, and for Internet Explorer this MUST be the first line of your (x)html. Using <code> &lt;?xml version="1.0" encoding="UTF-8"?&gt;</code> will switch IE into quirks mode and your menu will not work correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://atalayastudio.com/archives/36/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
