<?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&amp;Javascript</title>
	<atom:link href="http://www.wpfunc.com/category/cssjavascript/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>
	</channel>
</rss>
