Tributer: Hintergrund per Bg-img problem im IE

Beitrag lesen

Moin

Du hast mich glaub ich falsch verstanden. Du hast in deinem Quelltext stehen:

</div>
</div>
<div style="CLEAR: both"></div>


>   
> Das musst du einfach tauschen.  
>   
> ~~~html
  

> <div style="CLEAR: both"></div>  
> </div>  
> </div>  
> 

Diee Aufhebung des Floats von den Divs "sidebar" und "main" muss direkt nach Beendigung dieser durchgeführt werden und nicht noch 2 Ebenen weiter.

Gruß Bobby

hmm das geht nicht war doch richtig verstanden oder?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml">  
<head>  
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>  
<title>Berry Cline - Homepage</title>  
<meta name="keywords" content="Musik, schlager, party, pop, singen, s&auml;nger"/>  
<meta name="description" content=""/>  
<link href="default.css" rel="stylesheet" type="text/css"/>  
</head>  
<body id="Verlauf">  
<center><img src="images/img01.jpg" alt="Berrycline"></img></center>  
<div id="header">  
        <div id="logo">  
        <div>  
        </div>  
        <div id="menu">  
                <ul>  
                        <li><a title="" href="index.html?home">Homepage</a></li>  
                        <li><a title="" href="index.html?bio">Biographie</a></li>  
                        <li><a title="" href="#">News</a></li>  
                        <li><a title="" href="index.html?kontakt">Kontakt</a></li>  
                        <li><a title="" href="index.html?imp">Impressum</a></li>  
			<li><a title="" href="#">Partner</a></li>  
                </ul>  
        </div>  
</div>  
<div id="wrapper">  
        <div id="content">  
                <div id="sidebar">  
                        <div id="support">  
                                <h2></h2>  
                                <h3></h3>  
                        </div>  
			  
                        <div id="updates" class="boxed">  
                                <h2 class="title">Neueste Updates</h2>  
                                <div class="content">  
                                        <ul>  
                                                <li>  
                                                        <h3>17. Dezember 2008</h3>  
                                                        <p><a href="#">Webseite online!</a></p>  
                                                        <h3>17. Dezember 2008</h3>  
                                                        <p><a href="index.html?bio">Biographie online!</a></p>  
                                                        <h3>23. Dezember 2008</h3>  
                                                        <p><a href="index.html?kontakt">Kontakt Formular  
  
online!</a></p>  
                                                </li>  
  
                                        </ul>  
                                </div>  
                        </div>  
                </div>  
                <div id="main">  
                        <div id="welcome" class="post">  
  
                        </div>  
                                <div class="story">  
                                         <!--#if expr="$QUERY_STRING = /bio/" -->  
                                         <!--#include virtual="include/bio.inc" -->  
                                         <!--#elif expr="$QUERY_STRING = /imp/" -->  
                                         <!--#include virtual="include/imp.inc" -->  
  
           				 						 <!--#elif  
  
expr="$QUERY_STRING = /kontakt/" -->  
                                         <!--#include virtual="include/kontakt.inc" -->					  
  
	  
					 <!--#elif expr="$QUERY_STRING = /danke/" -->  
                                         <!--#include virtual="include/danke.inc" -->  
                                         <!--#else -->  
                                         <!--#include virtual="include/home.inc" -->  
                                         <!--#endif -->  
                                </div>  
                        </div>  
		     <div style="CLEAR: both"></div>  
                </div>  
        </div>  
  
<div></div>  
<div id="footer">  
</div></div>  
</body>  
</html>

MFG Tributer