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 Float in Firefox
Beitrag
<blockquote data-quote="bigEYE" data-source="post: 1547676" data-attributes="member: 82569"><p><strong>AW: PROBLEM mit Float in Firefox</strong></p><p></p><p>Gerne. Wenn du die das antun willst.</p><p></p><p>[CODE]@charset "utf-8";</p><p>/* CSS Document */</p><p></p><p>body {</p><p> background-color:white;</p><p> width:1200px;</p><p> border:none; margin:0px; padding:0px;</p><p>}</p><p></p><p>#container {</p><p> border:none; padding:0px; margin:50px 0px;</p><p> width:1200px; </p><p>}</p><p></p><p>#header, #navi, #footer p {</p><p> font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;</p><p>}</p><p></p><p>#header {</p><p> text-align:right;</p><p> border:none; padding:0px; margin:0px;</p><p> line-height:2px</p><p>}</p><p></p><p>#navi {</p><p> background: url(bilder/NAVI-BOGEN.gif) top left no-repeat;</p><p> height:500px; width:100px;</p><p> float:left;</p><p> text-align:left;</p><p> padding:25px; margin:0px; border: none;</p><p>}</p><p></p><p> #navigation {</p><p> list-style-type: none;</p><p> line-height: 45px;</p><p> }</p><p> </p><p> #submenue {</p><p> list-style-type: square; list-style-image:none;</p><p> font-size: 14px; line-height:22px </p><p> }</p><p></p><p>#content {</p><p> background: no-repeat 5px 50px ;</p><p> padding:0px 20px; border: thin solid #FC0; margin-left:200px;</p><p> width:960px; height:500px;</p><p> font-size:16px;</p><p> line-height:22px;</p><p>}</p><p></p><p> p {</p><p> text-align:right;</p><p> float:right; </p><p> }</p><p></p><p>#footer {</p><p> clear: left;</p><p> text-align:right;</p><p> padding:0px; margin:0px; border:none;</p><p> line-height:2px;</p><p>}</p><p></p><p>a:link, a:visited {</p><p> text-decoration:none;</p><p> color: #000;</p><p> background-color: #FFF;</p><p>}</p><p></p><p>a:hover, a:focus {</p><p> background-color:#FFF;</p><p> font-weight:bold;</p><p> outline:none;</p><p>}</p><p></p><p>a:active {</p><p> color:#FFCC00;</p><p> background-color:#FFF;</p><p> outline:none;</p><p>}[/CODE]</p><p></p><p>ALOHA</p><p>bigEYE</p></blockquote><p></p>
[QUOTE="bigEYE, post: 1547676, member: 82569"] [b]AW: PROBLEM mit Float in Firefox[/b] Gerne. Wenn du die das antun willst. [CODE]@charset "utf-8"; /* CSS Document */ body { background-color:white; width:1200px; border:none; margin:0px; padding:0px; } #container { border:none; padding:0px; margin:50px 0px; width:1200px; } #header, #navi, #footer p { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; } #header { text-align:right; border:none; padding:0px; margin:0px; line-height:2px } #navi { background: url(bilder/NAVI-BOGEN.gif) top left no-repeat; height:500px; width:100px; float:left; text-align:left; padding:25px; margin:0px; border: none; } #navigation { list-style-type: none; line-height: 45px; } #submenue { list-style-type: square; list-style-image:none; font-size: 14px; line-height:22px } #content { background: no-repeat 5px 50px ; padding:0px 20px; border: thin solid #FC0; margin-left:200px; width:960px; height:500px; font-size:16px; line-height:22px; } p { text-align:right; float:right; } #footer { clear: left; text-align:right; padding:0px; margin:0px; border:none; line-height:2px; } a:link, a:visited { text-decoration:none; color: #000; background-color: #FFF; } a:hover, a:focus { background-color:#FFF; font-weight:bold; outline:none; } a:active { color:#FFCC00; background-color:#FFF; outline:none; }[/CODE] ALOHA bigEYE [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 5, ▼ = 2 und ■ = 7, was ist ▲ × ▼ + ■?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
PROBLEM mit Float in Firefox
Oben