<?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>WpFunc &#187; css</title>
	<atom:link href="http://www.wpfunc.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Fri, 09 Jul 2010 09:05:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Buble Tooltips!</title>
		<link>http://www.wpfunc.com/wordpress/buble-tooltips.html</link>
		<comments>http://www.wpfunc.com/wordpress/buble-tooltips.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:18:31 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[CSS&Javascript]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bubletooltips]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=366</guid>
		<description><![CDATA[You can use this tooltips with your WordPress Blog! Very simple and collect href and href&#8217;s title areas for write bubles. This tooltip script has a verysimple, very nice code and easy install&#38;use! Let&#8217;s Begin!
Here is the code;
This script have a nice coding. You add a javascript file into header.php with a simple code. This [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/build-a-top-sliding-login-panel.html' rel='bookmark' title='Permanent Link: Build a Top Sliding Login Panel'>Build a Top Sliding Login Panel</a></li>
<li><a href='http://www.wpfunc.com/wordpress/make-tabs-for-your-sidebar.html' rel='bookmark' title='Permanent Link: Make Tabs for your Sidebar!'>Make Tabs for your Sidebar!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/highlight-the-searched-text.html' rel='bookmark' title='Permanent Link: Highlight the Searched Text!'>Highlight the Searched Text!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can use this tooltips with your WordPress Blog! Very simple and collect href and href&#8217;s title areas for write bubles. This tooltip script has a verysimple, very nice code and easy install&amp;use! Let&#8217;s Begin!<span id="more-366"></span></p>
<h3>Here is the code;</h3>
<p style="text-align: justify;">This script have a nice coding. You add a javascript file into header.php with a simple code. This javascript calls the content area and class and added tooltip to every link!</p>
<p>1. Add some code into <em><strong><span style="color: #ff0000;">header.php</span></strong></em></p>
<pre class="brush: jscript;">&lt;script type=&quot;text/javascript&quot; src=&quot;BubbleTooltips.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
window.onload=function(){enableTooltips()};
&lt;/script&gt;</pre>
<p style="text-align: justify;">Add this code before the <strong>wp_head </strong>tag. Also you define an id for the special tooltip area. For an example i write &#8220;<strong>content</strong>&#8221; into enable <a class="highslide img_3" href="http://www.wpfunc.com/wp-content/uploads/2010/01/tooltip.png" onclick="return hs.expand(this)"><img class="alignright size-medium wp-image-367" style="margin: 1px;" title="tooltip" src="http://www.wpfunc.com/wp-content/uploads/2010/01/tooltip-300x86.png" alt="" width="300" height="86" /></a>Tooltips area. But in fact i use this function in my Turkish blog site with a special area. <strong>The social bookmarks&amp;follow area. </strong>Here is the some pictures from there. If you want to visit and test the tooltip <em><strong><a href="http://www.kaisercrazy.com" target="_blank">click here</a></strong></em>. There an example with special area. You have to select your <strong>div id&#8217;s</strong> Go to next step!</p>
<pre class="brush: jscript;">&lt;script type=&quot;text/javascript&quot; src=&quot;BubbleTooltips.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
window.onload=function(){enableTooltips(&quot;social&quot;)};
&lt;/script&gt;</pre>
<p>2. Add this css code into your <em><span style="color: #ff0000;"><strong>style.css</strong></span></em></p>
<pre class="brush: css;">.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) no-repeat bottom}</pre>
<p style="text-align: justify;">That&#8217;s all now upload this files and <strong>.js</strong> and<strong> bt.gif</strong> image. Also you can download this tooltip codes from this post! <a href="http://web-graphics.com/mtarchive/001717.php" target="_blank">The original post!<br />
</a> Note: There is a file embedded within this post, please visit this post to download the file.</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html&amp;title=Buble%20Tooltips%21&amp;notes=You%20can%20use%20this%20tooltips%20with%20your%20WordPress%20Blog%21%20Very%20simple%20and%20collect%20href%20and%20href%27s%20title%20areas%20for%20write%20bubles.%20This%20tooltip%20script%20has%20a%20verysimple%2C%20very%20nice%20code%20and%20easy%20install%26amp%3Buse%21%20Let%27s%20Begin%21%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AThis%20script%20ha'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html&amp;title=Buble%20Tooltips%21&amp;bodytext=You%20can%20use%20this%20tooltips%20with%20your%20WordPress%20Blog%21%20Very%20simple%20and%20collect%20href%20and%20href%27s%20title%20areas%20for%20write%20bubles.%20This%20tooltip%20script%20has%20a%20verysimple%2C%20very%20nice%20code%20and%20easy%20install%26amp%3Buse%21%20Let%27s%20Begin%21%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AThis%20script%20ha'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html&amp;t=Buble%20Tooltips%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=Buble%20Tooltips%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html&amp;title=Buble%20Tooltips%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html&amp;title=Buble%20Tooltips%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fbuble-tooltips.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/build-a-top-sliding-login-panel.html' rel='bookmark' title='Permanent Link: Build a Top Sliding Login Panel'>Build a Top Sliding Login Panel</a></li>
<li><a href='http://www.wpfunc.com/wordpress/make-tabs-for-your-sidebar.html' rel='bookmark' title='Permanent Link: Make Tabs for your Sidebar!'>Make Tabs for your Sidebar!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/highlight-the-searched-text.html' rel='bookmark' title='Permanent Link: Highlight the Searched Text!'>Highlight the Searched Text!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/buble-tooltips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Custom Date Butons!</title>
		<link>http://www.wpfunc.com/wordpress/create-custom-date-butons.html</link>
		<comments>http://www.wpfunc.com/wordpress/create-custom-date-butons.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 18:42:10 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[date button]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[post date]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=355</guid>
		<description><![CDATA[Create your own date buttons. This is a simple div class and css style. Choose your background image and read this article. Let&#8217;s begin&#8230;
Here is the code;
Firstly create a div area for this. After that we sill make changes.
Code;
&#60;div class=”post-date”&#62;
&#60;div class=”month”&#62;&#60;?php the_time(’M') ?&#62;&#60;/div&#62;
&#60;div class=”day”&#62;&#60;?php the_time(’d') ?&#62;&#60;/div&#62;
&#60;/div&#62;

The Template Image

CSS Style;
.post-date{
float: left;
display: inline;
margin: 0 10px 0 0;
background: [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/add-social-bookmarks-bar-into-your-blog.html' rel='bookmark' title='Permanent Link: Add Social Bookmarks Bar into your Blog!'>Add Social Bookmarks Bar into your Blog!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/build-a-top-sliding-login-panel.html' rel='bookmark' title='Permanent Link: Build a Top Sliding Login Panel'>Build a Top Sliding Login Panel</a></li>
<li><a href='http://www.wpfunc.com/wordpress/add-an-expration-date-for-posts.html' rel='bookmark' title='Permanent Link: Add an expration date for posts!'>Add an expration date for posts!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Create your own date buttons. This is a simple div class and css style. Choose your background image and read this article. Let&#8217;s begin&#8230;<span id="more-355"></span></p>
<h3>Here is the code;</h3>
<p>Firstly create a div area for this. After that we sill make changes.</p>
<h3>Code;</h3>
<pre class="brush: xml;">&lt;div class=”post-date”&gt;
&lt;div class=”month”&gt;&lt;?php the_time(’M') ?&gt;&lt;/div&gt;
&lt;div class=”day”&gt;&lt;?php the_time(’d') ?&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
<h3>
The Template Image</h3>
<p><a class="highslide img_8" href="http://www.wpfunc.com/wp-content/uploads/2010/01/date_button_template.gif" onclick="return hs.expand(this)"><img class="alignnone size-full wp-image-357" title="date_button_template" src="http://www.wpfunc.com/wp-content/uploads/2010/01/date_button_template.gif" alt="" width="60" height="68" /></a></p>
<h3>CSS Style;</h3>
<pre class="brush: css;">.post-date{
float: left;
display: inline;
margin: 0 10px 0 0;
background: url(images/date_button_template.gif) no-repeat;
}</pre>
<h3>Final :)</h3>
<p><a class="highslide img_9" href="http://www.wpfunc.com/wp-content/uploads/2010/01/datebutton.jpg" onclick="return hs.expand(this)"><img class="alignnone size-full wp-image-356" title="datebutton" src="http://www.wpfunc.com/wp-content/uploads/2010/01/datebutton.jpg" alt="" width="300" height="100" /></a><br />
Use this code and the oıther on your theme. Have a nice day!</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html&amp;title=Create%20Custom%20Date%20Butons%21&amp;notes=Create%20your%20own%20date%20buttons.%20This%20is%20a%20simple%20div%20class%20and%20css%20style.%20Choose%20your%20background%20image%20and%20read%20this%20article.%20Let%27s%20begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AFirstly%20create%20a%20div%20area%20for%20this.%20After%20that%20we%20sill%20make%20changes.%0D%0ACode%3B%0D%0A%5Bhtml%5D%26lt%3Bdi'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html&amp;title=Create%20Custom%20Date%20Butons%21&amp;bodytext=Create%20your%20own%20date%20buttons.%20This%20is%20a%20simple%20div%20class%20and%20css%20style.%20Choose%20your%20background%20image%20and%20read%20this%20article.%20Let%27s%20begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AFirstly%20create%20a%20div%20area%20for%20this.%20After%20that%20we%20sill%20make%20changes.%0D%0ACode%3B%0D%0A%5Bhtml%5D%26lt%3Bdi'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html&amp;t=Create%20Custom%20Date%20Butons%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=Create%20Custom%20Date%20Butons%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html&amp;title=Create%20Custom%20Date%20Butons%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html&amp;title=Create%20Custom%20Date%20Butons%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-custom-date-butons.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/add-social-bookmarks-bar-into-your-blog.html' rel='bookmark' title='Permanent Link: Add Social Bookmarks Bar into your Blog!'>Add Social Bookmarks Bar into your Blog!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/build-a-top-sliding-login-panel.html' rel='bookmark' title='Permanent Link: Build a Top Sliding Login Panel'>Build a Top Sliding Login Panel</a></li>
<li><a href='http://www.wpfunc.com/wordpress/add-an-expration-date-for-posts.html' rel='bookmark' title='Permanent Link: Add an expration date for posts!'>Add an expration date for posts!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/create-custom-date-butons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect User Browser And Apply A StyleSheet</title>
		<link>http://www.wpfunc.com/wordpress/detect-user-browser-and-apply-a-stylesheet.html</link>
		<comments>http://www.wpfunc.com/wordpress/detect-user-browser-and-apply-a-stylesheet.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:49:38 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ns4]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=168</guid>
		<description><![CDATA[You can detect user/visitors browser type and you can apply browser-base css styleshet for your theme. That&#8217;s siple and very useful. Firstly you have add this code below to your theme&#8217;s function.php. Let&#8217;s Begin&#8230;

Her is the code;

&#60;?php
add_filter('body_class','browser_body_class');
function browser_body_class($classes) {
global $is_lynx, $is_gecko, $is_IE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_iphone;

if($is_lynx) $classes[] = 'lynx';
elseif($is_gecko) $classes[] = 'gecko';
elseif($is_opera) $classes[] = [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/small-security-hole-in-wordpress.html' rel='bookmark' title='Permanent Link: Small Security Hole in WordPress!'>Small Security Hole in WordPress!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/udegbunam-asked-how-i-hide-my-content-from-ie6-users.html' rel='bookmark' title='Permanent Link: Udegbunam Asked &#8220;How i hide my content from IE6 Users?&#8221;'>Udegbunam Asked &#8220;How i hide my content from IE6 Users?&#8221;</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-add-author-name-to-author-archive.html' rel='bookmark' title='Permanent Link: How to Add Author Name to Author Archive'>How to Add Author Name to Author Archive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can detect user/visitors browser type and you can apply browser-base css styleshet for your theme. That&#8217;s siple and very useful. Firstly you have add this code below to your theme&#8217;s function.php. Let&#8217;s Begin&#8230;<span id="more-168"></span></p>
<p style="text-align: justify;"><span class="attention">We will change our <strong>functions.php</strong>. If you don&#8217;t know about WordPress coding or PHP dont touch this file. And <strong>Make backup</strong> if you know about WP and PHP!</span></p>
<h3>Her is the code;</h3>
<pre class="brush: plain;">
&lt;?php
add_filter('body_class','browser_body_class');
function browser_body_class($classes) {
global $is_lynx, $is_gecko, $is_IE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_iphone;

if($is_lynx) $classes[] = 'lynx';
elseif($is_gecko) $classes[] = 'gecko';
elseif($is_opera) $classes[] = 'opera';
elseif($is_NS4) $classes[] = 'ns4';
elseif($is_safari) $classes[] = 'safari';
elseif($is_chrome) $classes[] = 'chrome';
elseif($is_IE) $classes[] = 'ie';
else $classes[] = 'unknown';

if($is_iphone) $classes[] = 'iphone';
return $classes;
}
?&gt;
</pre>
<p>After that you can save and upload to your fileserver. And you can create for all browser-base css files. And you can use this code with your <em>body</em> class like the example;</p>
<pre class="brush: plain;">&lt;body class=&quot;home blog logged-in safari&quot;&gt;
</pre>
<p><strong>That&#8217;s all! Have a nice day!</strong></p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html&amp;title=Detect%20User%20Browser%20And%20Apply%20A%20StyleSheet&amp;notes=You%20can%20detect%20user%2Fvisitors%20browser%20type%20and%20you%20can%20apply%20browser-base%20css%20styleshet%20for%20your%20theme.%20That%27s%20siple%20and%20very%20useful.%20Firstly%20you%20have%20add%20this%20code%20below%20to%20your%20theme%27s%20function.php.%20Let%27s%20Begin...%0D%0A%0D%0A%0D%0AHer%20is%20the%20code%3B%0D%0A%5Bcode%5D%0D%0A%26lt%3B'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html&amp;title=Detect%20User%20Browser%20And%20Apply%20A%20StyleSheet&amp;bodytext=You%20can%20detect%20user%2Fvisitors%20browser%20type%20and%20you%20can%20apply%20browser-base%20css%20styleshet%20for%20your%20theme.%20That%27s%20siple%20and%20very%20useful.%20Firstly%20you%20have%20add%20this%20code%20below%20to%20your%20theme%27s%20function.php.%20Let%27s%20Begin...%0D%0A%0D%0A%0D%0AHer%20is%20the%20code%3B%0D%0A%5Bcode%5D%0D%0A%26lt%3B'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html&amp;t=Detect%20User%20Browser%20And%20Apply%20A%20StyleSheet'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=Detect%20User%20Browser%20And%20Apply%20A%20StyleSheet&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html&amp;title=Detect%20User%20Browser%20And%20Apply%20A%20StyleSheet'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html&amp;title=Detect%20User%20Browser%20And%20Apply%20A%20StyleSheet'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdetect-user-browser-and-apply-a-stylesheet.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/small-security-hole-in-wordpress.html' rel='bookmark' title='Permanent Link: Small Security Hole in WordPress!'>Small Security Hole in WordPress!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/udegbunam-asked-how-i-hide-my-content-from-ie6-users.html' rel='bookmark' title='Permanent Link: Udegbunam Asked &#8220;How i hide my content from IE6 Users?&#8221;'>Udegbunam Asked &#8220;How i hide my content from IE6 Users?&#8221;</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-add-author-name-to-author-archive.html' rel='bookmark' title='Permanent Link: How to Add Author Name to Author Archive'>How to Add Author Name to Author Archive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/detect-user-browser-and-apply-a-stylesheet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Image on My Theme! My New Logo.</title>
		<link>http://www.wpfunc.com/general/first-image-on-my-theme-my-new-logo.html</link>
		<comments>http://www.wpfunc.com/general/first-image-on-my-theme-my-new-logo.html#comments</comments>
		<pubDate>Sat, 25 Jul 2009 12:59:04 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[NeoEase]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WorPress]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=127</guid>
		<description><![CDATA[Hey buddies. This isn&#8217;t a WordPress function. This one is about my theme. I use NeoEase&#8216;s Blocks Theme on WPFunc. This theme powered full css and there is no image out of gravatar. I only add a logo (i think looks better now) and Donate button. There are 3 different image on this theme. I [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/collections/best-of-2009.html' rel='bookmark' title='Permanent Link: Best Of 2009!'>Best Of 2009!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-last-twitter-update-without-a-plugin.html' rel='bookmark' title='Permanent Link: Show Your Last Twitter Update Without a Plugin'>Show Your Last Twitter Update Without a Plugin</a></li>
<li><a href='http://www.wpfunc.com/general/happy-new-year.html' rel='bookmark' title='Permanent Link: Happy New Year!'>Happy New Year!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hey buddies. This isn&#8217;t a WordPress function. This one is about my theme. I use <a href="http://www.neoease.com" target="_blank">NeoEase</a>&#8216;s <a href="http://www.neoease.com/themes/" target="_blank">Blocks</a> Theme on WPFunc. This theme powered full css and there is no image out of gravatar. I only add a logo (i think looks better now) and Donate button. There are 3 different image on this theme. I am so happy now. Thanks for your trackbacks, twitter follows and comments. Have a nice day!</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html&amp;title=First%20Image%20on%20My%20Theme%21%20My%20New%20Logo.&amp;notes=Hey%20buddies.%20This%20isn%27t%20a%20WordPress%20function.%20This%20one%20is%20about%20my%20theme.%20I%20use%20NeoEase%27s%20Blocks%20Theme%20on%20WPFunc.%20This%20theme%20powered%20full%20css%20and%20there%20is%20no%20image%20out%20of%20gravatar.%20I%20only%20add%20a%20logo%20%28i%20think%20looks%20better%20now%29%20and%20Donate%20button.%20There'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html&amp;title=First%20Image%20on%20My%20Theme%21%20My%20New%20Logo.&amp;bodytext=Hey%20buddies.%20This%20isn%27t%20a%20WordPress%20function.%20This%20one%20is%20about%20my%20theme.%20I%20use%20NeoEase%27s%20Blocks%20Theme%20on%20WPFunc.%20This%20theme%20powered%20full%20css%20and%20there%20is%20no%20image%20out%20of%20gravatar.%20I%20only%20add%20a%20logo%20%28i%20think%20looks%20better%20now%29%20and%20Donate%20button.%20There'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html&amp;t=First%20Image%20on%20My%20Theme%21%20My%20New%20Logo.'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=First%20Image%20on%20My%20Theme%21%20My%20New%20Logo.&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html&amp;title=First%20Image%20on%20My%20Theme%21%20My%20New%20Logo.'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html&amp;title=First%20Image%20on%20My%20Theme%21%20My%20New%20Logo.'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fgeneral%2Ffirst-image-on-my-theme-my-new-logo.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/collections/best-of-2009.html' rel='bookmark' title='Permanent Link: Best Of 2009!'>Best Of 2009!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-last-twitter-update-without-a-plugin.html' rel='bookmark' title='Permanent Link: Show Your Last Twitter Update Without a Plugin'>Show Your Last Twitter Update Without a Plugin</a></li>
<li><a href='http://www.wpfunc.com/general/happy-new-year.html' rel='bookmark' title='Permanent Link: Happy New Year!'>Happy New Year!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/general/first-image-on-my-theme-my-new-logo.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
