<?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>Elke Burmester &#187; HTML</title>
	<atom:link href="http://www.elke-burmester.de/index.php/category/webdesign-programmierung/html-webdesign-programmierung/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elke-burmester.de</link>
	<description>Computer-Seminare-Webdesign</description>
	<lastBuildDate>Wed, 07 Dec 2011 09:56:23 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>horizontales Men&#252;: automatische Men&#252;punktbreite im IE 5 erzwingen</title>
		<link>http://www.elke-burmester.de/index.php/2009/05/28/horizontales-menue-automatische-menuepunktbreite-im-ie-5-erzwingen/</link>
		<comments>http://www.elke-burmester.de/index.php/2009/05/28/horizontales-menue-automatische-menuepunktbreite-im-ie-5-erzwingen/#comments</comments>
		<pubDate>Thu, 28 May 2009 12:16:47 +0000</pubDate>
		<dc:creator>Elke Burmester</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">/index.php/2009/05/28/horizontales-menue-automatische-menuepunktbreite-im-ie-5-erzwingen/</guid>
		<description><![CDATA[Beispiel:
Im Header-Bereich:
&#60;!&#8211;[if lt IE 6]&#62;
&#60;style type=&#8221;text/css&#8221;&#62;
#hmenue_ie li {float:left;display:block;width:100px;word-wrap:normal;}
&#60;/style&#62;
&#60;![endif]&#8211;&#62;

Im Body-Bereich:
&#60;ul id=&#8221;hmenue_ie&#8221;&#62;
&#60;li&#62;Start&#60;/li&#62;
&#60;li&#62;Kontakt&#60;/li&#62;
&#60;li&#62;Impressum&#60;/li&#62;
&#60;/ul&#62;
]]></description>
			<content:encoded><![CDATA[<p><strong>Beispiel:</strong></p>
<p><span style="text-decoration: underline;">Im Header-Bereich:</span><br />
&lt;!&#8211;[if lt IE 6]&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
#hmenue_ie li {float:left;display:block;width:100px;word-wrap:normal;}<br />
&lt;/style&gt;<br />
&lt;![endif]&#8211;&gt;</p>
<p><span id="more-184"></span></p>
<p><span style="text-decoration: underline;">Im Body-Bereich:</span><br />
&lt;ul id=&#8221;hmenue_ie&#8221;&gt;<br />
&lt;li&gt;Start&lt;/li&gt;<br />
&lt;li&gt;Kontakt&lt;/li&gt;<br />
&lt;li&gt;Impressum&lt;/li&gt;<br />
&lt;/ul&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.elke-burmester.de/index.php/2009/05/28/horizontales-menue-automatische-menuepunktbreite-im-ie-5-erzwingen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zur&#252;ck-Button mit JavaScript erstellen</title>
		<link>http://www.elke-burmester.de/index.php/2009/03/19/zurueck-button-mit-javascript-erstellen/</link>
		<comments>http://www.elke-burmester.de/index.php/2009/03/19/zurueck-button-mit-javascript-erstellen/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 16:05:25 +0000</pubDate>
		<dc:creator>Elke Burmester</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.elke-burmester.de/?p=157</guid>
		<description><![CDATA[1. Beispiel:
>
2. Beispiel (formatiert):
>
]]></description>
			<content:encoded><![CDATA[<p><strong>1. Beispiel:</strong><br />
<<!---->input type=&#8221;button&#8221; value=&#8221;Zur&uuml;ck&#8221; onClick=&#8221;history.back()&#8221; /<!---->></p>
<p><strong>2. Beispiel (formatiert):</strong><br />
<<!---->input type=&#8221;button&#8221; value=&#8221;Zur&uuml;ck&#8221; onClick=&#8221;history.back()&#8221; style=&#8221;width:100px;background-color:#4cB847;color:white;font-weight:bold;&#8221;  /<!---->></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elke-burmester.de/index.php/2009/03/19/zurueck-button-mit-javascript-erstellen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

