<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: How changing image direction</title>
		<link>http://www.kriesi.at/support/topic/how-changing-image-direction</link>
		<description>Support Forum - Topic: How changing image direction</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 10:45:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-changing-image-direction" rel="self" type="application/rss+xml" />

		<item>
			<title>yaraco on "How changing image direction"</title>
			<link>http://www.kriesi.at/support/topic/how-changing-image-direction#post-34563</link>
			<pubDate>Sun, 11 Dec 2011 15:55:22 +0000</pubDate>
			<dc:creator>yaraco</dc:creator>
			<guid isPermaLink="false">34563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your help&#60;/p&#62;
&#60;p&#62;I have tried this. The hover image changed to the left but the distance between the cursor and the image is not regular when I move the mouse&#60;/p&#62;
&#60;p&#62;And the frame of the image is not completed
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How changing image direction"</title>
			<link>http://www.kriesi.at/support/topic/how-changing-image-direction#post-34559</link>
			<pubDate>Sun, 11 Dec 2011 15:05:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34559@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm not sure if this possible without a major function rewrite. The reason is that Kriesi uses the pos.left attribute (and there's no corresponding pos.right - this would require some complex calculations). However you can try to replace following code in js/custom.js:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;item.mouseover(function(e)
			{
				border_top = viewport.scrollTop();
				border_right = viewport.width();
				pos = get_cursor_position(e);
				tooltip.css({left:pos.left, top:pos.top, opacity:options.opacity, display:&#38;quot;none&#38;quot;, visibility:&#38;quot;visible&#38;quot;}).stop().fadeIn(400);
			})
			.mousemove(function(e)
			{

				pos = get_cursor_position(e);
				tooltip.css({left:pos.left, top:pos.top});

			})&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;item.mouseover(function(e)
			{
				border_top = viewport.scrollTop();
				border_right = viewport.width();
				pos = get_cursor_position(e);
				tooltip.css({right:pos.left, top:pos.top, opacity:options.opacity, display:&#38;quot;none&#38;quot;, visibility:&#38;quot;visible&#38;quot;}).stop().fadeIn(400);
			})
			.mousemove(function(e)
			{

				pos = get_cursor_position(e);
				tooltip.css({right:pos.left, top:pos.top});

			})&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>yaraco on "How changing image direction"</title>
			<link>http://www.kriesi.at/support/topic/how-changing-image-direction#post-34550</link>
			<pubDate>Sun, 11 Dec 2011 13:15:48 +0000</pubDate>
			<dc:creator>yaraco</dc:creator>
			<guid isPermaLink="false">34550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;How can I change the hover image direction in main page from right to left..
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
