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
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
Vertikale Navigation
Beitrag
<blockquote data-quote="NiAlMa" data-source="post: 1545429" data-attributes="member: 228985"><p><strong>AW: Vertikale Navigation</strong></p><p></p><p>Danke das hat mir schon sehr geholfen.</p><p> </p><p>Allerdings habe ich noch ein kleines Problem, denn es werden einige Navipunkte nebeneinander gelistet...entweder habe ich was übersehen oder bin einfach nur doof....</p><p> </p><p></p><p> </p><p>Die style.css sieht nun wie folgt aus:</p><p> </p><p>[code]</p><p>html, body, div, span, applet, object, iframe,</p><p>h1, h2, h3, h4, h5, h6, p, blockquote, pre,</p><p>a, abbr, acronym, address, big, cite, code,</p><p>del, dfn, em, font, img, ins, kbd, q, s, samp,</p><p>small, strike, strong, sub, sup, tt, var,</p><p>dl, dt, dd, ol, ul, li,</p><p>fieldset, form, label, legend,</p><p>table, caption, tbody, tfoot, thead, tr, th, td </p><p>{</p><p>margin: 0;</p><p>padding: 0;</p><p>border: 0;</p><p>outline: 0;</p><p>font-weight: inherit;</p><p>font-style: inherit;</p><p>font-size: 100%;</p><p>font-family: inherit;</p><p>vertical-align: baseline;</p><p>}</p><p>*{</p><p>padding:0;</p><p>margin:0;</p><p>font-family: arial,helcetica,sans-serife;</p><p>font-weight:normal;</p><p>} </p><p>a</p><p>{</p><p>text-decoration: none;</p><p>}</p><p>:focus </p><p>{</p><p>outline: 0;</p><p>}</p><p>body </p><p>{</p><p>line-height: 1;</p><p>color: black;</p><p>background: white;</p><p>}</p><p>ol, ul </p><p>{</p><p>list-style: none;</p><p>}</p><p>table </p><p>{</p><p>border-collapse: separate;</p><p>border-spacing: 0;</p><p>}</p><p>caption, th, td </p><p>{</p><p>text-align: left;</p><p>font-weight: normal;</p><p>}</p><p>blockquote:before, blockquote:after,</p><p>q:before, q:after </p><p>{</p><p>content: "";</p><p>}</p><p>blockquote, q </p><p>{</p><p>quotes: "" "";</p><p>}</p><p>/*FE STYLING*/</p><p>body{</p><p>background-color: #101010;</p><p>}</p><p>#body_container{</p><p>margin: 55px auto 55px auto;</p><p>width: 980px;</p><p>background-color: #fff;</p><p>border: 10px solid #ff0066;</p><p>}</p><p>#head_section{</p><p>margin: 0 0 0 0;</p><p>padding: 0 0 0 0;</p><p>height: 228px;</p><p>background-color: #fff;</p><p>}</p><p>#nav_section{</p><p>margin: 0 0 0 0;</p><p>background-color: #ff0066;</p><p>float: left;</p><p>width: 120px;</p><p>padding:10px;</p><p>text-align:left;</p><p>font-family: Helvetica, sans-serif;</p><p>font-size: 15px;</p><p>line-height: 30px;</p><p>display:block;</p><p>}</p><p>#nav_section ul{</p><p>width: 120px;</p><p>list-style-type: none;</p><p>display: block;</p><p>}</p><p>#nav_section ul li{</p><p>display: block;</p><p>float: left;</p><p>list-style-type:none;</p><p>}</p><p>#nav_section ul li a:link,</p><p>#nav_section ul li a:active,</p><p>#nav_section ul li a:visited{</p><p>display: block;</p><p>height: 30px;</p><p>text-align: center;</p><p>overflow: hidden;</p><p>color: #3f3f3f;</p><p>}</p><p>* html #nav_section ul li a{</p><p>float: left;</p><p>display: block;</p><p>}</p><p>#nav_section ul li a:hover{</p><p>display: block;</p><p>height: 30px;</p><p>text-align: center;</p><p>overflow: hidden;</p><p>background-color: #ff0066;</p><p>color: #fff;</p><p>}</p><p>.active{</p><p>display: block;</p><p>height: 30px;</p><p>text-align: center;</p><p>overflow: hidden;</p><p>background-color: #ff0066;</p><p>color: #ffffff;</p><p>}</p><p>#content_section{</p><p>margin: 0 0 0 0;</p><p>padding: 10px 10px 10px 10px;</p><p>background-color: #fff;</p><p>border-top: 10px solid #ff0066;</p><p>font-family: Helvetica, sans-serif;</p><p>font-size: 15px;</p><p>line-height: 20px;</p><p>color: #808080;</p><p>}</p><p>#content_section h1{</p><p>font-family: Helvetica, sans-serif;</p><p>font-size: 20px;</p><p>line-height: 40px;</p><p>color: #808080;</p><p>}</p><p>#content_section a:link,</p><p>#content_section a:active,</p><p>#content_section a:visited</p><p>{</p><p>color: #ff0066;</p><p>}</p><p>#content_section a:hover</p><p>{</p><p>color: #000;</p><p>}</p><p>#footer_section{</p><p>margin: 0 0 0 0;</p><p>padding: 10px 10px 10px 10px;</p><p>background-color: #fff;</p><p>border-top: 10px solid #ff0066;</p><p>}</p><p>#footer_section{</p><p>font-family: Helvetica, sans-serif;</p><p>font-size: 10px;</p><p>line-height: 15px;</p><p>text-align: justify;</p><p>color: #808080;</p><p>}</p><p>#footer_section a:link,</p><p>#footer_section a:active,</p><p>#footer_section a:visited</p><p>{</p><p>color: #ff0066;</p><p>}</p><p>#footer_section a:hover</p><p>{</p><p>color: #000;</p><p>}</p><p>p._footer{</p><p>margin-top: 10px;</p><p>text-align: center;</p><p>}</p><p>/*Visual editing Mode*/</p><p>div.visual_element:hover</p><p>{</p><p> border: 2px solid #ff0066;</p><p> padding: 5px;</p><p>}</p><p>.visual</p><p>{</p><p> width: 100%;</p><p> text-align: center;</p><p> height: 20px;</p><p> line-height: 20px;</p><p> font-family: Helvetica, Arial, Verdana, sans-serif;</p><p> font-size: 11px;</p><p> color: #3f3f3f;</p><p> background-color: #fff;</p><p>}</p><p>[/code]</p></blockquote><p></p>
[QUOTE="NiAlMa, post: 1545429, member: 228985"] [b]AW: Vertikale Navigation[/b] Danke das hat mir schon sehr geholfen. Allerdings habe ich noch ein kleines Problem, denn es werden einige Navipunkte nebeneinander gelistet...entweder habe ich was übersehen oder bin einfach nur doof.... Die style.css sieht nun wie folgt aus: [code] html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } *{ padding:0; margin:0; font-family: arial,helcetica,sans-serife; font-weight:normal; } a { text-decoration: none; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } /*FE STYLING*/ body{ background-color: #101010; } #body_container{ margin: 55px auto 55px auto; width: 980px; background-color: #fff; border: 10px solid #ff0066; } #head_section{ margin: 0 0 0 0; padding: 0 0 0 0; height: 228px; background-color: #fff; } #nav_section{ margin: 0 0 0 0; background-color: #ff0066; float: left; width: 120px; padding:10px; text-align:left; font-family: Helvetica, sans-serif; font-size: 15px; line-height: 30px; display:block; } #nav_section ul{ width: 120px; list-style-type: none; display: block; } #nav_section ul li{ display: block; float: left; list-style-type:none; } #nav_section ul li a:link, #nav_section ul li a:active, #nav_section ul li a:visited{ display: block; height: 30px; text-align: center; overflow: hidden; color: #3f3f3f; } * html #nav_section ul li a{ float: left; display: block; } #nav_section ul li a:hover{ display: block; height: 30px; text-align: center; overflow: hidden; background-color: #ff0066; color: #fff; } .active{ display: block; height: 30px; text-align: center; overflow: hidden; background-color: #ff0066; color: #ffffff; } #content_section{ margin: 0 0 0 0; padding: 10px 10px 10px 10px; background-color: #fff; border-top: 10px solid #ff0066; font-family: Helvetica, sans-serif; font-size: 15px; line-height: 20px; color: #808080; } #content_section h1{ font-family: Helvetica, sans-serif; font-size: 20px; line-height: 40px; color: #808080; } #content_section a:link, #content_section a:active, #content_section a:visited { color: #ff0066; } #content_section a:hover { color: #000; } #footer_section{ margin: 0 0 0 0; padding: 10px 10px 10px 10px; background-color: #fff; border-top: 10px solid #ff0066; } #footer_section{ font-family: Helvetica, sans-serif; font-size: 10px; line-height: 15px; text-align: justify; color: #808080; } #footer_section a:link, #footer_section a:active, #footer_section a:visited { color: #ff0066; } #footer_section a:hover { color: #000; } p._footer{ margin-top: 10px; text-align: center; } /*Visual editing Mode*/ div.visual_element:hover { border: 2px solid #ff0066; padding: 5px; } .visual { width: 100%; text-align: center; height: 20px; line-height: 20px; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11px; color: #3f3f3f; background-color: #fff; } [/code] [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 7, ▼ = 3, ◇ = 2 und die Summe von ▲ und ▼ durch ◇ geteilt wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
Vertikale Navigation
Oben