<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://vital68.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>test2</title>
		<link>https://vital68.rusff.me/</link>
		<description>test2</description>
		<language>ru-ru</language>
		<lastBuildDate>Fri, 03 Jan 2014 00:48:20 +0400</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>Тестовое сообщение</title>
			<link>https://vital68.rusff.me/viewtopic.php?pid=6#p6</link>
			<description>&lt;p&gt;&lt;strong&gt;СЛАЙДЕР&lt;/strong&gt; в обьявление&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;&amp;lt;style&amp;gt;#slideshow {
margin:0 auto;
width:370px;
height: 100px;
position:relative;
line-height: 10px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:300px;
  height: 100px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:300px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:100px;
}
/** 
* Slideshow controls style rules.
*/
.control {
  display:block;
  width: 100px;
  height: 163px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 45px;
  left: 20px;
  background:transparent url(http://10pix.ru/img1/242918/5352879.png) no-repeat 0 0;
}
#rightControl {
  top: 45px;
  right: -70px;
  background:transparent url(http://10pix.ru/img1/1215/5352880.png) no-repeat 0 0;
}
/*Style rules for Demo page */
* {
  margin:0;
  padding:0;
}


.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
&amp;lt;/style&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
$(document).ready(function(){
  var currentPosition = 0;
  var slideWidth = 300;
  var slides = $(&#039;.slide&#039;);
  var numberOfSlides = slides.length;
  // Remove scrollbar in JS
  $(&#039;#slidesContainer&#039;).css(&#039;overflow&#039;, &#039;hidden&#039;);
  // Wrap all .slides with #slideInner div
  slides
    .wrapAll(&#039;&amp;lt;div id=&amp;quot;slideInner&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&#039;)
    // Float left to display horizontally, readjust .slides width
.css({
      &#039;float&#039; : &#039;right&#039;,
      &#039;width&#039; : slideWidth
    });
  // Set #slideInner width equal to total width of all slides
  $(&#039;#slideInner&#039;).css(&#039;width&#039;, slideWidth * numberOfSlides);
  // Insert controls in the DOM
  $(&#039;#slideshow&#039;)
    .prepend(&#039;&amp;lt;span class=&amp;quot;control&amp;quot; id=&amp;quot;leftControl&amp;quot;&amp;gt;Clicking moves left&amp;lt;/span&amp;gt;&#039;)
    .append(&#039;&amp;lt;span class=&amp;quot;control&amp;quot; id=&amp;quot;rightControl&amp;quot;&amp;gt;Clicking moves right&amp;lt;/span&amp;gt;&#039;);
  // Hide left arrow control on first load
  manageControls(currentPosition);
  // Create event listeners for .controls clicks
  $(&#039;.control&#039;)
    .bind(&#039;click&#039;, function(){
    // Determine new position
currentPosition = ($(this).attr(&#039;id&#039;)==&#039;rightControl&#039;) ? currentPosition+1 : currentPosition-1;
   
// Hide / show controls
    manageControls(currentPosition);
    // Move slideInner using margin-left
    $(&#039;#slideInner&#039;).animate({
      &#039;marginLeft&#039; : slideWidth*(-currentPosition)
    });
  });
  // manageControls: Hides and Shows controls depending on currentPosition
  function manageControls(position){
    // Hide left arrow if position is first slide
if(position==0){ $(&#039;#leftControl&#039;).hide() } else{ $(&#039;#leftControl&#039;).show() }
// Hide right arrow if position is last slide
    if(position==numberOfSlides-1){ $(&#039;#rightControl&#039;).hide() } else{ $(&#039;#rightControl&#039;).show() }
  }
});
&amp;lt;/script&amp;gt;

&amp;lt;div style=&amp;quot;width: 300px; height:100px; text-align: justify;  border: none; font-family: arial; font-size: 11px; line-height: 2px; margin: 1px;   position: absolute; margin-left: 50px; top: 40px; &amp;quot;&amp;gt;
&amp;lt;div id=&amp;quot;pageContainer&amp;quot;&amp;gt;
  &amp;lt;!-- Slideshow HTML --&amp;gt;
   &amp;lt;div id=&amp;quot;slideshow&amp;quot;&amp;gt;
    &amp;lt;div id=&amp;quot;slidesContainer&amp;quot;&amp;gt;
     
      
     &amp;lt;div class=&amp;quot;slide&amp;quot;&amp;gt;
        &amp;lt;p&amp;gt;    Третий контейнер    &amp;lt;/p&amp;gt;
      &amp;lt;/div&amp;gt;
     &amp;lt;div class=&amp;quot;slide&amp;quot;&amp;gt;
        &amp;lt;p&amp;gt;     Второй контейнер     &amp;lt;/p&amp;gt;
      &amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;slide&amp;quot;&amp;gt;
        &amp;lt;p&amp;gt;    Первый контейнер   &amp;lt;/p&amp;gt;
      &amp;lt;/div&amp;gt;


    &amp;lt;/div&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;!-- Slideshow HTML --&amp;gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;span style=&quot;font-style: italic&quot;&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (vital68)</author>
			<pubDate>Fri, 03 Jan 2014 00:48:20 +0400</pubDate>
			<guid>https://vital68.rusff.me/viewtopic.php?pid=6#p6</guid>
		</item>
	</channel>
</rss>
