<?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>AjaxApp.com, ajax app and cool web apps! &#187; CSS</title>
	<atom:link href="http://www.ajaxapp.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxapp.com</link>
	<description>about ajax, javascript, DHTML, CSS, web app, MySQL, PHP, JSP, Java, Oracle and Howtos</description>
	<lastBuildDate>Tue, 30 Aug 2011 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flash z-index fix by setting wmode to transparent</title>
		<link>http://www.ajaxapp.com/2011/05/10/flash-z-index-fix-by-setting-wmode-to-transparent/</link>
		<comments>http://www.ajaxapp.com/2011/05/10/flash-z-index-fix-by-setting-wmode-to-transparent/#comments</comments>
		<pubDate>Wed, 11 May 2011 05:18:05 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[How-tos]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=557</guid>
		<description><![CDATA[You should have experienced that a div is being partially or completely covered by a Flash object or Flash movie. No matter how you specifically set the z-index of your DIV to be higher than the Flash movie, it&#8217;ll not work on your browsers. &#60;!-- The DIV --&#62; &#60;style&#62; .mydiv &#123;display:block;z-index:300;background:#fff;border:13px solid #ccc;width:500px;} &#60;/style&#62; &#60;div [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2011/05/10/flash-z-index-fix-by-setting-wmode-to-transparent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a pop-up lightbox upon body onload</title>
		<link>http://www.ajaxapp.com/2010/09/15/create-a-pop-up-lightbox-upon-body-onload/</link>
		<comments>http://www.ajaxapp.com/2010/09/15/create-a-pop-up-lightbox-upon-body-onload/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 08:41:36 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[How-tos]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Lightbox effect]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=532</guid>
		<description><![CDATA[This is an example that shows a lightbox effect upon the body onLoad event. There are three JavaScript functions here which you can call to show the lightbox, which are pop_up_light_box(), pop_up_light_box_with_delay(secs) and pop_up_light_box_for_ie_only(secs). As their names imply, the first one shows a lightbox effect, second one shows a lightbox effect with specified number of [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2010/09/15/create-a-pop-up-lightbox-upon-body-onload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS gets Object-Oriented</title>
		<link>http://www.ajaxapp.com/2009/03/01/css-gets-object-oriented/</link>
		<comments>http://www.ajaxapp.com/2009/03/01/css-gets-object-oriented/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 02:15:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Quick Tip]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=161</guid>
		<description><![CDATA[CSS guru, Nicole Sullivan, has a way to make CSS Object Oriented. To me, CSS would then be possible to be used with useful features found in Object Oriented programming languages, such as Java. So, inheritance, properties overriding should be possible with the OO CSS? Lets look at what the guru has to say: My [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/03/01/css-gets-object-oriented/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS to inline styles converter</title>
		<link>http://www.ajaxapp.com/2009/03/01/css-to-inline-styles-converter/</link>
		<comments>http://www.ajaxapp.com/2009/03/01/css-to-inline-styles-converter/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 02:05:34 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=158</guid>
		<description><![CDATA[The previous post I&#8217;ve written about that GMail strips CSS (included in &#60;style&#62;&#60;/style&#62; or included as external CSS) in an HTML-based email. In order to have GMail to display an HTML-based email properly without losing the original CSS formatting, you&#8217;ll have to convert the CSS used in the web page or HTML-based email into inline [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/03/01/css-to-inline-styles-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail strips CSS of HTML email, you must use inline CSS for GMail</title>
		<link>http://www.ajaxapp.com/2009/02/19/gmail-strips-css-of-html-email-you-must-use-inline-css-for-gmail/</link>
		<comments>http://www.ajaxapp.com/2009/02/19/gmail-strips-css-of-html-email-you-must-use-inline-css-for-gmail/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 06:47:34 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Quick Tip]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=127</guid>
		<description><![CDATA[Wonder why the HTML based email sent out by your PHP script will NOT display properly in GMail? GMail will strip all the CSS that is included in between the &#60;style&#62;&#60;/style&#62; tag pair (internal stylesheet) or the external style sheet included, such as&#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://mycss.com/my.css&#8221; /&#62;. In order to make your HTML or web-based [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/02/19/gmail-strips-css-of-html-email-you-must-use-inline-css-for-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax, DHTML, CSS apps development tools to come to mobile phones</title>
		<link>http://www.ajaxapp.com/2009/02/09/ajax-dhtml-css-apps-development-tools-to-come-to-mobile-phones/</link>
		<comments>http://www.ajaxapp.com/2009/02/09/ajax-dhtml-css-apps-development-tools-to-come-to-mobile-phones/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 01:52:35 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=110</guid>
		<description><![CDATA[It&#8217;s definitely exciting to know that mobile phone applications can be developed using the languages that an Ajax or Javascript developer has been familiar with. The mobile phone industry has been having a number of makers starting creating OSes or platform that allows the development of mobile applications using DHTML, JavaScript, CSS and Ajax etc. [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/02/09/ajax-dhtml-css-apps-development-tools-to-come-to-mobile-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Round corners with CSS only without images</title>
		<link>http://www.ajaxapp.com/2008/06/10/round-corners-with-css-only-without-images/</link>
		<comments>http://www.ajaxapp.com/2008/06/10/round-corners-with-css-only-without-images/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 07:26:32 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/2008/06/10/round-corners-with-css-only-without-images/</guid>
		<description><![CDATA[.roundDiv1 { background:#BB0000; color:#fff; margin:0 8px; font-family:verdana,arial;font-size:9pt; font-weight:bolder;text-align:center;width:450px; } .rtop, .rbottom { display:block; background:#fff; } .rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; background:#BB0000; } .r1{margin: 0 5px} .r2{margin: 0 3px} .r3{margin: 0 2px} .r4{ margin: 0 1px; height: 2px } .roundTab1 { background:#7788BB; color:#fff; margin:0 8px;width:450px; font-family:verdana,arial;font-size:9pt;font-weight:bolder;text-align:center;height:25px; } .xrtop, .xrbottom { [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2008/06/10/round-corners-with-css-only-without-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototype &#8211; a fantastic JavaScript Framework, simplifies Ajax coding</title>
		<link>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/</link>
		<comments>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 04:02:52 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[In The news]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/</guid>
		<description><![CDATA[What is Prototype? Prototype is a JavaScript framework that simplifies AJAX coding and extends the DOM structure. Prototype comes with several short-cut coding methods and modules to allow you to shorten your AJAX coding and it&#8217;s browser-safe. Prototype is now available with the latest version, 1.6 for download. To start using Prototype in your web [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

