<?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>aronatic.com &#187; CSS &amp; Html</title>
	<atom:link href="http://news.aronatic.com/category/css-html/feed" rel="self" type="application/rss+xml" />
	<link>http://news.aronatic.com</link>
	<description>San Diego Web Design, Internet Marketing</description>
	<lastBuildDate>Mon, 05 Dec 2011 16:05:44 +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>how to get rid / hide the value of a submit button with CSS</title>
		<link>http://news.aronatic.com/how-to-get-rid-hide-the-value-of-a-submit-button-with-css/css-html</link>
		<comments>http://news.aronatic.com/how-to-get-rid-hide-the-value-of-a-submit-button-with-css/css-html#comments</comments>
		<pubDate>Fri, 20 Nov 2009 23:09:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS & Html]]></category>

		<guid isPermaLink="false">http://news.aronatic.com/?p=293</guid>
		<description><![CDATA[having no control with an embedded form. this is some examples to get rid / hide the value of a submit button with CSS, hide the text on the button so all you see is the text built into the image itself. input[submit] { color: transparent; } or input[submit] { text-indent:-9999px; }]]></description>
		<wfw:commentRss>http://news.aronatic.com/how-to-get-rid-hide-the-value-of-a-submit-button-with-css/css-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS styling input type=&#8221;radio&#8221;</title>
		<link>http://news.aronatic.com/styling-input-typeradio/css-html</link>
		<comments>http://news.aronatic.com/styling-input-typeradio/css-html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 02:52:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS & Html]]></category>

		<guid isPermaLink="false">http://news.aronatic.com/?p=211</guid>
		<description><![CDATA[input[type="radio"] { border-style:none; } styling input type=&#8221;radio&#8221;; anyways there are times when you have to style some stuffs but it is impossible with the platform provider simply not allowing access to their main files. this is the way to over write it]]></description>
		<wfw:commentRss>http://news.aronatic.com/styling-input-typeradio/css-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>set css background transparency</title>
		<link>http://news.aronatic.com/set-css-background-transparency/css-html</link>
		<comments>http://news.aronatic.com/set-css-background-transparency/css-html#comments</comments>
		<pubDate>Thu, 21 May 2009 18:34:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS & Html]]></category>

		<guid isPermaLink="false">http://news.aronatic.com/?p=84</guid>
		<description><![CDATA[this is how you set css background transparency, add the following to your css property: filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;]]></description>
		<wfw:commentRss>http://news.aronatic.com/set-css-background-transparency/css-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

