<?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"
	>
<channel>
	<title>Comments on: jQuery &#8220;Highlight&#8221; plugin</title>
	<atom:link href="http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/</link>
	<description>MaxScript, ActionScript, PHP &#38; JavaScript</description>
	<pubDate>Sat, 22 Nov 2008 10:28:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Adam F</title>
		<link>http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/#comment-456</link>
		<dc:creator>Adam F</dc:creator>
		<pubDate>Mon, 23 Jun 2008 15:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=16#comment-456</guid>
		<description>Hi there,

Thanks for the great jQuery plugin, I'm now using it on my website's contact form!

-Adam</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Thanks for the great jQuery plugin, I&#8217;m now using it on my website&#8217;s contact form!</p>
<p>-Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webio.eu</title>
		<link>http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/#comment-396</link>
		<dc:creator>Webio.eu</dc:creator>
		<pubDate>Thu, 12 Jun 2008 08:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=16#comment-396</guid>
		<description>Thanks for answer, Yes the !important helps. Have a Nice day Dave.</description>
		<content:encoded><![CDATA[<p>Thanks for answer, Yes the !important helps. Have a Nice day Dave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/#comment-378</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Mon, 09 Jun 2008 10:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=16#comment-378</guid>
		<description>Hi Mike,
Well at the moment the plugin adds to (not replaces) the style on the element, so it may be that you need to either

1) place the .highlight rule after (or is it before?) your .odd rule, so it has a higher precedence
2) mark .highlight's background-color as !important (background-color: gray !important;) in the CSS
3) I could maybe look at adding a "replace" option to the plugin (but I'd rather not!)

Let me know how you get on.

Dave</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
Well at the moment the plugin adds to (not replaces) the style on the element, so it may be that you need to either</p>
<p>1) place the .highlight rule after (or is it before?) your .odd rule, so it has a higher precedence<br />
2) mark .highlight&#8217;s background-color as !important (background-color: gray !important;) in the CSS<br />
3) I could maybe look at adding a &#8220;replace&#8221; option to the plugin (but I&#8217;d rather not!)</p>
<p>Let me know how you get on.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webio.eu</title>
		<link>http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/#comment-377</link>
		<dc:creator>Webio.eu</dc:creator>
		<pubDate>Mon, 09 Jun 2008 07:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=16#comment-377</guid>
		<description>Hi, I thing i found little css bug, 
for example when i definned the css color for table row via 

tr .odd 
{
background-color: aqua;
}

your style "switcher" will not switch the aqua color with highlighted color for example defined in 

.highlight {
background-color: gray;
}

So the odd wors remain aqua. Can you test this ? 
Thanks o lot Mike</description>
		<content:encoded><![CDATA[<p>Hi, I thing i found little css bug,<br />
for example when i definned the css color for table row via </p>
<p>tr .odd<br />
{<br />
background-color: aqua;<br />
}</p>
<p>your style &#8220;switcher&#8221; will not switch the aqua color with highlighted color for example defined in </p>
<p>.highlight {<br />
background-color: gray;<br />
}</p>
<p>So the odd wors remain aqua. Can you test this ?<br />
Thanks o lot Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
