<?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: How to Create a Valid Non-Javascript Lightbox</title>
	<atom:link href="http://thinkvitamin.com/design/css/how-to-create-a-valid-non-javascript-lightbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/</link>
	<description>The Web Practitioner&#039;s Blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: clips4sale</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-42629</link>
		<dc:creator>clips4sale</dc:creator>
		<pubDate>Fri, 29 Apr 2011 23:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-42629</guid>
		<description>You could do this with javascript with 25% of the amount of code. Why bother with it this way?</description>
		<content:encoded><![CDATA[<p>You could do this with javascript with 25% of the amount of code. Why bother with it this way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-41623</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 10 Mar 2011 14:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-41623</guid>
		<description>To further my previous comment, has anyone else come across the mouse wheel scroll problem in IE?

It seems you can only scroll if the pointer is over the content, for example try hovering the pointer over a blank part of the page (i.e. not over text, links etc) and you&#039;ll find that the scroll wheel doesn&#039;t work.

I&#039;ve found this in IE 6 &amp; 8, so I presume would be the case in other versions of IE.

This is the last fix I need to overcome before implementing this on my site, so any help would be greatly received.

Kind regards</description>
		<content:encoded><![CDATA[<p>To further my previous comment, has anyone else come across the mouse wheel scroll problem in IE?</p>
<p>It seems you can only scroll if the pointer is over the content, for example try hovering the pointer over a blank part of the page (i.e. not over text, links etc) and you&#8217;ll find that the scroll wheel doesn&#8217;t work.</p>
<p>I&#8217;ve found this in IE 6 &amp; 8, so I presume would be the case in other versions of IE.</p>
<p>This is the last fix I need to overcome before implementing this on my site, so any help would be greatly received.</p>
<p>Kind regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc_001</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-41488</link>
		<dc:creator>Doc_001</dc:creator>
		<pubDate>Sat, 05 Mar 2011 08:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-41488</guid>
		<description>I guess just for trying makes this a great tutorial. There&#039;s work to be done but, as I always say, everything is perfectible... NICE WORK!</description>
		<content:encoded><![CDATA[<p>I guess just for trying makes this a great tutorial. There&#8217;s work to be done but, as I always say, everything is perfectible&#8230; NICE WORK!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-41390</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 01 Mar 2011 14:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-41390</guid>
		<description>Thanks for this great article, its just what I&#039;ve been looking for. Has anybody else notice a mouse scroll wheel problem when viewing in IE 8?

I&#039;ve found that it works sporadically, a fix for this would be much appreciated</description>
		<content:encoded><![CDATA[<p>Thanks for this great article, its just what I&#8217;ve been looking for. Has anybody else notice a mouse scroll wheel problem when viewing in IE 8?</p>
<p>I&#8217;ve found that it works sporadically, a fix for this would be much appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mistatulz</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-41306</link>
		<dc:creator>Mistatulz</dc:creator>
		<pubDate>Thu, 24 Feb 2011 09:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-41306</guid>
		<description>WOW thank yooouuu sooooooo much ive been lookin for such stuff all over......such a life saver!!!!!!</description>
		<content:encoded><![CDATA[<p>WOW thank yooouuu sooooooo much ive been lookin for such stuff all over&#8230;&#8230;such a life saver!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 文宾</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-39547</link>
		<dc:creator>文宾</dc:creator>
		<pubDate>Thu, 20 Jan 2011 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-39547</guid>
		<description>fun example,i learead,thanks.</description>
		<content:encoded><![CDATA[<p>fun example,i learead,thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio Poveda</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-38589</link>
		<dc:creator>Julio Poveda</dc:creator>
		<pubDate>Fri, 17 Dec 2010 00:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-38589</guid>
		<description>thanks for the tutorial!</description>
		<content:encoded><![CDATA[<p>thanks for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wong</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-37071</link>
		<dc:creator>Wong</dc:creator>
		<pubDate>Mon, 25 Oct 2010 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-37071</guid>
		<description>Your article has way too much text and the unappealing layout doesn&#039;t make us want to try to understand the code. You should take example on http://www.admixweb.com/2010/05/12/creating-a-bubble-coda-style-with-css3/</description>
		<content:encoded><![CDATA[<p>Your article has way too much text and the unappealing layout doesn&#8217;t make us want to try to understand the code. You should take example on <a href="http://www.admixweb.com/2010/05/12/creating-a-bubble-coda-style-with-css3/" rel="nofollow">http://www.admixweb.com/2010/05/12/creating-a-bubble-coda-style-with-css3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yang Yang Li</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-23451</link>
		<dc:creator>Yang Yang Li</dc:creator>
		<pubDate>Mon, 27 Sep 2010 23:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-23451</guid>
		<description>Thank you for the intersting post and helpful post. It provided the bit of script I needed to create an exit pop up. You can see the free exit pop up script I created at my blog http://exitpopupcode.com/free_exit_popup_script</description>
		<content:encoded><![CDATA[<p>Thank you for the intersting post and helpful post. It provided the bit of script I needed to create an exit pop up. You can see the free exit pop up script I created at my blog <a href="http://exitpopupcode.com/free_exit_popup_script" rel="nofollow">http://exitpopupcode.com/free_exit_popup_script</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunasegar</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-22339</link>
		<dc:creator>Gunasegar</dc:creator>
		<pubDate>Tue, 17 Aug 2010 07:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-22339</guid>
		<description>Thanks buddy..... it helped me lot...... Nice post</description>
		<content:encoded><![CDATA[<p>Thanks buddy&#8230;.. it helped me lot&#8230;&#8230; Nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loftboy</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-21427</link>
		<dc:creator>Loftboy</dc:creator>
		<pubDate>Tue, 29 Jun 2010 00:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-21427</guid>
		<description>My web design instructor put it to us to find a css solution to make a gallery. Seeing as I had absolutely no idea what I was (or am) doing, and the instructor wanted something that would actually validate, your solution proved quite elegant for me. I tweaked things here and there (the photos and captions in the lightbox were cutting off on smaller screens, but I kind of fumbled my way into a solution for that.

The only thing that didn&#039;t validate in the CSS was the rgba value ... so I pretended I didn&#039;t see it and moved on.

I have asked people to look at my site and it appears to be working on Firefox and Safari, but not on Internet Explorer (does anything work on IE?). Apparently, the links aren&#039;t working. I know you put in a fix for Explorer, so I&#039;m thinking I probably blew it somewhere.

Anyway, thanks ... the rest of the class gave up and did javascript galleries. I didn&#039;t ... which makes me better than them. Or more stupid than them. I just don&#039;t know enough about web design yet to know which.</description>
		<content:encoded><![CDATA[<p>My web design instructor put it to us to find a css solution to make a gallery. Seeing as I had absolutely no idea what I was (or am) doing, and the instructor wanted something that would actually validate, your solution proved quite elegant for me. I tweaked things here and there (the photos and captions in the lightbox were cutting off on smaller screens, but I kind of fumbled my way into a solution for that.</p>
<p>The only thing that didn&#8217;t validate in the CSS was the rgba value &#8230; so I pretended I didn&#8217;t see it and moved on.</p>
<p>I have asked people to look at my site and it appears to be working on Firefox and Safari, but not on Internet Explorer (does anything work on IE?). Apparently, the links aren&#8217;t working. I know you put in a fix for Explorer, so I&#8217;m thinking I probably blew it somewhere.</p>
<p>Anyway, thanks &#8230; the rest of the class gave up and did javascript galleries. I didn&#8217;t &#8230; which makes me better than them. Or more stupid than them. I just don&#8217;t know enough about web design yet to know which.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quintin</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-20350</link>
		<dc:creator>Quintin</dc:creator>
		<pubDate>Tue, 04 May 2010 05:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-20350</guid>
		<description>Thanks verymuch this will help me a lot thanks :) just to let you know it doesn&#039;t scroll either and you have to press the X (close) to exit it you can&#039;t click on the outside like you usually can on some websites.Thanks</description>
		<content:encoded><![CDATA[<p>Thanks verymuch this will help me a lot thanks :) just to let you know it doesn&#8217;t scroll either and you have to press the X (close) to exit it you can&#8217;t click on the outside like you usually can on some websites.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qwerty</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-20147</link>
		<dc:creator>qwerty</dc:creator>
		<pubDate>Thu, 22 Apr 2010 08:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-20147</guid>
		<description>When i use my mouse scrool wheel... it slides the lightbox up and down. That does not look very nice.</description>
		<content:encoded><![CDATA[<p>When i use my mouse scrool wheel&#8230; it slides the lightbox up and down. That does not look very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prince</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-17269</link>
		<dc:creator>Prince</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-17269</guid>
		<description>Hey Eric, the link is going nowhere</description>
		<content:encoded><![CDATA[<p>Hey Eric, the link is going nowhere</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-17212</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 16 Dec 2009 07:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-17212</guid>
		<description>Oops, the code didn&#039;t show. I don&#039;t know how else to send it. ):</description>
		<content:encoded><![CDATA[<p>Oops, the code didn&#8217;t show. I don&#8217;t know how else to send it. ):</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-17211</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 16 Dec 2009 07:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-17211</guid>
		<description>I need assistance so bad ): 
I did pretty much exactly what you said but this is what happens:

http://banjundrama.wordpress.com/2009/12/16/fhaluj/

Also, this is how I did it. I might be fully wrong. Please help me! 



    
    XHML and CSS Lightbox

html {
font-size: 75%;} 
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;}
body {
background-color: #f8f8f8;
font-family: arial, helvetica, sans-serif;
color: #777;
text-align: center;
font-size: 1.0833em;
line-height: 1.6923em;}
a {
color: #09F;}
h2 {
font-weight: normal;}
p {
margin: 0 0 1.6923em 0;}        
#container {
width: 100%;
height: 100%;}
position: absolute;
top: 0;
left: 0;
overflow: auto;
#header,
#content,
#footer {
text-align: left;
width: 870px;
margin: 0 auto;
padding: 40px;}
#header,
#footer {
background-color: #eee;}
#header h1 {
margin: 0;}
#header p {
margin: 5px 0 0;}
#content {
background-color: #fff;}		
/* ---------------------------------------------------------- */
/* LIGHTBOXES
/* ---------------------------------------------------------- */
#lightboxes {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;}
overflow: hidden;
#lightboxes li {
width: 100%;
height: 9999px;
position: relative;
background: rgba(0,0,0,.5);}
#lightboxes .box {
position: absolute;
width: 400px;
height: 400px;
left: 50%;
top: 50px;
border: 10px solid #999;
margin-left: -230px;
background-color: #fff;
padding: 20px;}
#lightboxes h3 {
font-weight: normal;
font-size: 1.8461em;
margin: 0 0 0.4583em 0;}
#lightboxes a.close {
position: absolute;
top: 20px;
right: 20px;
display: block;
width: 20px;
line-height: 20px;
text-align: center;
background-color: #ddd;
text-decoration: none;
font-weight: bold;
color: #999;
font-size: 1.2em;}
#lightboxes a.close:hover {
background-color: #999;
color: #fff;}
#lightboxes #close {
background-color: transparent;
z-index: -1;}

&lt;!--[if IE]&gt;--&gt;

html {
overflow-y: auto;}
#lightboxes {
    position: relative;}
    #lightboxes .ie-bg {
    background: #000;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=75);}





    
        A valid XHTML and CSS Lightbox (no JavaScript)
        &lt;strong&gt;by Jenna Smith&lt;/strong&gt;
    
    
        Click any of the links below to see it in action
        Lorem ipsum dolor sit amet, consectetur &lt;a href=&quot;http://tinypic.com/m/6oj340/2&quot; rel=&quot;nofollow&quot;&gt;about us&lt;/a&gt; adipiscing elit.
        Donec massa lorem, elementum et mollis non, viverra a est. Proin nunc orci, tristique at egestas et,
        interdum ac ipsum. Nulla &lt;a href=&quot;http://tinypic.com/m/6oj340/2&quot; rel=&quot;nofollow&quot;&gt;more info&lt;/a&gt; vulputate erat ac gravida. Mauris facilisis, leo ac condimentum commodo,
        justo eros molestie dolor, a posuere orci tortor sed lacus. Suspendisse dictum, magna eu posuere tempor,
        augue diam tempor lacus, sed hendrerit nulla ante quis justo. Aliquam eget tellus risus.
    
    
    	Copyright 2009 Jenna Smith
    


    
    
        
            About
            
                Duis eros nibh, tempor sed ultricies eget, malesuada id nunc. Praesent a purus non
                risus dignissim placerat et eu dolor. Maecenas rutrum odio vitae libero sagittis a faucibus metus tincidunt.
                Praesent bibendum sagittis elit, nec convallis enim tincidunt quis.
            
            
                Duis eros nibh, tempor sed ultricies eget, malesuada id nunc. Praesent a purus non
                risus dignissim placerat et eu dolor. Maecenas rutrum odio vitae libero sagittis a faucibus metus tincidunt.
                Praesent bibendum sagittis elit, nec convallis enim tincidunt quis.
            
            &lt;a href=&quot;#close&quot; title=&quot;close window&quot; rel=&quot;nofollow&quot;&gt;x&lt;/a&gt;
        
&lt;!--[if IE]&gt;--&gt;


    
    
        
            More stuff
            
                Duis eros nibh, tempor sed ultricies eget, malesuada id nunc. Praesent a purus non
                risus dignissim placerat et eu dolor. Maecenas rutrum odio vitae libero sagittis a faucibus metus tincidunt.
                Praesent bibendum sagittis elit, nec convallis enim tincidunt quis.
            
            &lt;a href=&quot;#close&quot; title=&quot;close window&quot; rel=&quot;nofollow&quot;&gt;x&lt;/a&gt;
        
&lt;!--[if IE]&gt;--&gt;







I wonder if it shows! Please do help me (: 
Thanks!</description>
		<content:encoded><![CDATA[<p>I need assistance so bad ):<br />
I did pretty much exactly what you said but this is what happens:</p>
<p><a href="http://banjundrama.wordpress.com/2009/12/16/fhaluj/" rel="nofollow">http://banjundrama.wordpress.com/2009/12/16/fhaluj/</a></p>
<p>Also, this is how I did it. I might be fully wrong. Please help me! </p>
<p>    XHML and CSS Lightbox</p>
<p>html {<br />
font-size: 75%;}<br />
html, body {<br />
height: 100%;<br />
width: 100%;<br />
margin: 0;<br />
padding: 0;}<br />
body {<br />
background-color: #f8f8f8;<br />
font-family: arial, helvetica, sans-serif;<br />
color: #777;<br />
text-align: center;<br />
font-size: 1.0833em;<br />
line-height: 1.6923em;}<br />
a {<br />
color: #09F;}<br />
h2 {<br />
font-weight: normal;}<br />
p {<br />
margin: 0 0 1.6923em 0;}<br />
#container {<br />
width: 100%;<br />
height: 100%;}<br />
position: absolute;<br />
top: 0;<br />
left: 0;<br />
overflow: auto;<br />
#header,<br />
#content,<br />
#footer {<br />
text-align: left;<br />
width: 870px;<br />
margin: 0 auto;<br />
padding: 40px;}<br />
#header,<br />
#footer {<br />
background-color: #eee;}<br />
#header h1 {<br />
margin: 0;}<br />
#header p {<br />
margin: 5px 0 0;}<br />
#content {<br />
background-color: #fff;}<br />
/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- */<br />
/* LIGHTBOXES<br />
/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- */<br />
#lightboxes {<br />
width: 100%;<br />
height: 100%;<br />
margin: 0;<br />
padding: 0;<br />
list-style-type: none;<br />
text-align: left;}<br />
overflow: hidden;<br />
#lightboxes li {<br />
width: 100%;<br />
height: 9999px;<br />
position: relative;<br />
background: rgba(0,0,0,.5);}<br />
#lightboxes .box {<br />
position: absolute;<br />
width: 400px;<br />
height: 400px;<br />
left: 50%;<br />
top: 50px;<br />
border: 10px solid #999;<br />
margin-left: -230px;<br />
background-color: #fff;<br />
padding: 20px;}<br />
#lightboxes h3 {<br />
font-weight: normal;<br />
font-size: 1.8461em;<br />
margin: 0 0 0.4583em 0;}<br />
#lightboxes a.close {<br />
position: absolute;<br />
top: 20px;<br />
right: 20px;<br />
display: block;<br />
width: 20px;<br />
line-height: 20px;<br />
text-align: center;<br />
background-color: #ddd;<br />
text-decoration: none;<br />
font-weight: bold;<br />
color: #999;<br />
font-size: 1.2em;}<br />
#lightboxes a.close:hover {<br />
background-color: #999;<br />
color: #fff;}<br />
#lightboxes #close {<br />
background-color: transparent;<br />
z-index: -1;}</p>
<p><!--[if IE]&gt;--></p>
<p>html {<br />
overflow-y: auto;}<br />
#lightboxes {<br />
    position: relative;}<br />
    #lightboxes .ie-bg {<br />
    background: #000;<br />
    position: absolute;<br />
    z-index: -1;<br />
    width: 100%;<br />
    height: 100%;<br />
    filter: alpha(opacity=75);}</p>
<p>        A valid XHTML and CSS Lightbox (no JavaScript)<br />
        <strong>by Jenna Smith</strong></p>
<p>        Click any of the links below to see it in action<br />
        Lorem ipsum dolor sit amet, consectetur <a href="http://tinypic.com/m/6oj340/2" rel="nofollow">about us</a> adipiscing elit.<br />
        Donec massa lorem, elementum et mollis non, viverra a est. Proin nunc orci, tristique at egestas et,<br />
        interdum ac ipsum. Nulla <a href="http://tinypic.com/m/6oj340/2" rel="nofollow">more info</a> vulputate erat ac gravida. Mauris facilisis, leo ac condimentum commodo,<br />
        justo eros molestie dolor, a posuere orci tortor sed lacus. Suspendisse dictum, magna eu posuere tempor,<br />
        augue diam tempor lacus, sed hendrerit nulla ante quis justo. Aliquam eget tellus risus.</p>
<p>    	Copyright 2009 Jenna Smith</p>
<p>            About</p>
<p>                Duis eros nibh, tempor sed ultricies eget, malesuada id nunc. Praesent a purus non<br />
                risus dignissim placerat et eu dolor. Maecenas rutrum odio vitae libero sagittis a faucibus metus tincidunt.<br />
                Praesent bibendum sagittis elit, nec convallis enim tincidunt quis.</p>
<p>                Duis eros nibh, tempor sed ultricies eget, malesuada id nunc. Praesent a purus non<br />
                risus dignissim placerat et eu dolor. Maecenas rutrum odio vitae libero sagittis a faucibus metus tincidunt.<br />
                Praesent bibendum sagittis elit, nec convallis enim tincidunt quis.</p>
<p>            <a href="#close" title="close window" rel="nofollow">x</a></p>
<p><!--[if IE]&gt;--></p>
<p>            More stuff</p>
<p>                Duis eros nibh, tempor sed ultricies eget, malesuada id nunc. Praesent a purus non<br />
                risus dignissim placerat et eu dolor. Maecenas rutrum odio vitae libero sagittis a faucibus metus tincidunt.<br />
                Praesent bibendum sagittis elit, nec convallis enim tincidunt quis.</p>
<p>            <a href="#close" title="close window" rel="nofollow">x</a></p>
<p><!--[if IE]&gt;--></p>
<p>I wonder if it shows! Please do help me (:<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandy</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-16958</link>
		<dc:creator>sandy</dc:creator>
		<pubDate>Mon, 07 Dec 2009 07:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-16958</guid>
		<description>thanks a lot.. for giving simple idea</description>
		<content:encoded><![CDATA[<p>thanks a lot.. for giving simple idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TTF</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-16455</link>
		<dc:creator>TTF</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-16455</guid>
		<description>I think this is fantastic -- BUT you said that you don&#039;t think it would be used in a real-world project...why is that?  What is the downside...seems like being able to get lightboxes which are convenient for users WITHOUT relying on javascript, which can be a hassle, would be perfect....

Let me know....thanks.</description>
		<content:encoded><![CDATA[<p>I think this is fantastic &#8212; BUT you said that you don&#8217;t think it would be used in a real-world project&#8230;why is that?  What is the downside&#8230;seems like being able to get lightboxes which are convenient for users WITHOUT relying on javascript, which can be a hassle, would be perfect&#8230;.</p>
<p>Let me know&#8230;.thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geng Gao</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-16076</link>
		<dc:creator>Geng Gao</dc:creator>
		<pubDate>Tue, 27 Oct 2009 03:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-16076</guid>
		<description>This is awesome! Great job.</description>
		<content:encoded><![CDATA[<p>This is awesome! Great job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wdct</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15807</link>
		<dc:creator>wdct</dc:creator>
		<pubDate>Thu, 15 Oct 2009 00:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15807</guid>
		<description>I will try this. It&#039;s very well explained, so I hope I won&#039;t have any problems. Thank for sharing this .</description>
		<content:encoded><![CDATA[<p>I will try this. It&#8217;s very well explained, so I hope I won&#8217;t have any problems. Thank for sharing this .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Pedersen</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15805</link>
		<dc:creator>Henrik Pedersen</dc:creator>
		<pubDate>Wed, 14 Oct 2009 23:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15805</guid>
		<description>I&#039;ve used in a partner project. I hate to rely on javascript, even trough I master it. 

So thanks a lot. Maybe I can use this as a fallback for a javascipt popup some other place</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used in a partner project. I hate to rely on javascript, even trough I master it. </p>
<p>So thanks a lot. Maybe I can use this as a fallback for a javascipt popup some other place</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hilikus</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15791</link>
		<dc:creator>hilikus</dc:creator>
		<pubDate>Wed, 14 Oct 2009 16:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15791</guid>
		<description>found a way to fix the scrolling problem in firefox (i think - well it works for me),

in the main style section change #lightboxes {...} overflow: auto; to overflow: hidden;

this is already set to hidden in the IE specific styling.</description>
		<content:encoded><![CDATA[<p>found a way to fix the scrolling problem in firefox (i think &#8211; well it works for me),</p>
<p>in the main style section change #lightboxes {&#8230;} overflow: auto; to overflow: hidden;</p>
<p>this is already set to hidden in the IE specific styling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Marez</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15732</link>
		<dc:creator>George Marez</dc:creator>
		<pubDate>Mon, 12 Oct 2009 15:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15732</guid>
		<description>OMG, I has having so many problems getting a lightbox to work in Joomla. This would have been a perfect solution!

Thank you so much for the write-up!</description>
		<content:encoded><![CDATA[<p>OMG, I has having so many problems getting a lightbox to work in Joomla. This would have been a perfect solution!</p>
<p>Thank you so much for the write-up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hilikus</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15728</link>
		<dc:creator>hilikus</dc:creator>
		<pubDate>Mon, 12 Oct 2009 14:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15728</guid>
		<description>This is a great alternative to Javascript! Great Work!

unexpected results in Firefox using the mouse&#039;s scroll wheel. Whilst the browsers scroll bars will scroll the faded background content, the scroll wheel moves the overlay and black filter down the page :S

might try usin this for embedding flash video&#039;s...

Thanks!</description>
		<content:encoded><![CDATA[<p>This is a great alternative to Javascript! Great Work!</p>
<p>unexpected results in Firefox using the mouse&#8217;s scroll wheel. Whilst the browsers scroll bars will scroll the faded background content, the scroll wheel moves the overlay and black filter down the page :S</p>
<p>might try usin this for embedding flash video&#8217;s&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15695</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sun, 11 Oct 2009 01:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15695</guid>
		<description>That was strong tag...</description>
		<content:encoded><![CDATA[<p>That was strong tag&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15694</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sun, 11 Oct 2009 01:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15694</guid>
		<description>Did you really need the &lt;strong&gt; tags?</description>
		<content:encoded><![CDATA[<p>Did you really need the <strong> tags?</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15623</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 07 Oct 2009 12:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15623</guid>
		<description>Awesome..... Im having a problem with a javascript overlay. Ill try this as a solution and let you guys know how it goes!

Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome&#8230;.. Im having a problem with a javascript overlay. Ill try this as a solution and let you guys know how it goes!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenna</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15382</link>
		<dc:creator>Jenna</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15382</guid>
		<description>Ah yes, sorry about that. I will try get some comments added to my code so that it is clearer!</description>
		<content:encoded><![CDATA[<p>Ah yes, sorry about that. I will try get some comments added to my code so that it is clearer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenna</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15381</link>
		<dc:creator>Jenna</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15381</guid>
		<description>&quot;This was just a bit of fun and is unlikely to be used in any real-world applications but hopefully it’s been an interesting read and you never know, someone might have actually learnt something from it!&quot;

The above quote was taken from the Conclusion of this article... It was just an experimental bit of fun, it was not created to solve the accessibility issues of lightboxes or to replace lightboxes.

I certainly wouldn&#039;t use this solution for any of my projects as there are many issues with it, including those that you&#039;ve mentioned =)</description>
		<content:encoded><![CDATA[<p>&#8220;This was just a bit of fun and is unlikely to be used in any real-world applications but hopefully it’s been an interesting read and you never know, someone might have actually learnt something from it!&#8221;</p>
<p>The above quote was taken from the Conclusion of this article&#8230; It was just an experimental bit of fun, it was not created to solve the accessibility issues of lightboxes or to replace lightboxes.</p>
<p>I certainly wouldn&#8217;t use this solution for any of my projects as there are many issues with it, including those that you&#8217;ve mentioned =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdoc</title>
		<link>http://thinkvitamin.com/design/how-to-create-a-valid-non-javascript-lightbox/#comment-15334</link>
		<dc:creator>mdoc</dc:creator>
		<pubDate>Fri, 25 Sep 2009 17:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=3230#comment-15334</guid>
		<description>can someone tell me how to make textarea or text box hidden so as 2 use image on it...the way it is in this blog below &quot;Have Your Say&quot; form...if someone could give me some css links regarding it would be very grateful....tx</description>
		<content:encoded><![CDATA[<p>can someone tell me how to make textarea or text box hidden so as 2 use image on it&#8230;the way it is in this blog below &#8220;Have Your Say&#8221; form&#8230;if someone could give me some css links regarding it would be very grateful&#8230;.tx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.467 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 04:32:47 -->

