<?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>Ruben Sargsyan &#187; Domtooltips</title>
	<atom:link href="http://rubensargsyan.com/tag/domtooltips/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubensargsyan.com</link>
	<description>Personal Website</description>
	<lastBuildDate>Thu, 03 May 2012 21:02:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Domtooltips</title>
		<link>http://rubensargsyan.com/domtooltips/</link>
		<comments>http://rubensargsyan.com/domtooltips/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:15:00 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Domtooltips]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=71</guid>
		<description><![CDATA[Are you looking for a script which can show you the information about a part of your code when the mouse is over it? You have found that script! Domtooltips is a tooltips making script! It is very easy for use! How To Use: 1. Download domtooltips here. 2. Include domtooltips.css and domtooltips.js in your [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking for a script which can show you the information about a part of your code when the mouse is over it? You have found that script! Domtooltips is a tooltips making script! It is very easy for use!<span id="more-71"></span></p>
<h2>How To Use:</h2>
<p>1. Download domtooltips <a href="http://rubensargsyan.com/downloads/domtooltips.zip">here</a>.</p>
<p>2. Include domtooltips.css and domtooltips.js in your header<br />
<span style="color: #993300;">&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;domtooltips.css&#8221; type=&#8221;text/css&#8221; /&gt;<br />
&lt;script src=&#8221;domtooltips.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</span></p>
<p>3. Take the parts of the code, which must show tooltips, in &lt;span&gt; tags and set &#8220;domtooltips&#8221; the classes of the &lt;span&gt; tags. The values of &#8220;title&#8221; attributes of the &lt;span&gt; tags are the contents of the tooltips.</p>
<p>4. Add <span style="color: #993300;">&lt;script&gt; load_domtooltips(); &lt;/script&gt;</span> just after &lt;/body&gt;.</p>
<h2>How To Customize:</h2>
<p>You can use CSS to style the tooltips. Edit the code in domtooltips.css</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.domtooltips</span> div<span style="color: #00AA00;">&#123;</span>
   <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#224578</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">200px</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">justify</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">letter-spacing</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
   -moz-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<h2>Screenshot:</h2>
<p><img class="alignnone size-full wp-image-74" title="domtooltips_demo" src="http://rubensargsyan.com/wp-content/uploads/2009/11/domtooltips_demo.jpg" alt="domtooltips_demo" width="459" height="272" /></p>
<h2>Version:</h2>
<p>1.0</p>
<h2>License:</h2>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img style="border-width:0" src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" alt="Creative Commons License" /></a><br />
Domtooltips by <a rel="cc:attributionURL" href="http://rubensargsyan.com/domtooltips/">Ruben Sargsyan</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License</a>.</p>
<h2>Donate:</h2>
<p>If you find this plugin useful to you, please consider making a small donation to help contribute to further development. Thanks for your kind support!<br />
<a href="http://rubensargsyan.com/donate/"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" alt="Donate" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/domtooltips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

