Loon3y
Neues Mitglied
wie nicht anders zu erwarten...mag der IE mal wieder nicht...habe eine art "steckbrief" gemacht und im internetexplorer will dich nicht so wie ich es will ! wenn ich über firefox in die fehlerkonsole gehe bringt er mir keinen fehler...woran kanns liegen das der ie nicht will? im mozilla ist es zweispaltig, im IE alles untereinander....
hier mal ein stück:
.htm
.css
hier mal ein stück:
.htm
Code:
<div style="width: 141px; float: right;">
<p class="profil_picture"> </p>
</div>
<div class="profil_person">
<!-- Name -->
<div class="profil">
<p class="profil_info"> </p>
<p class="profil_description">Name</p>
</div>
<!-- Spitzname -->
<div class="profil">
<p class="profil_info"> </p>
<p class="profil_description">Spitzname</p>
</div>
<!-- Geburtstag -->
<div class="profil">
<p class="profil_info"> </p>
<p class="profil_description">Geburtstag</p>
</div>
<!-- Geschlecht -->
<div class="profil">
<p class="profil_info"> </p>
<p class="profil_description">Geschlecht</p>
</div>
<!-- Wohnort -->
<div class="profil">
<p class="profil_info"> </p>
<p class="profil_description">Wohnort</p>
</div>
<!-- Herkunft -->
<div class="profil">
<p class="profil_info"> </p>
<p class="profil_description">Herkunft</p>
</div>
<!-- Beruf -->
<div class="profil">
<p class="profil_info"> </p>
<p class="profil_description">Beruf</p>
</div>
<!-- Familienstand -->
<div class="profil">
<p class="profil_info"> </p>
<p class="profil_description">Familienstand</p>
</div>
</div>
<br />
<!-- Über Mich -->
<h2>Über mich</h2><br />
<div class="profil_about">
<p class="profil_me">
</p>
</div>
Code:
.profil {
width: 48%;
margin: 0 1% 10px 1%;
padding: 0;
float: left;
}
.profil_person {
margin: 0 141px 0 0;
padding: 0;
}
.profil_me {
width: 98%;
height: 100%;
margin: 0 1% 10px 1%;
padding: 0;
}
.profil_loves {
width: 95%;
margin: 0 1% 10px 1%;
padding: 0;
}
.profil_picture {
width: 114px;
height: 170px;
border: solid 1px #000000;
padding: 2px;
text-align: center;
background: url("me.jpg") no-repeat;
background-position: center center;
}
.profil_info {
border-bottom: dotted 1px #000000;
padding: 0 0 3px 0;
}
.profil_about {
width: 98%;
margin: 0 200px 0 0;
padding: 0;
min-height: 105px;
}
.profil_description {
font-size: 0.8em;
color: #999;
font-weight: bold;
}
Zuletzt bearbeitet: