<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Navarr&#039;s Tech Side &#187; CSS3 Lightbox</title>
	<atom:link href="http://tech.navarr.me/topics/code/javascript-code/css3-lightbox/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.navarr.me</link>
	<description>The Technical Side of my Life</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='tech.navarr.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>JavaScript &amp; CSS3 Lightbox</title>
		<link>http://tech.navarr.me/2009/12/javascrpit-css3-lightbox.html</link>
		<comments>http://tech.navarr.me/2009/12/javascrpit-css3-lightbox.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 00:33:33 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[CSS3 Lightbox]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://tech.gtaero.net/2009/12/javascrpit-css3-lightbox.html</guid>
		<description><![CDATA[Usage: Call createLightbox(); to create the actual lightbox element (does not display anything). Call fillLightbox(string content) to fill the lightbox with RAW HTMLor Call appendLightbox(element childElement) to append a DOM Node directly into the lightbox. Call setLightboxSize(int width, int height, null, string unit) to set the width and height of the lightbox.  Unit will default [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><script src="http://gist.github.com/254614.js?file=css3_lightbox.js"></script></p>
<p><strong>Usage</strong>:</p>
<ul>
<li>Call <strong>createLightbox();</strong> to create the actual lightbox element (does not display anything).</li>
<li>Call <strong>fillLightbox(</strong><em>string </em>content<strong>)</strong> to fill the lightbox with RAW HTML<em>or</em>
<p>Call <strong>appendLightbox(</strong><em>element</em> childElement<strong>)</strong> to append a DOM Node directly into the lightbox.</li>
<li>Call <strong>setLightboxSize(</strong><em>int</em> width, <em>int</em> height, <em>null</em>, <em>string</em> unit) to set the width and height of the lightbox.  Unit will default to pixels “px” if not specified.</li>
<li>Call <strong>showLightbox()</strong> to actually display the lightbox to the user.</li>
<li>Call <em>boolean</em> <strong>lightboxVisible()</strong> to determine if the lightbox is still visible or not.</li>
<li>Call <strong>hideLightbox()</strong> to remove the lightbox from view.</li>
<li>Call <strong>cleanLightbox()</strong> to delete all content inside the lightbox container.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2009/12/javascrpit-css3-lightbox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

