<?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: Safari CSS Hack</title>
	<atom:link href="http://www.gilluminate.com/2008/05/02/safari-css-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com/2008/05/02/safari-css-hack/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 12:27:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: dex online</title>
		<link>http://www.gilluminate.com/2008/05/02/safari-css-hack/comment-page-1/#comment-5519</link>
		<dc:creator>dex online</dc:creator>
		<pubDate>Fri, 10 Oct 2008 20:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gilluminate.com/2008/05/02/safari-css-hack/#comment-5519</guid>
		<description>For opera:
@media screen and (min-width: 10px){
.yourstyle {
color: red;
}
}</description>
		<content:encoded><![CDATA[<p>For opera:<br />
@media screen and (min-width: 10px){<br />
.yourstyle {<br />
color: red;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Hacker</title>
		<link>http://www.gilluminate.com/2008/05/02/safari-css-hack/comment-page-1/#comment-5367</link>
		<dc:creator>CSS Hacker</dc:creator>
		<pubDate>Thu, 10 Jul 2008 08:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gilluminate.com/2008/05/02/safari-css-hack/#comment-5367</guid>
		<description>Have you tried doing this on your list elements:

list-style-position:outside;
list-style-type:none;
list-style:none;
display:block;

You can add background and a float and it will do whatever you need it to do. Remember, ul is a block level element by default, so changing it have inline aspects is going to give you unpredictable results in m,any agents, thus the hack.

If you are looking for a very good Safari CSS Hack, I would try this site:

http://www.giantisland.com/Resources/LitePacificHackforSafariAndIE7.aspx</description>
		<content:encoded><![CDATA[<p>Have you tried doing this on your list elements:</p>
<p>list-style-position:outside;<br />
list-style-type:none;<br />
list-style:none;<br />
display:block;</p>
<p>You can add background and a float and it will do whatever you need it to do. Remember, ul is a block level element by default, so changing it have inline aspects is going to give you unpredictable results in m,any agents, thus the hack.</p>
<p>If you are looking for a very good Safari CSS Hack, I would try this site:</p>
<p><a href="http://www.giantisland.com/Resources/LitePacificHackforSafariAndIE7.aspx" rel="nofollow">http://www.giantisland.com/Resources/LitePacificHackforSafariAndIE7.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
