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...
HTML & CSS Div Problem
Beitrag
<blockquote data-quote="Top_Gun" data-source="post: 761433" data-attributes="member: 215889"><p><strong>AW: HTML & CSS Div Problem</strong></p><p></p><p>[code]*{</p><p> padding: 0;</p><p> margin: 0;</p><p>}</p><p>.text {</p><p>padding-top: 5px;</p><p>padding-left: 5px;</p><p>}</p><p>ul {</p><p>list-style-image: url('Bilder/box.png');</p><p>list-style-position: inside;</p><p>}</p><p></p><p>a:link {</p><p>font-size: 15px;</p><p>color: #9ddf14;</p><p>text-decoration: none;</p><p>}</p><p>a:visited {</p><p>font-size: 15px;</p><p>color: #9ddf14;</p><p>text-decoration: none;</p><p>}</p><p>a:active {</p><p>font-size: 15px;</p><p>color: #9ddf14;</p><p>text-decoration: none;</p><p>}</p><p>a:hover {</p><p>font-size: 15px;</p><p>color: #9ddf14;</p><p>text-decoration: underline;</p><p>}</p><p></p><p>a.footer:link {</p><p>font-size: 10px;</p><p>color: #FFF;</p><p>text-decoration: none;</p><p>}</p><p>a.footer:visited {</p><p>font-size: 15px;</p><p>color: #FFF;</p><p>text-decoration: none;</p><p>}</p><p>a.footer:active {</p><p>font-size: 15px;</p><p>color: #FFF;</p><p>text-decoration: none;</p><p>}</p><p>a.footer:hover {</p><p>font-size: 15px;</p><p>color: #FFF;</p><p>text-decoration: underline;</p><p>}</p><p></p><p>a.navi:link {</p><p>font-size: 15px;</p><p>color: #FFF;</p><p>text-decoration: none;</p><p>}</p><p>a.navi:visited {</p><p>font-size: 15px;</p><p>color: #FFF;</p><p>text-decoration: none;</p><p>}</p><p>a.navi:active {</p><p>font-size: 15px;</p><p>color: #FFF;</p><p>text-decoration: none;</p><p>}</p><p>a.navi:hover {</p><p>font-size: 15px;</p><p>color: #FFF;</p><p>text-decoration: underline;</p><p>}</p><p></p><p>h1,h2,h3,h4{</p><p>color: #9ddf14;</p><p>}</p><p></p><p>body { </p><p> background-color: #333333;</p><p> color: silver;</p><p>}</p><p>#wrapper{</p><p> width: 820px;</p><p> margin: auto;</p><p> background-color: #242424;</p><p>}</p><p>#header { </p><p> background-image: url('Bilder/header.png');</p><p> width: 811px; </p><p> height: 184px;</p><p> background-repeat:no-repeat;</p><p> font-size: 15px;</p><p> font: 100% Verdana, Arial, Helvetica, sans-serif;</p><p> text-align: center;</p><p>}</p><p>#sidebarright { </p><p> padding : 0px 0px 0px 5px;</p><p> width: 165px; </p><p> height: 765px; </p><p> text-align: left;</p><p> font-size: 11px;</p><p> font: 100% Verdana, Arial, Helvetica, sans-serif;</p><p> float: left;</p><p> }</p><p>#content { </p><p> padding : 5px 0px 5px 5px;</p><p> height: 765px; /* für den IE */</p><p> height: auto ! important;</p><p> min-height: 765px;/* für moderne Browser */</p><p> font: 100% Verdana, Arial, Helvetica, sans-serif;</p><p> font-size: 12px;</p><p> width: 636px; </p><p> float: left;</p><p>}</p><p>#footer {</p><p> background-image: url('Bilder/footer.png');</p><p> background-repeat:repeat-y; </p><p> font: 100% Verdana, Arial, Helvetica, sans-serif;</p><p> text-align: center;</p><p> font-size: 10px;</p><p> width: 811px;</p><p> height: 34px;</p><p> clear:both;</p><p>}</p><p></p><p>.post-info {</p><p>background-color: #333333;</p><p>border-top: 1px solid #9ddf14; </p><p>border-bottom: 1px solid #9ddf14; </p><p>font-size : 13px;</p><p>color: #9ddf14;</p><p>padding : 2px 0px 2px 0px;</p><p>margin: 5px 0px 0px 0px;</p><p>}</p><p></p><p>.post-info .clock {</p><p>padding-left:20px; </p><p>background:transparent url('Bilder/clock.png');</p><p>background-repeat: no-repeat;</p><p>padding: 0px 2px 3px 20px;</p><p>}</p><p>.post-info .comment{</p><p>padding-left:20px; </p><p>background:transparent url('Bilder/comment.png');</p><p>background-repeat: no-repeat;</p><p>padding: 0px 2px 3px 20px;</p><p>}</p><p></p><p>.footer {</p><p> font: 100% Verdana, Arial, Helvetica, sans-serif;</p><p> text-align: center;</p><p> font-size: 10px !important;</p><p>}</p><p>.navi {</p><p>text-align: center;</p><p>font-size: 20px;</p><p>color: #7CFC00;</p><p>}</p><p>.old {</p><p>text-align: center;</p><p>}[/code]</p><p>Probier das mal so <img src="/styles/default/xenforo/smilies/zwinker.gif" class="smilie" loading="lazy" alt=";)" title="Wink ;)" data-shortname=";)" /></p></blockquote><p></p>
[QUOTE="Top_Gun, post: 761433, member: 215889"] [b]AW: HTML & CSS Div Problem[/b] [code]*{ padding: 0; margin: 0; } .text { padding-top: 5px; padding-left: 5px; } ul { list-style-image: url('Bilder/box.png'); list-style-position: inside; } a:link { font-size: 15px; color: #9ddf14; text-decoration: none; } a:visited { font-size: 15px; color: #9ddf14; text-decoration: none; } a:active { font-size: 15px; color: #9ddf14; text-decoration: none; } a:hover { font-size: 15px; color: #9ddf14; text-decoration: underline; } a.footer:link { font-size: 10px; color: #FFF; text-decoration: none; } a.footer:visited { font-size: 15px; color: #FFF; text-decoration: none; } a.footer:active { font-size: 15px; color: #FFF; text-decoration: none; } a.footer:hover { font-size: 15px; color: #FFF; text-decoration: underline; } a.navi:link { font-size: 15px; color: #FFF; text-decoration: none; } a.navi:visited { font-size: 15px; color: #FFF; text-decoration: none; } a.navi:active { font-size: 15px; color: #FFF; text-decoration: none; } a.navi:hover { font-size: 15px; color: #FFF; text-decoration: underline; } h1,h2,h3,h4{ color: #9ddf14; } body { background-color: #333333; color: silver; } #wrapper{ width: 820px; margin: auto; background-color: #242424; } #header { background-image: url('Bilder/header.png'); width: 811px; height: 184px; background-repeat:no-repeat; font-size: 15px; font: 100% Verdana, Arial, Helvetica, sans-serif; text-align: center; } #sidebarright { padding : 0px 0px 0px 5px; width: 165px; height: 765px; text-align: left; font-size: 11px; font: 100% Verdana, Arial, Helvetica, sans-serif; float: left; } #content { padding : 5px 0px 5px 5px; height: 765px; /* für den IE */ height: auto ! important; min-height: 765px;/* für moderne Browser */ font: 100% Verdana, Arial, Helvetica, sans-serif; font-size: 12px; width: 636px; float: left; } #footer { background-image: url('Bilder/footer.png'); background-repeat:repeat-y; font: 100% Verdana, Arial, Helvetica, sans-serif; text-align: center; font-size: 10px; width: 811px; height: 34px; clear:both; } .post-info { background-color: #333333; border-top: 1px solid #9ddf14; border-bottom: 1px solid #9ddf14; font-size : 13px; color: #9ddf14; padding : 2px 0px 2px 0px; margin: 5px 0px 0px 0px; } .post-info .clock { padding-left:20px; background:transparent url('Bilder/clock.png'); background-repeat: no-repeat; padding: 0px 2px 3px 20px; } .post-info .comment{ padding-left:20px; background:transparent url('Bilder/comment.png'); background-repeat: no-repeat; padding: 0px 2px 3px 20px; } .footer { font: 100% Verdana, Arial, Helvetica, sans-serif; text-align: center; font-size: 10px !important; } .navi { text-align: center; font-size: 20px; color: #7CFC00; } .old { text-align: center; }[/code] Probier das mal so ;) [/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...
HTML & CSS Div Problem
Oben