<?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>Benjamin Mock &#187; reset-css</title>
	<atom:link href="http://benjaminmock.de/tag/reset-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://benjaminmock.de</link>
	<description>web &#38; mobile development</description>
	<lastBuildDate>Tue, 08 Nov 2011 16:20:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>JQuery CSS Reset Plugin</title>
		<link>http://benjaminmock.de/jquery-css-reset-plugin/</link>
		<comments>http://benjaminmock.de/jquery-css-reset-plugin/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 02:06:29 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[reset-css]]></category>

		<guid isPermaLink="false">http://benjaminmock.de/?p=155</guid>
		<description><![CDATA[summary: plugin resets css styles of given element version: 0.1 date: 09.07.22 If you&#8217;re coding a widget which is not included in the page via an iframe you have to cope with a lot of different styles that are given by the css of the page. Using a lot of inline styles for your elements [...]]]></description>
			<content:encoded><![CDATA[<ul style="border:1px solid #ffffff; overflow:hidden;margin:5px;">
<li><b>summary: </b>plugin resets css styles of given element</li>
<li><b>version: </b>0.1</li>
<li><b>date: </b>09.07.22</li>
</ul>
<p>If you&#8217;re coding a widget which is not included in the page via an iframe you have to cope with a lot of different styles that are given by the css of the page. Using a lot of inline styles for your elements is most of the time not an option, because you need some easy injectable html-code for the users. So styling your widget with JavaScript is the best option. And therefore you will maybe like to reset the css for your elements. And that&#8217;s exactly what the <b>beResetCSS</b>-JQuery-Plugin does.</p>
<h3>Download</h3>
<p style="border:1px solid #ffffff; overflow:hidden;">
<img src="http://benjaminmock.de/wp-content/uploads/box_download.png" align="left" alt="download beResetCSS"> <br/><br /> <br />
<a href="http://benjaminmock.de/wp-content/uploads/beResetCSS.zip">Download BeResetCSS v0.1 as zip</a></p>
<h3>Usage</h3>
<div class="wp_syntax">
<div class="code">
<pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;YourElement&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">beResetCSS</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre>
</div>
</div>
<p>The reset-CSS is based on the <a href="http://meyerweb.com/eric/tools/css/reset/">suggestion</a> from meyerweb.</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminmock.de/jquery-css-reset-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

