<?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 to install aviaslider slideshow using Dreameweaver CS5</title>
		<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-slideshow-using-dreameweaver-cs5</link>
		<description>Support Forum - Topic: How to install aviaslider slideshow using Dreameweaver CS5</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 04:38:41 +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-to-install-aviaslider-slideshow-using-dreameweaver-cs5" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to install aviaslider slideshow using Dreameweaver CS5"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-slideshow-using-dreameweaver-cs5#post-19617</link>
			<pubDate>Sun, 22 May 2011 08:11:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a link to your sample page/test page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>njaneer on "How to install aviaslider slideshow using Dreameweaver CS5"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-slideshow-using-dreameweaver-cs5#post-19566</link>
			<pubDate>Sat, 21 May 2011 06:10:45 +0000</pubDate>
			<dc:creator>njaneer</dc:creator>
			<guid isPermaLink="false">19566@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I successfully setup the aviaslider based on the code that you provided. Thanks. However, when testing the slider, the location of the slides appear in the upper left corner of the web page; yet, I placed the html code that locates the jpegs in the bottom-center position of the page. I'm not sure why the code displays the jpegs in the desired location, but the actual slide show appears in the upper left corner of the webpage simultaneously. I suspect this may have to do with a CSS location settings. Need assistance in locating the slide show and hiding the jpegs when loading the page. Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to install aviaslider slideshow using Dreameweaver CS5"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-slideshow-using-dreameweaver-cs5#post-19506</link>
			<pubDate>Fri, 20 May 2011 06:05:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
first include following files in the head:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ########## CSS Files ########## --&#38;gt;
	&#38;lt;!-- Screen CSS --&#38;gt;
	&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;http://my-website.com/aviaslider/style.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
  &#38;lt;!-- ########## end css ########## --&#38;gt;	

	&#38;lt;!-- JAVASCRIPT GOES HERE --&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://my-website.com/aviaslider/js/jquery.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://my-website.com/aviaslider/js/jquery.aviaSlider.min.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;

       &#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
         jQuery(document).ready(function(){

          // here you can see the slide options
             jQuery(&#38;#39;#aviaslider&#38;#39;).aviaSlider();

         });

       &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And in the body section, add following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul id=&#38;quot;aviaslider&#38;quot;&#38;gt;
             &#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://my-website.com/images/slides/1.jpg&#38;quot; title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://my-website.com/images/slides/1.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
             &#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://my-website.com/images/slides/2.jpg&#38;quot; title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://my-website.com/images/slides/2.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
             &#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://my-website.com/images/slides/3.jpg&#38;quot; title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://my-website.com/images/slides/3.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
             &#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://my-website.com/images/slides/4.jpg&#38;quot; title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://my-website.com/images/slides/4.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
       &#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Obviously you need to adjust the paths :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>njaneer on "How to install aviaslider slideshow using Dreameweaver CS5"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-slideshow-using-dreameweaver-cs5#post-19488</link>
			<pubDate>Fri, 20 May 2011 04:27:05 +0000</pubDate>
			<dc:creator>njaneer</dc:creator>
			<guid isPermaLink="false">19488@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Installation instructions seem to be cryptic (at least from my perspective). Need guidance on how to install aviaslider using Dreamweaver CS5. Not familiar with jquery applications; so, any help in facilitating installation would be great. &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
