<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'smoth movig background IE adaptation'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Thu, 09 Apr 2026 22:31:53 +0000</lastBuildDate>
    <item>
      <title>almazom said on 13/Oct/2009</title>
      <link>https://snipplr.com/view/21087/smoth-movig-background-ie-adaptation</link>
      <description>&lt;p&gt;in IE we have problem with getting "backgroud" css propertie of object.&lt;/p&gt;</description>
      <pubDate>Tue, 13 Oct 2009 04:10:39 UTC</pubDate>
      <guid>https://snipplr.com/view/21087/smoth-movig-background-ie-adaptation</guid>
    </item>
    <item>
      <title>almazom said on 20/Oct/2009</title>
      <link>https://snipplr.com/view/21087/smoth-movig-background-ie-adaptation</link>
      <description>&lt;p&gt;in opera problems&#13;
&#13;
&#13;
total variant:&#13;
&#13;
$(document).ready(function(){&#13;
	if ($.browser.opera){&#13;
		&#13;
		var div_pics_top_css = {&#13;
			'position':'absolute',&#13;
			'z-index':'500',&#13;
			'top':'13px',&#13;
			'left':'343px',&#13;
			'height':'80px',&#13;
			'width':'450px',&#13;
			'background-image':'url(/images/all.jpg)',&#13;
			'background-position':'0px 0px',&#13;
			'background-repeat':'repeat-x'&#13;
		}&#13;
		&#13;
	}else{&#13;
		var div_pics_top_css = {&#13;
			'position':'absolute',&#13;
			'z-index':'500',&#13;
			'top':'13px',&#13;
			'left':'343px',&#13;
			'height':'80px',&#13;
			'width':'450px',&#13;
			'background':'url(/images/all.jpg) repeat-x 0px 0px '&#13;
		}&#13;
		&#13;
		&#13;
	}&#13;
	&#13;
	$('div#pics_top').css(div_pics_top_css);&#13;
	setInterval ("move_gall()", 33);&#13;
})&#13;
&#13;
&#13;
function move_gall(){&#13;
&#13;
	if ($.browser.opera){&#13;
		var backpos = $('div.pics_top').css('background-position').replace(/px/gi,'').split(' ');&#13;
		var l_pos = String(backpos[0]-3)+'px 0px';&#13;
	}else{&#13;
		var b = $('div#pics_top').css('background').replace(/px/gi,'').split(' ');&#13;
		var l_pos = String(b[b.length-2]-1)+'px';&#13;
	}&#13;
	&#13;
	$('div.pics_top').css('background-position',l_pos);&#13;
}&lt;/p&gt;</description>
      <pubDate>Tue, 20 Oct 2009 01:32:20 UTC</pubDate>
      <guid>https://snipplr.com/view/21087/smoth-movig-background-ie-adaptation</guid>
    </item>
    <item>
      <title>MeganCarol302 said on 19/Sep/2022</title>
      <link>https://snipplr.com/view/21087/smoth-movig-background-ie-adaptation</link>
      <description>&lt;p&gt;I thought haven’t read such distinctive material anywhere else on-line.	&lt;a href="https://uxvibes.medium.com/7-great-ux-tools-and-how-they-can-enhance-the-user-experience-d0c2e7e05524"&gt;UI UX design services&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 19 Sep 2022 10:59:28 UTC</pubDate>
      <guid>https://snipplr.com/view/21087/smoth-movig-background-ie-adaptation</guid>
    </item>
  </channel>
</rss>
