<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[PHP Video Tutorials - CSS & HTML]]></title>
		<link>http://forum.phpvideotutorials.com/</link>
		<description>Get some help with your CSS</description>
		<language>en</language>
		<lastBuildDate>Wed, 08 Sep 2010 08:10:33 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.phpvideotutorials.com/images/misc/rss.jpg</url>
			<title><![CDATA[PHP Video Tutorials - CSS & HTML]]></title>
			<link>http://forum.phpvideotutorials.com/</link>
		</image>
		<item>
			<title>Anybody know how to target two classes in one element???</title>
			<link>http://forum.phpvideotutorials.com/showthread.php?t=8049&amp;goto=newpost</link>
			<pubDate>Fri, 20 Aug 2010 10:48:54 GMT</pubDate>
			<description><![CDATA[Ok so elements can have more then one class no news there so what I need to do is target elements that have two specific classes, example: 
 
<a...]]></description>
			<content:encoded><![CDATA[<div>Ok so elements can have more then one class no news there so what I need to do is target elements that have two specific classes, example:<br />
<br />
&lt;a href=&quot;&quot; class=&quot;class01 class02 class03&quot;&gt;&lt;/a&gt;<br />
&lt;a href=&quot;&quot; class=&quot;class01 class02&quot;&gt;&lt;/a&gt;<br />
&lt;a href=&quot;&quot; class=&quot;class01 class02 class03&quot;&gt;&lt;/a&gt;<br />
<br />
For those three links I would need to target just the two that have class02 and class03 and obviously the following doesn't work:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">a.class01 class03<br />
{<br />
&nbsp; &nbsp; style somethin<br />
}</code><hr />
</div>So anyone have a way to target both? I tried searching but all the results come up with the regular way to target multiple classes in multiple elements like a.class02, a.class03 which doesn't cut it for me [..]<br />
<br />
<div style="border: 3px solid #b2d5f9; background-color: #688bb0; color: white; -moz-border-radius: 8px; border-radius: 8px; padding: 5px; margin: 5px 20px"><b>Edit:</b> <i><br>oh I forgot to mention this is for a print style sheet so it has to be a css only solution so no js :p<br> </i></div></div>

]]></content:encoded>
			<category domain="http://forum.phpvideotutorials.com/forumdisplay.php?f=33"><![CDATA[CSS & HTML]]></category>
			<dc:creator>pikahyper</dc:creator>
			<guid isPermaLink="true">http://forum.phpvideotutorials.com/showthread.php?t=8049</guid>
		</item>
	</channel>
</rss>
