<?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 for Life @ High Road Communications</title>
	<atom:link href="http://www.lifeathighroad.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeathighroad.com</link>
	<description>Life as a Director of Front End Development at High Road Communications, Ottawa</description>
	<lastBuildDate>Fri, 16 Dec 2011 02:17:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Forcing the figcaption element to wrap to the width of an image using CSS only by Mike Badgley</title>
		<link>http://www.lifeathighroad.com/web-development/forcing-to-wraps-to-the-width-of-an-image-using-css-only/comment-page-1/#comment-3055</link>
		<dc:creator>Mike Badgley</dc:creator>
		<pubDate>Fri, 16 Dec 2011 02:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeathighroad.com/?p=433#comment-3055</guid>
		<description>The problem was due to the max-width: 100% rule that you are applying globally to all images. When I disabled that, the image (and caption) rendered as expected.</description>
		<content:encoded><![CDATA[<p>The problem was due to the max-width: 100% rule that you are applying globally to all images. When I disabled that, the image (and caption) rendered as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forcing the figcaption element to wrap to the width of an image using CSS only by Kim B</title>
		<link>http://www.lifeathighroad.com/web-development/forcing-to-wraps-to-the-width-of-an-image-using-css-only/comment-page-1/#comment-3053</link>
		<dc:creator>Kim B</dc:creator>
		<pubDate>Thu, 15 Dec 2011 20:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeathighroad.com/?p=433#comment-3053</guid>
		<description>Hi. Thanks for this! It works great in Firefox but I can&#039;t seem to get it to work in IE, Safari or Chrome. In those browsers the image and caption display at a very reduced width. The reverse of what should happen, seems to be happening. Instead of the table growing to accommodate the image width, the image width is shrinking to accommodate the table width. Do you know why this might happen?</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for this! It works great in Firefox but I can&#8217;t seem to get it to work in IE, Safari or Chrome. In those browsers the image and caption display at a very reduced width. The reverse of what should happen, seems to be happening. Instead of the table growing to accommodate the image width, the image width is shrinking to accommodate the table width. Do you know why this might happen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to absolute position images in IE8 by John</title>
		<link>http://www.lifeathighroad.com/web-development/how-to-absolute-position-images-in-ie8/comment-page-1/#comment-3022</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 24 Nov 2011 17:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeathighroad.com/web-development/how-to-absolute-position-images-in-ie8/#comment-3022</guid>
		<description>Thanks Mike, saved me some head scratching there. I don&#039;t normally use absolute positioning but a current instance demands it.  Why does IE remain so buggy??  Not had any issues with IE 9 as yet though... so fingers crossed, thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks Mike, saved me some head scratching there. I don&#8217;t normally use absolute positioning but a current instance demands it.  Why does IE remain so buggy??  Not had any issues with IE 9 as yet though&#8230; so fingers crossed, thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by lance</title>
		<link>http://www.lifeathighroad.com/about/comment-page-1/#comment-2868</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Mon, 08 Aug 2011 15:53:12 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2868</guid>
		<description>When I remove the &quot;overflow: hidden&quot; from the .navigation class -- it removes the backgrounds from the menu.  Odd.  Wondering if you saw that as well.  Also, I added in this clearfix -- which I found from here: http://www.webtoolkit.info/css-clearfix.html

.clearfix:after {
	content: &quot;.&quot;;
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


Wondering if you mind taking one more look to see if my results are producing the same you were seeing?

Thanks again!</description>
		<content:encoded><![CDATA[<p>When I remove the &#8220;overflow: hidden&#8221; from the .navigation class &#8212; it removes the backgrounds from the menu.  Odd.  Wondering if you saw that as well.  Also, I added in this clearfix &#8212; which I found from here: <a href="http://www.webtoolkit.info/css-clearfix.html" rel="nofollow">http://www.webtoolkit.info/css-clearfix.html</a></p>
<p>.clearfix:after {<br />
	content: &#8220;.&#8221;;<br />
	display: block;<br />
	clear: both;<br />
	visibility: hidden;<br />
	line-height: 0;<br />
	height: 0;<br />
}</p>
<p>.clearfix {<br />
	display: inline-block;<br />
}</p>
<p>html[xmlns] .clearfix {<br />
	display: block;<br />
}</p>
<p>* html .clearfix {<br />
	height: 1%;<br />
}</p>
<p>Wondering if you mind taking one more look to see if my results are producing the same you were seeing?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by lance</title>
		<link>http://www.lifeathighroad.com/about/comment-page-1/#comment-2867</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:43:42 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2867</guid>
		<description>hmm -- i&#039;ve never used clearfix before -- definitely should as I have heard about it plenty! 

I&#039;ll look that up and add that in, and remove the hidden style. 

Thanks a TON! for taking a look at this.. sometimes a new pair of eyes helps!</description>
		<content:encoded><![CDATA[<p>hmm &#8212; i&#8217;ve never used clearfix before &#8212; definitely should as I have heard about it plenty! </p>
<p>I&#8217;ll look that up and add that in, and remove the hidden style. </p>
<p>Thanks a TON! for taking a look at this.. sometimes a new pair of eyes helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Mike</title>
		<link>http://www.lifeathighroad.com/about/comment-page-1/#comment-2866</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:29:55 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2866</guid>
		<description>Hey Lance,

Your menus are actually working ok - it was just that they were getting hidden because of the &quot;overflow: hidden&quot; on your parent nav wrapper (&lt;ul class=&quot;navigation&quot;&gt;). When I removed that style and added in the clearfix, the menus appeared again.&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Hey Lance,</p>
<p>Your menus are actually working ok &#8211; it was just that they were getting hidden because of the &#8220;overflow: hidden&#8221; on your parent nav wrapper (
<ul class="navigation">). When I removed that style and added in the clearfix, the menus appeared again.</ul>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by lance</title>
		<link>http://www.lifeathighroad.com/about/comment-page-1/#comment-2865</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:21:30 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2865</guid>
		<description>sorry -- forgot to add the file to the link: 
http://zunskigraphics.com/clients/afc_site/test.html</description>
		<content:encoded><![CDATA[<p>sorry &#8212; forgot to add the file to the link:<br />
<a href="http://zunskigraphics.com/clients/afc_site/test.html" rel="nofollow">http://zunskigraphics.com/clients/afc_site/test.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by lance</title>
		<link>http://www.lifeathighroad.com/about/comment-page-1/#comment-2864</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:19:51 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2864</guid>
		<description>Here is a test example:
http://www.zunskigraphics.com/clients/afc_site/

I am using a jquery drop down here:
http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/


My thought is that the js and the jquery could be conflicting... but I really am not sure.  Also, i&#039;m not married to this dropdown, just needed something quick and easy in lou of the time i have. (usually like that isnt it!)

Thanks again for taking a look!</description>
		<content:encoded><![CDATA[<p>Here is a test example:<br />
<a href="http://www.zunskigraphics.com/clients/afc_site/" rel="nofollow">http://www.zunskigraphics.com/clients/afc_site/</a></p>
<p>I am using a jquery drop down here:<br />
<a href="http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/" rel="nofollow">http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/</a></p>
<p>My thought is that the js and the jquery could be conflicting&#8230; but I really am not sure.  Also, i&#8217;m not married to this dropdown, just needed something quick and easy in lou of the time i have. (usually like that isnt it!)</p>
<p>Thanks again for taking a look!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Mike</title>
		<link>http://www.lifeathighroad.com/about/comment-page-1/#comment-2863</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:11:11 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2863</guid>
		<description>Thanks! :)
Would you be able to provide me with a link to the site or code sample that this issue is occurring on?</description>
		<content:encoded><![CDATA[<p>Thanks! :)<br />
Would you be able to provide me with a link to the site or code sample that this issue is occurring on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by lance</title>
		<link>http://www.lifeathighroad.com/about/comment-page-1/#comment-2862</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:02:54 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2862</guid>
		<description>I was checking out your post on dynamic fluid menu....ran into an issue where my dropdowns (2nd level) menu items are not showing -- hoping you had an idea what could cause this.  

Looks like the .js is doing its job spacing out the menu items.. but some reason, the dropdowns disappear.

AWESOME post btw!!  Sorry for commenting here, but there was no comment box on this post: http://www.lifeathighroad.com/web-development/javascript/demo-dynamic-cross-browser-horizontally-fluid-menu/</description>
		<content:encoded><![CDATA[<p>I was checking out your post on dynamic fluid menu&#8230;.ran into an issue where my dropdowns (2nd level) menu items are not showing &#8212; hoping you had an idea what could cause this.  </p>
<p>Looks like the .js is doing its job spacing out the menu items.. but some reason, the dropdowns disappear.</p>
<p>AWESOME post btw!!  Sorry for commenting here, but there was no comment box on this post: <a href="http://www.lifeathighroad.com/web-development/javascript/demo-dynamic-cross-browser-horizontally-fluid-menu/" rel="nofollow">http://www.lifeathighroad.com/web-development/javascript/demo-dynamic-cross-browser-horizontally-fluid-menu/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 10/27 queries in 0.007 seconds using disk: basic

Served from: www.lifeathighroad.com @ 2012-02-03 23:32:20 -->
