<?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: Add Image Aside slider</title>
		<link>http://www.kriesi.at/support/topic/add-image-aside-slider</link>
		<description>Support Forum - Topic: Add Image Aside slider</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 15:18:44 +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/add-image-aside-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Add Image Aside slider"</title>
			<link>http://www.kriesi.at/support/topic/add-image-aside-slider#post-21475</link>
			<pubDate>Fri, 24 Jun 2011 05:22:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21475@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*koolaid characters*/
.sliderimage {
position: absolute;
padding-left: 500px;
top: 0px;
float: right;
}
.sliderimage2 {
position: absolute;
left: 30px;
top: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*koolaid characters*/
.sliderimage {
position: absolute;
right: 0px;
top: 0px;
}
.sliderimage2 {
position: absolute;
left: 0px;
top: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will align the images to the left and to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brandiejm on "Add Image Aside slider"</title>
			<link>http://www.kriesi.at/support/topic/add-image-aside-slider#post-21414</link>
			<pubDate>Thu, 23 Jun 2011 06:26:40 +0000</pubDate>
			<dc:creator>brandiejm</dc:creator>
			<guid isPermaLink="false">21414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Ok, so I got the images in there and place them in the correct order using css and firefox. I then go to safari and ie and they were WAY off! Any solution?&#60;/p&#62;
&#60;p&#62;I need a image on left and right of the slider to re-size for browser compatibility?&#60;br /&#62;
For the image on the right I had a crazy margin-right of 1050px.... Should I have simply put float right?&#60;/p&#62;
&#60;p&#62;Help please...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add Image Aside slider"</title>
			<link>http://www.kriesi.at/support/topic/add-image-aside-slider#post-21324</link>
			<pubDate>Tue, 21 Jun 2011 18:44:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'd add the image by using an absolute positioned div. In index.php add your code after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;wrapper&#38;quot; id=&#38;#39;wrapper_featured_area&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now position it by wrapping it in a div - i.e.like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;sliderimage&#38;quot;&#38;gt;
image code
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;At least add following css to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sliderimage {
position: absolute;
left: 0px;
top: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can adjust the position values if you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brandiejm on "Add Image Aside slider"</title>
			<link>http://www.kriesi.at/support/topic/add-image-aside-slider#post-21267</link>
			<pubDate>Mon, 20 Jun 2011 14:00:45 +0000</pubDate>
			<dc:creator>brandiejm</dc:creator>
			<guid isPermaLink="false">21267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the website is &#60;a href=&#34;http://blackfolkskoolaid.com&#34; rel=&#34;nofollow&#34;&#62;http://blackfolkskoolaid.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've tried to do this, but is shows messed up in Safari?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add Image Aside slider"</title>
			<link>http://www.kriesi.at/support/topic/add-image-aside-slider#post-21245</link>
			<pubDate>Mon, 20 Jun 2011 05:49:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Thanks dsanders212 for helping us out.&#60;/p&#62;
&#60;p&#62;2) brandiejm - if you need help with the implementation please post a link to your test server or website.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsanders212 on "Add Image Aside slider"</title>
			<link>http://www.kriesi.at/support/topic/add-image-aside-slider#post-21213</link>
			<pubDate>Sat, 18 Jun 2011 13:20:34 +0000</pubDate>
			<dc:creator>dsanders212</dc:creator>
			<guid isPermaLink="false">21213@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not official support but try placing the image with in the same div as the slider. That probably still want get you what you want, but may get you closer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brandiejm on "Add Image Aside slider"</title>
			<link>http://www.kriesi.at/support/topic/add-image-aside-slider#post-21212</link>
			<pubDate>Sat, 18 Jun 2011 01:21:58 +0000</pubDate>
			<dc:creator>brandiejm</dc:creator>
			<guid isPermaLink="false">21212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is what I was adding: &#38;lt;div class=&#34;leftkoolaid&#34;&#38;gt;&#60;img src='http://blackfolkskoolaid.com/wp-content/uploads/2011/06/koolaid-left-e1308355649700.png' /&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brandiejm on "Add Image Aside slider"</title>
			<link>http://www.kriesi.at/support/topic/add-image-aside-slider#post-21211</link>
			<pubDate>Sat, 18 Jun 2011 01:17:57 +0000</pubDate>
			<dc:creator>brandiejm</dc:creator>
			<guid isPermaLink="false">21211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to add images on both sides of the slider I know this would be in the main index. But confused as to where?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
