<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: creating popup image viewer in css</title>
	<atom:link href="http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Apr 2009 16:09:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sonal</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4489</link>
		<dc:creator>sonal</dc:creator>
		<pubDate>Thu, 17 Jul 2008 09:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4489</guid>
		<description>Do you know how to create a popup window using only css without using javascript?</description>
		<content:encoded><![CDATA[<p>Do you know how to create a popup window using only css without using javascript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: han</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4448</link>
		<dc:creator>han</dc:creator>
		<pubDate>Fri, 27 Jun 2008 07:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4448</guid>
		<description>Awesome script.

It works fine on a single html file, but it will not work if you put the CSS code in a separate file, say stylesheet.css, and link it from your html file.  Any ideas?

Another question, how effecient is this script?  Are ALL the pics in the SPAN code loaded everytime the page is called?  What if you just want to load the images you hover only?</description>
		<content:encoded><![CDATA[<p>Awesome script.</p>
<p>It works fine on a single html file, but it will not work if you put the CSS code in a separate file, say stylesheet.css, and link it from your html file.  Any ideas?</p>
<p>Another question, how effecient is this script?  Are ALL the pics in the SPAN code loaded everytime the page is called?  What if you just want to load the images you hover only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4439</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 25 Jun 2008 03:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4439</guid>
		<description>great script!  I&#039;m actually using it for a comic book site so your spider-man demo was great!

I notice the positioning in firefox is different than IE with the pop up window.  Any ideas?  

http://www.bringbackwendell.com/popup.html</description>
		<content:encoded><![CDATA[<p>great script!  I&#8217;m actually using it for a comic book site so your spider-man demo was great!</p>
<p>I notice the positioning in firefox is different than IE with the pop up window.  Any ideas?  </p>
<p><a href="http://www.bringbackwendell.com/popup.html" rel="nofollow">http://www.bringbackwendell.com/popup.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natbob</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4341</link>
		<dc:creator>Natbob</dc:creator>
		<pubDate>Wed, 26 Mar 2008 20:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4341</guid>
		<description>This is a good script.  I found this script while trying to find a replacement for a script that is currently on my site, it does the same thing.  In the process of testing that script, I found that if you want the image to be a link it doesn&#039;t work in IE.  However it does work if you click on the padding (the span tag) around the image. It works fine in FF but for some reason the img tag voids the link.  I  have tried making a link inside of a link, however browsers don&#039;t like that too much.  If anyone has a solution that would be great!</description>
		<content:encoded><![CDATA[<p>This is a good script.  I found this script while trying to find a replacement for a script that is currently on my site, it does the same thing.  In the process of testing that script, I found that if you want the image to be a link it doesn&#8217;t work in IE.  However it does work if you click on the padding (the span tag) around the image. It works fine in FF but for some reason the img tag voids the link.  I  have tried making a link inside of a link, however browsers don&#8217;t like that too much.  If anyone has a solution that would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4303</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Sat, 23 Feb 2008 05:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4303</guid>
		<description>Ok - I figured it out - did a little google search for &quot;css hover fix ie6&quot; and found a guy with a solution.  You add a little code to the css (you can search csshover.htc) to find him - sorry I didn&#039;t save it!</description>
		<content:encoded><![CDATA[<p>Ok &#8211; I figured it out &#8211; did a little google search for &#8220;css hover fix ie6&#8243; and found a guy with a solution.  You add a little code to the css (you can search csshover.htc) to find him &#8211; sorry I didn&#8217;t save it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4302</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 22 Feb 2008 16:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4302</guid>
		<description>thank you guys, been looking for this all over the net.  Am an amateur advance photographer and a complete newbie to css and javascript.  Learning to build personal website to put up video and photos for family and friends to view.  Please keep up the good work.
-Jonathan</description>
		<content:encoded><![CDATA[<p>thank you guys, been looking for this all over the net.  Am an amateur advance photographer and a complete newbie to css and javascript.  Learning to build personal website to put up video and photos for family and friends to view.  Please keep up the good work.<br />
-Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4300</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Thu, 21 Feb 2008 21:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4300</guid>
		<description>I have implemented this on my site - it works great except for in Explorer.  In Explorer, the images don&#039;t switch out.  I do not have a link on my items as the example shows - they are only meant to show images, not take the viewer anywhere on the click.  Is this why?  Does anyone know a work-around for this glitch?  Thanks!</description>
		<content:encoded><![CDATA[<p>I have implemented this on my site &#8211; it works great except for in Explorer.  In Explorer, the images don&#8217;t switch out.  I do not have a link on my items as the example shows &#8211; they are only meant to show images, not take the viewer anywhere on the click.  Is this why?  Does anyone know a work-around for this glitch?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh setty</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4294</link>
		<dc:creator>santosh setty</dc:creator>
		<pubDate>Fri, 08 Feb 2008 15:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4294</guid>
		<description>hi annie,
              can u show me demo file.. so that i can help you</description>
		<content:encoded><![CDATA[<p>hi annie,<br />
              can u show me demo file.. so that i can help you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4293</link>
		<dc:creator>Annie</dc:creator>
		<pubDate>Fri, 08 Feb 2008 15:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4293</guid>
		<description>I did a pop-up of an image when the mouse hovers over text, but the enlarged image is pushing all other text out of the way even though I set the z-index of the image higher than the one of the text.  Please help!</description>
		<content:encoded><![CDATA[<p>I did a pop-up of an image when the mouse hovers over text, but the enlarged image is pushing all other text out of the way even though I set the z-index of the image higher than the one of the text.  Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Potski</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4287</link>
		<dc:creator>Potski</dc:creator>
		<pubDate>Mon, 04 Feb 2008 00:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-4287</guid>
		<description>Great script, really useful and just what I was looking for. Thank you!</description>
		<content:encoded><![CDATA[<p>Great script, really useful and just what I was looking for. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh setty</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-3776</link>
		<dc:creator>santosh setty</dc:creator>
		<pubDate>Sat, 08 Dec 2007 04:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-3776</guid>
		<description>hi Yeuclid,
                  can u plz provide me link so that i can help u!</description>
		<content:encoded><![CDATA[<p>hi Yeuclid,<br />
                  can u plz provide me link so that i can help u!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yeuclid</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-3763</link>
		<dc:creator>Yeuclid</dc:creator>
		<pubDate>Fri, 07 Dec 2007 17:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-3763</guid>
		<description>Neat code, but doesn&#039;t work for me in IE6.

Any suggestions?

Works in Firefox</description>
		<content:encoded><![CDATA[<p>Neat code, but doesn&#8217;t work for me in IE6.</p>
<p>Any suggestions?</p>
<p>Works in Firefox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaninja</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-3450</link>
		<dc:creator>Vaninja</dc:creator>
		<pubDate>Mon, 26 Nov 2007 07:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-3450</guid>
		<description>Wow! This is what i looking for. Cool!!
I was visiting ebay&#039;s &quot;snapshot view&quot; before and wondering how they made it (I&#039;m a newbie in webdesign). 
This code is really useful.
Thanks!!</description>
		<content:encoded><![CDATA[<p>Wow! This is what i looking for. Cool!!<br />
I was visiting ebay&#8217;s &#8220;snapshot view&#8221; before and wondering how they made it (I&#8217;m a newbie in webdesign).<br />
This code is really useful.<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian In NY</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2866</link>
		<dc:creator>Brian In NY</dc:creator>
		<pubDate>Wed, 07 Nov 2007 20:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2866</guid>
		<description>..  I have now downloaded all the code via the utility provided, and it works fine.  Thanks!</description>
		<content:encoded><![CDATA[<p>..  I have now downloaded all the code via the utility provided, and it works fine.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian In NY</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2865</link>
		<dc:creator>Brian In NY</dc:creator>
		<pubDate>Wed, 07 Nov 2007 20:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2865</guid>
		<description>CORRECTION OF ABOVE POST . .

I discovered the cut-and-pasted code somehow ended up with quote marks that weren&#039;t understood.  The small picture now show, with no enlargement with the roll-over.  I will be looking further.</description>
		<content:encoded><![CDATA[<p>CORRECTION OF ABOVE POST . .</p>
<p>I discovered the cut-and-pasted code somehow ended up with quote marks that weren&#8217;t understood.  The small picture now show, with no enlargement with the roll-over.  I will be looking further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian In NY</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2864</link>
		<dc:creator>Brian In NY</dc:creator>
		<pubDate>Wed, 07 Nov 2007 20:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2864</guid>
		<description>Hi,

I have tried this, downloading and inserting your code, both html and css.  

I have modified the directory references to point to my own PIC folder, in which I have placed your two Spiderman images (small and big), and yet the images fail to appear in execution.

This is discouraging.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried this, downloading and inserting your code, both html and css.  </p>
<p>I have modified the directory references to point to my own PIC folder, in which I have placed your two Spiderman images (small and big), and yet the images fail to appear in execution.</p>
<p>This is discouraging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2473</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 05 Oct 2007 17:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2473</guid>
		<description>Hi - I am just learning Dreamweaver and want to do exactly what you are doing when you hover over the words here &amp; demo in your intro. That is to say you get a snapshot open with a pointer to the word you hover over.

Can someone please explain how I can achieve this effect. 

Thanks very much.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I am just learning Dreamweaver and want to do exactly what you are doing when you hover over the words here &amp; demo in your intro. That is to say you get a snapshot open with a pointer to the word you hover over.</p>
<p>Can someone please explain how I can achieve this effect. </p>
<p>Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh setty</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2146</link>
		<dc:creator>santosh setty</dc:creator>
		<pubDate>Wed, 19 Sep 2007 14:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2146</guid>
		<description>Hi Bob,
                 Can u explain more clearly bcoz i didnt get wht u want?</description>
		<content:encoded><![CDATA[<p>Hi Bob,<br />
                 Can u explain more clearly bcoz i didnt get wht u want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Cobb</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2131</link>
		<dc:creator>Bob Cobb</dc:creator>
		<pubDate>Wed, 19 Sep 2007 04:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-2131</guid>
		<description>Is there a way to make it so that when the mouse leaves the thumbnail, the pop-up image disappears even if the mouse is over the popped-up image?

I know how to make this less likely by moving the pop-up image farther away from the thumbnail, but I was wondering if there&#039;s a way to make it so that even if the mouse is over the pop-up image, it disappears no matter what when the mouse leaves the popped-up image?

If you don&#039;t know what I mean, you can test this by moving the mouse fast to test this.

Thanks SO MUCH for your help!  I&#039;m designing a site right now, so any fast answer you can give will be very much appreciated.</description>
		<content:encoded><![CDATA[<p>Is there a way to make it so that when the mouse leaves the thumbnail, the pop-up image disappears even if the mouse is over the popped-up image?</p>
<p>I know how to make this less likely by moving the pop-up image farther away from the thumbnail, but I was wondering if there&#8217;s a way to make it so that even if the mouse is over the pop-up image, it disappears no matter what when the mouse leaves the popped-up image?</p>
<p>If you don&#8217;t know what I mean, you can test this by moving the mouse fast to test this.</p>
<p>Thanks SO MUCH for your help!  I&#8217;m designing a site right now, so any fast answer you can give will be very much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh setty</title>
		<link>http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-1845</link>
		<dc:creator>santosh setty</dc:creator>
		<pubDate>Sun, 09 Sep 2007 15:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/#comment-1845</guid>
		<description>Hi Raye,
                Up to my knowledge it is not possible to create pop-up window using only css we need to use javascript.</description>
		<content:encoded><![CDATA[<p>Hi Raye,<br />
                Up to my knowledge it is not possible to create pop-up window using only css we need to use javascript.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
