<?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"
	>
<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>Design, Marketing, Blogging, Branding and all things Creative</description>
	<pubDate>Fri, 16 May 2008 05:35:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Komik Sözler</title>
		<link>http://randaclay.com/design/a-css-flyout-menu-that-works-in-firefox-and-ie/#comment-4514</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-4514</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-4039</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-4039</guid>
		<description>Good thinking Craig. 

I try to avoid using too many hacks, but sometimes it'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="http://brightscape.net/2007/12/12/reset-your-css/"&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-4036</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-4036</guid>
		<description>So true Rob.

I get a migraine just thinking about the migraines IE-6 gives me!  :-()

But, I've learned that after a while of dealing with IE-6 that one can begin to do layouts that take IE-6's quirks out of the picture.

One simple example, IE-6'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't work all the time but I've found that with some planning and understanding of IE-6's problems, complex layouts can be had without a single "hack".

But then again, when all else fails, the "hack" 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'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!  :-()</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-4033</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-4033</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'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-3757</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-3757</guid>
		<description>Stu Nichols' CSS flyouts get my vote too. The implementation of these pure CSS menus and the IE fix are sheer genius.

I'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-3716</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-3716</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-3510</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-3510</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-2519</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-2519</guid>
		<description>[...] CSS flyout menu for firefox and IE 2. Two Column wordpress Bluebird Theme 3. Free Vector [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] CSS flyout menu for firefox and IE 2. Two Column wordpress Bluebird Theme 3. Free Vector [&#8230;]</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-1925</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-1925</guid>
		<description>If you ever wanted to go nuts with menus, or just about any other kind of "effect" linking, you HAVE to check out Stu Nicholls' 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-1191</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-1191</guid>
		<description>Wow thanks for sharing, I'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>
