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...
Frameset wird nicht angezeigt
Beitrag
<blockquote data-quote="opc2" data-source="post: 1726561" data-attributes="member: 485391"><p><strong>AW: Frameset wird nicht angezeigt</strong></p><p></p><p>gib bei blackbox noch width an. solltest das ganze noch in einen container packen.</p><p></p><p>[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p><p><html xmlns="http://www.w3.org/1999/xhtml"></p><p><head></p><p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p><p><title>Unbenanntes Dokument</title></p><p><link href="mystyle.css" rel="stylesheet" type="text/css" /></p><p></head></p><p></p><p><body></p><p><div id="wrapper"></p><p> <div id="menu"></p><p> <ul></p><p> <li>about</li></p><p> <li>projects</li></p><p> </ul></p><p> </div></p><p> <div id="blackbox"></div></p><p> <div id="greybox">"</div></p><p></div></p><p></body></p><p></html>[/CODE][CODE]@charset "utf-8";</p><p>/* CSS Document */</p><p></p><p>* {</p><p>margin: 0;</p><p>padding: 0;</p><p>}</p><p></p><p>body {</p><p> background: url(images/background.png) repeat-x center top;</p><p> height:600px;</p><p> width:1300px;</p><p> font-family: Arial, Helvetica, sans-serif;</p><p> font-size: 12px;</p><p>}</p><p>#wrapper {</p><p> width: 100%;</p><p>}</p><p>#menu {</p><p> background: url(images/menue.png) no-repeat center top;</p><p> list-style-type:none;</p><p> width:1300px;</p><p> height:63px;</p><p> margin:auto;</p><p>}</p><p></p><p>#menu ul {</p><p> margin-left:382px;</p><p>}</p><p></p><p>#menu li {</p><p> float:left;</p><p> display: block;</p><p> margin-left:22px;</p><p> margin-right:-22px;</p><p>}</p><p></p><p>#menu a {</p><p> display: block;</p><p> text-decoration: none;</p><p> font-family: Arial, Helvetica, sans-serif;</p><p> font-size: 13px;</p><p> font-weight: bold;</p><p> color: #000000;</p><p> border: none;</p><p> width:246px;</p><p> height:63px;</p><p> </p><p>}</p><p></p><p>#menu p{</p><p> padding:23px 0px 25px 100px;</p><p>}</p><p></p><p>#menu a.verw1:hover {</p><p> background: url(images/leftbuttonpressed.png) no-repeat center top;</p><p> color: #FFFFFF;</p><p>}</p><p></p><p>#menu a.verw2:hover {</p><p> background: url(images/rightbuttonpressed.png) no-repeat center top;</p><p> color: #FFFFFF;</p><p>}</p><p></p><p>#content{</p><p> margin-top:105px;</p><p> color: #FFFFFF;</p><p>}</p><p></p><p>#content li {</p><p> float:left;</p><p> display: block;</p><p> list-style-type:none;</p><p>}</p><p></p><p>#content p{</p><p> padding:25px 25px 0px 25px;</p><p> font-family: Arial, Helvetica, sans-serif;</p><p> font-size: 13px;</p><p> font-weight: bold;</p><p>}</p><p></p><p>#blackbox{</p><p> background-color:#000;</p><p> height:472px;</p><p> float: left;</p><p> width: 100px;</p><p>}</p><p></p><p>#greybox{</p><p> background-color:#201E22;</p><p> height:472px;</p><p>}</p><p></p><p>#bodyextended{</p><p> background-color:#662D2D;</p><p> </p><p>}</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="opc2, post: 1726561, member: 485391"] [b]AW: Frameset wird nicht angezeigt[/b] gib bei blackbox noch width an. solltest das ganze noch in einen container packen. [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Unbenanntes Dokument</title> <link href="mystyle.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="menu"> <ul> <li>about</li> <li>projects</li> </ul> </div> <div id="blackbox"></div> <div id="greybox">"</div> </div> </body> </html>[/CODE][CODE]@charset "utf-8"; /* CSS Document */ * { margin: 0; padding: 0; } body { background: url(images/background.png) repeat-x center top; height:600px; width:1300px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } #wrapper { width: 100%; } #menu { background: url(images/menue.png) no-repeat center top; list-style-type:none; width:1300px; height:63px; margin:auto; } #menu ul { margin-left:382px; } #menu li { float:left; display: block; margin-left:22px; margin-right:-22px; } #menu a { display: block; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; border: none; width:246px; height:63px; } #menu p{ padding:23px 0px 25px 100px; } #menu a.verw1:hover { background: url(images/leftbuttonpressed.png) no-repeat center top; color: #FFFFFF; } #menu a.verw2:hover { background: url(images/rightbuttonpressed.png) no-repeat center top; color: #FFFFFF; } #content{ margin-top:105px; color: #FFFFFF; } #content li { float:left; display: block; list-style-type:none; } #content p{ padding:25px 25px 0px 25px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; } #blackbox{ background-color:#000; height:472px; float: left; width: 100px; } #greybox{ background-color:#201E22; height:472px; } #bodyextended{ background-color:#662D2D; } [/CODE] [/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...
Frameset wird nicht angezeigt
Oben