<?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 wax ideal</title>
	<atom:link href="http://waxideal.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://waxideal.com/blog</link>
	<description>learning to be human, since 1984</description>
	<lastBuildDate>Thu, 16 Feb 2012 16:07:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on How to trigger a jQuery Plugin (fancybox) if URL match by sarandi</title>
		<link>http://waxideal.com/blog/2011/06/16/how-to-trigger-a-jquery-plugin-fancybox-if-url-match/comment-page-1/#comment-16079</link>
		<dc:creator>sarandi</dc:creator>
		<pubDate>Thu, 16 Feb 2012 16:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://waxideal.com/blog/?p=626#comment-16079</guid>
		<description>Kyle,

I&#039;m pretty sure you can override using either linked stylesheets or injecting css through jQuery - you can find the block element you want to target using &lt;a href=&quot;http://getfirebug.com/&quot; title=&quot;Get Firebug&quot; rel=&quot;nofollow&quot;&gt;Firebug&lt;/a&gt;. From there you can set whatever positioning you&#039;d like (top, left, margin, position, etc.)</description>
		<content:encoded><![CDATA[<p>Kyle,</p>
<p>I&#8217;m pretty sure you can override using either linked stylesheets or injecting css through jQuery &#8211; you can find the block element you want to target using <a href="http://getfirebug.com/" title="Get Firebug" rel="nofollow">Firebug</a>. From there you can set whatever positioning you&#8217;d like (top, left, margin, position, etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to trigger a jQuery Plugin (fancybox) if URL match by Kyle</title>
		<link>http://waxideal.com/blog/2011/06/16/how-to-trigger-a-jquery-plugin-fancybox-if-url-match/comment-page-1/#comment-16078</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 16 Feb 2012 14:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://waxideal.com/blog/?p=626#comment-16078</guid>
		<description>One more question, when going to the fancybox link, the foancybox loads in the middle to bottom of the page, is there a way to stop this and just display it at the top of the page? 

I left out the line:
$j(&#039;#fancybox-wrap&#039;).css({&#039;margin&#039;:&#039;20px auto&#039;}) /* set css for wrapper; safari was centering the inline element to the position of the #various2 element, which was at the top of the page. This resets to 20px top/bottom and in the middle horizontally */

Thanks,
Kyle</description>
		<content:encoded><![CDATA[<p>One more question, when going to the fancybox link, the foancybox loads in the middle to bottom of the page, is there a way to stop this and just display it at the top of the page? </p>
<p>I left out the line:<br />
$j(&#8216;#fancybox-wrap&#8217;).css({&#8216;margin&#8217;:&#8217;20px auto&#8217;}) /* set css for wrapper; safari was centering the inline element to the position of the #various2 element, which was at the top of the page. This resets to 20px top/bottom and in the middle horizontally */</p>
<p>Thanks,<br />
Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to trigger a jQuery Plugin (fancybox) if URL match by sarandi</title>
		<link>http://waxideal.com/blog/2011/06/16/how-to-trigger-a-jquery-plugin-fancybox-if-url-match/comment-page-1/#comment-16064</link>
		<dc:creator>sarandi</dc:creator>
		<pubDate>Wed, 15 Feb 2012 14:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://waxideal.com/blog/?p=626#comment-16064</guid>
		<description>No problem, Kyle - glad you got it to work.</description>
		<content:encoded><![CDATA[<p>No problem, Kyle &#8211; glad you got it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to trigger a jQuery Plugin (fancybox) if URL match by Kyle</title>
		<link>http://waxideal.com/blog/2011/06/16/how-to-trigger-a-jquery-plugin-fancybox-if-url-match/comment-page-1/#comment-16063</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 15 Feb 2012 14:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://waxideal.com/blog/?p=626#comment-16063</guid>
		<description>Nevermind! Got it working, accidentally had the id of various2 on href.

Thanks so much, this saved me a lot of trouble!!!

Kyle</description>
		<content:encoded><![CDATA[<p>Nevermind! Got it working, accidentally had the id of various2 on href.</p>
<p>Thanks so much, this saved me a lot of trouble!!!</p>
<p>Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to trigger a jQuery Plugin (fancybox) if URL match by Kyle</title>
		<link>http://waxideal.com/blog/2011/06/16/how-to-trigger-a-jquery-plugin-fancybox-if-url-match/comment-page-1/#comment-16062</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 15 Feb 2012 14:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://waxideal.com/blog/?p=626#comment-16062</guid>
		<description>Hi there,
Thanks for posting this solution. Would you be able to post or send over a demo file (js and html), I cannot seem to get this solution to work.
Thanks,
Kyle</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Thanks for posting this solution. Would you be able to post or send over a demo file (js and html), I cannot seem to get this solution to work.<br />
Thanks,<br />
Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Octopus Tattoo by Erin</title>
		<link>http://waxideal.com/blog/2011/05/09/616/comment-page-1/#comment-12164</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Tue, 10 May 2011 04:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://waxideal.com/blog/?p=616#comment-12164</guid>
		<description>The red ink is interesting, no?</description>
		<content:encoded><![CDATA[<p>The red ink is interesting, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 Task Manager and Fixing Taskbar Auto-Hide Glitch by sarandi</title>
		<link>http://waxideal.com/blog/2010/01/18/windows-7-task-manager-and-fixing-taskbar-auto-hide-glitch/comment-page-1/#comment-11658</link>
		<dc:creator>sarandi</dc:creator>
		<pubDate>Tue, 08 Mar 2011 21:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://waxideal.com/blog/?p=379#comment-11658</guid>
		<description>No problem, Tim. I&#039;m glad you found this useful!</description>
		<content:encoded><![CDATA[<p>No problem, Tim. I&#8217;m glad you found this useful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

