<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>heissmann.org - Weblog &#187; div rollen</title>
	<atom:link href="http://www.heissmann.org/tag/div-rollen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heissmann.org</link>
	<description></description>
	<lastBuildDate>Thu, 10 Jun 2010 11:29:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>DIV-Laver per JavaScript langsam einrollen lassen.</title>
		<link>http://www.heissmann.org/proggen/progallg/div-laver-per-javascript-langsam-einrollen-lassen/</link>
		<comments>http://www.heissmann.org/proggen/progallg/div-laver-per-javascript-langsam-einrollen-lassen/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 12:41:37 +0000</pubDate>
		<dc:creator>Mischa</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[div rollen]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://wp.heissmann.org/?p=65</guid>
		<description><![CDATA[DIV-Layer zeitgesteuert einzublenden, kann ein netter Effekt sein. Das wird mit einem kleine JavaScript erledigt. Dieses kann man im Header direkt oder in einer externen Datei einbinden. function roll(box,time,stop) { var x = document.getElementById(box).style.top; y = parseInt(x.replace(/px/g ,&#8221;")); if(y &#60; stop) { y = y+2; document.getElementById(box).style.top = y+&#8217;px&#8217;; setTimeout(&#8220;roll()&#8221;, time); } } Im Body muss [...]]]></description>
		<wfw:commentRss>http://www.heissmann.org/proggen/progallg/div-laver-per-javascript-langsam-einrollen-lassen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
