PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
Problem mit Element-Überlappung
Beitrag
<blockquote data-quote="xXBlackKnightXx" data-source="post: 1833054" data-attributes="member: 539444"><p><strong>AW: Problem mit Element-Überlappung</strong></p><p></p><p>Oh ja die css hab ich vergessen...:</p><p></p><p>[HTML]@charset "utf-8";</p><p>/* CSS Document */</p><p></p><p>*{padding:0;margin:0;outline:none;}</p><p>html,body{width:100%;height:100%;}</p><p></p><p>.header{background:url("images/header.png") no-repeat top center;margin:auto;width:1000px;height:100px;}</p><p>.navi{background:url("images/navi.png") no-repeat top center;width:980px;height:49px;margin:auto;}</p><p>.navi ul{font:15px Verdana;list-style:none;padding-left:30px;margin-left:20px;padding-top:15px;}</p><p>.navi li{padding:0 15px;float:center;display:inline;}</p><p>.navi li a{color:#656565;text-decoration:none;}</p><p>.navi li a:hover{opacity:0.3;}</p><p></p><p>.main{background:url("images/content.png") no-repeat;width:980px;height:708px;margin:0 auto;position:static;padding-top:20px;background-repeat:repeat-y;}</p><p>.content{margin:auto;width:902px;}</p><p>.box{background:url("images/content_box.png") repeat scroll 0 0 transparent;width:902px;}</p><p>.text-title{font:15px Verdana;height:50px;margin:10px auto 0;}</p><p>.text-title span{color:#FFF;text-align:center;line-height:2.5;padding-left:20px;font-weight:bold;}</p><p>.content-wrapper{color:#656565;padding-left:10px;font-size:12px;}</p><p>.text-end{background-position:left bottom;height:12px;}</p><p></p><p>/*Homepage-Box-1*/.text-content-home1{font:15px Verdana;width:899px;background-position:right;height:60px;}</p><p>/*Homepage-Box-2*/.text-content-home2{font:15px Verdana;width:899px;background-position:right;height:100px;}</p><p>/*Impressum*/.text-content-imp{font:15px Verdana;width:899px;background-position:right;height:330px;}</p><p></p><p></p><p>#footer{background:url("images/footer.png") no-repeat top center;width:980px;height:42px;margin:auto;}</p><p>#footer span{color:#656565;font:10px Verdana;line-height:4.0;padding:0px 50px;}</p><p>#footer span a{color:#656565;text-decoration:none;}</p><p>#footer-right{color:#656565;font:10px Verdana;line-height:4.0;padding:0px 50px;}[/HTML]Wenn ich beide Links in den Footer packe, hängt das Impressum trotzdem noch unter der Footer-Bar.</p><p></p><p>Ich weiß echt nicht, was man da noch machen kann, zudem ich eh erst seit ca. 3 Tagen HTML/CSS lerne <img src="/styles/default/xenforo/smilies/zwinker.gif" class="smilie" loading="lazy" alt=";)" title="Wink ;)" data-shortname=";)" /></p><p></p><p>Ich hoffe mir kann jemand dabei helfen <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="xXBlackKnightXx, post: 1833054, member: 539444"] [b]AW: Problem mit Element-Überlappung[/b] Oh ja die css hab ich vergessen...: [HTML]@charset "utf-8"; /* CSS Document */ *{padding:0;margin:0;outline:none;} html,body{width:100%;height:100%;} .header{background:url("images/header.png") no-repeat top center;margin:auto;width:1000px;height:100px;} .navi{background:url("images/navi.png") no-repeat top center;width:980px;height:49px;margin:auto;} .navi ul{font:15px Verdana;list-style:none;padding-left:30px;margin-left:20px;padding-top:15px;} .navi li{padding:0 15px;float:center;display:inline;} .navi li a{color:#656565;text-decoration:none;} .navi li a:hover{opacity:0.3;} .main{background:url("images/content.png") no-repeat;width:980px;height:708px;margin:0 auto;position:static;padding-top:20px;background-repeat:repeat-y;} .content{margin:auto;width:902px;} .box{background:url("images/content_box.png") repeat scroll 0 0 transparent;width:902px;} .text-title{font:15px Verdana;height:50px;margin:10px auto 0;} .text-title span{color:#FFF;text-align:center;line-height:2.5;padding-left:20px;font-weight:bold;} .content-wrapper{color:#656565;padding-left:10px;font-size:12px;} .text-end{background-position:left bottom;height:12px;} /*Homepage-Box-1*/.text-content-home1{font:15px Verdana;width:899px;background-position:right;height:60px;} /*Homepage-Box-2*/.text-content-home2{font:15px Verdana;width:899px;background-position:right;height:100px;} /*Impressum*/.text-content-imp{font:15px Verdana;width:899px;background-position:right;height:330px;} #footer{background:url("images/footer.png") no-repeat top center;width:980px;height:42px;margin:auto;} #footer span{color:#656565;font:10px Verdana;line-height:4.0;padding:0px 50px;} #footer span a{color:#656565;text-decoration:none;} #footer-right{color:#656565;font:10px Verdana;line-height:4.0;padding:0px 50px;}[/HTML]Wenn ich beide Links in den Footer packe, hängt das Impressum trotzdem noch unter der Footer-Bar. Ich weiß echt nicht, was man da noch machen kann, zudem ich eh erst seit ca. 3 Tagen HTML/CSS lerne ;) Ich hoffe mir kann jemand dabei helfen :) [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ★ = 12, ◇ = 4 und die Hälfte von ★ zu ◇ addiert wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
Problem mit Element-Überlappung
Oben