<?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: A CSS flyout menu that works in Firefox AND IE</title>
	<atom:link href="http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 21:04:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Komik Sözler</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-178</link>
		<dc:creator>Komik Sözler</dc:creator>
		<pubDate>Mon, 11 Feb 2008 19:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-178</guid>
		<description>Verlee always come up with great things! I wish she wrote more of her awesome tutorials.</description>
		<content:encoded><![CDATA[<p>Verlee always come up with great things! I wish she wrote more of her awesome tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-177</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 04 Jan 2008 18:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-177</guid>
		<description>Good thinking Craig.

I try to avoid using too many hacks, but sometimes it&#039;s unavoidable. I use conditional comments to load a transparent PNG image hack for IE6 and IE5.5.

However, another thing I like to do is &lt;a href=&quot;http://brightscape.net/2007/12/12/reset-your-css/&quot;&gt;reset CSS files&lt;/a&gt;. I wrote a quick tutorial about it on my site. You might find it useful.</description>
		<content:encoded><![CDATA[<p>Good thinking Craig.</p>
<p>I try to avoid using too many hacks, but sometimes it&#8217;s unavoidable. I use conditional comments to load a transparent PNG image hack for IE6 and IE5.5.</p>
<p>However, another thing I like to do is <a href="http://brightscape.net/2007/12/12/reset-your-css/">reset CSS files</a>. I wrote a quick tutorial about it on my site. You might find it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-176</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-176</guid>
		<description>So true Rob.

I get a migraine just thinking about the migraines IE-6 gives me!  :-()

But, I&#039;ve learned that after a while of dealing with IE-6 that one can begin to do layouts that take IE-6&#039;s quirks out of the picture.

One simple example, IE-6&#039;s doubling of margins when a margin and float are in the same direction.  Instead of using margin, just use padding and the problem goes away.

Of course that doesn&#039;t work all the time but I&#039;ve found that with some planning and understanding of IE-6&#039;s problems, complex layouts can be had without a single &quot;hack&quot;.

But then again, when all else fails, the &quot;hack&quot; I like the best is to put an underscore in front of a property name, which then only IE-6 will see.  That I use only for testing though, for the final layout I&#039;ll move all the IE-6 only properties and values to an IE-6 only style sheet and then Conditional Comment it in.</description>
		<content:encoded><![CDATA[<p>So true Rob.</p>
<p>I get a migraine just thinking about the migraines IE-6 gives me!  <img src='http://randaclay.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> )</p>
<p>But, I&#8217;ve learned that after a while of dealing with IE-6 that one can begin to do layouts that take IE-6&#8217;s quirks out of the picture.</p>
<p>One simple example, IE-6&#8217;s doubling of margins when a margin and float are in the same direction.  Instead of using margin, just use padding and the problem goes away.</p>
<p>Of course that doesn&#8217;t work all the time but I&#8217;ve found that with some planning and understanding of IE-6&#8217;s problems, complex layouts can be had without a single &#8220;hack&#8221;.</p>
<p>But then again, when all else fails, the &#8220;hack&#8221; I like the best is to put an underscore in front of a property name, which then only IE-6 will see.  That I use only for testing though, for the final layout I&#8217;ll move all the IE-6 only properties and values to an IE-6 only style sheet and then Conditional Comment it in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-175</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 04 Jan 2008 16:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-175</guid>
		<description>Stu Nicholls site is a fantastic resource. CSS is such a nice way to implement a menu system, but with the inconsistencies of browsers (particularly IE) it&#039;s such a headache.

Thanks for pointing out this solution, it saves us web designers a lot of migraines!</description>
		<content:encoded><![CDATA[<p>Stu Nicholls site is a fantastic resource. CSS is such a nice way to implement a menu system, but with the inconsistencies of browsers (particularly IE) it&#8217;s such a headache.</p>
<p>Thanks for pointing out this solution, it saves us web designers a lot of migraines!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Boswell</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-174</link>
		<dc:creator>Chris Boswell</dc:creator>
		<pubDate>Fri, 14 Dec 2007 22:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-174</guid>
		<description>Stu Nichols&#039; CSS flyouts get my vote too. The implementation of these pure CSS menus and the IE fix are sheer genius.

I&#039;m also a great fan of Slidy and S5 both pure HTML/CSS multi-media presentations .</description>
		<content:encoded><![CDATA[<p>Stu Nichols&#8217; CSS flyouts get my vote too. The implementation of these pure CSS menus and the IE fix are sheer genius.</p>
<p>I&#8217;m also a great fan of Slidy and S5 both pure HTML/CSS multi-media presentations .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SirCommy</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-173</link>
		<dc:creator>SirCommy</dc:creator>
		<pubDate>Wed, 12 Dec 2007 13:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-173</guid>
		<description>Have gotten tired of FF and IE differences. Thanks for sharing this one!</description>
		<content:encoded><![CDATA[<p>Have gotten tired of FF and IE differences. Thanks for sharing this one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Game News</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-172</link>
		<dc:creator>Game News</dc:creator>
		<pubDate>Wed, 28 Nov 2007 16:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-172</guid>
		<description>Thanks for sharing! This might be quiet amazing considering the lack of my artistic skills :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! This might be quiet amazing considering the lack of my artistic skills <img src='http://randaclay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Front End Webdesign.. &#124; Perfidy</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-171</link>
		<dc:creator>Front End Webdesign.. &#124; Perfidy</dc:creator>
		<pubDate>Thu, 06 Sep 2007 04:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-171</guid>
		<description>[...] CSS flyout menu for firefox and IE 2. Two Column wordpress Bluebird Theme 3. Free Vector [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS flyout menu for firefox and IE 2. Two Column wordpress Bluebird Theme 3. Free Vector [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-170</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 30 Jul 2007 05:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-170</guid>
		<description>If you ever wanted to go nuts with menus, or just about any other kind of &quot;effect&quot; linking, you HAVE to check out Stu Nicholls&#039; CSSPlay at http://www.cssplay.co.uk/menus/</description>
		<content:encoded><![CDATA[<p>If you ever wanted to go nuts with menus, or just about any other kind of &#8220;effect&#8221; linking, you HAVE to check out Stu Nicholls&#8217; CSSPlay at <a href="http://www.cssplay.co.uk/menus/" rel="nofollow">http://www.cssplay.co.uk/menus/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Fjordside</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/comment-page-1/#comment-169</link>
		<dc:creator>Thomas Fjordside</dc:creator>
		<pubDate>Sat, 09 Jun 2007 14:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/archives/a-css-flyout-menu-that-works-in-firefox-and-ie#comment-169</guid>
		<description>Wow thanks for sharing, I&#039;ve been looking for that for a long time. I found a danish site that had something like that. Works in the same way.</description>
		<content:encoded><![CDATA[<p>Wow thanks for sharing, I&#8217;ve been looking for that for a long time. I found a danish site that had something like that. Works in the same way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
