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...
Mouseover mit CSS und php
Beitrag
<blockquote data-quote="Kiki McCloud" data-source="post: 2572829"><p>Erstmal danke für die Antwort. ^^</p><p>Also es hat keine div, weil DAS sozusagen schon die ganze Navi is...</p><p></p><p>Das hier wäre meine "Index"-Seite:</p><p></p><p><span style="font-family: 'Courier New'"><html></span></p><p><span style="font-family: 'Courier New'"><head></span></p><p><span style="font-family: 'Courier New'"> <title>###title###</title></span></p><p><span style="font-family: 'Courier New'"> <link href="css/lightbox.css" rel="stylesheet"/></span></p><p><span style="font-family: 'Courier New'"> <script src="js/jquery-1.7.2.min.js"></script></span></p><p><span style="font-family: 'Courier New'"> <script src="js/lightbox.js"></script></span></p><p><span style="font-family: 'Courier New'"> <link rel="stylesheet" type="text/css" href="./style/style.css" /></span></p><p><span style="font-family: 'Courier New'"> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"></span></p><p><span style="font-family: 'Courier New'"></head></span></p><p><span style="font-family: 'Courier New'"><body background="./images/bg.jpg"></span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'"> </span></p><p><span style="font-family: 'Courier New'"> <div class="page"></span></p><p><span style="font-family: 'Courier New'"> <a href="?page=kontakt" class="kontakt"></a></span></p><p><span style="font-family: 'Courier New'"> <a href="?page=impressum" class="+impressum"></a></span></p><p><span style="font-family: 'Courier New'"> <a href="?page=home" class="home"></a></span></p><p><span style="font-family: 'Courier New'"> <div class="headbanner"></div></span></p><p><span style="font-family: 'Courier New'"> <div class="stoffbahn"></div></span></p><p><span style="font-family: 'Courier New'"> </span></p><p><span style="font-family: 'Courier New'"> <div class="main"></span></p><p><span style="font-family: 'Courier New'"> </span></p><p><span style="font-family: 'Courier New'"> <div class="nav">###navigation###</div></span></p><p><span style="font-family: 'Courier New'"> </span></p><p><span style="font-family: 'Courier New'"> <div class="content"></span></p><p><span style="font-family: 'Courier New'"> </span></p><p><span style="font-family: 'Courier New'"> <div class="content2" id="content"></span></p><p><span style="font-family: 'Courier New'"> ###content###</span></p><p><span style="font-family: 'Courier New'"> </div></span></p><p><span style="font-family: 'Courier New'"> </div></span></p><p><span style="font-family: 'Courier New'"> </div></span></p><p><span style="font-family: 'Courier New'"> </div></span></p><p><span style="font-family: 'Courier New'"></body> </span></p><p><span style="font-family: 'Courier New'"></html></span></p><p></p><p>Und das die dazugehörige Style-Datei (also der Navi-teil davon):</p><p></p><p><span style="font-family: 'Courier New'">.nav{</span></p><p><span style="font-family: 'Courier New'"> float:left;</span></p><p><span style="font-family: 'Courier New'"> width:150px;</span></p><p><span style="font-family: 'Courier New'"> padding-top:200px;</span></p><p><span style="font-family: 'Courier New'"> padding-left :15px;</span></p><p><span style="font-family: 'Courier New'">}</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">.content{</span></p><p><span style="font-family: 'Courier New'"> height:500px;</span></p><p><span style="font-family: 'Courier New'"> width:630px;</span></p><p><span style="font-family: 'Courier New'"> float:right;</span></p><p><span style="font-family: 'Courier New'"> padding-top:94px;</span></p><p><span style="font-family: 'Courier New'">}</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">a img {</span></p><p><span style="font-family: 'Courier New'"> border:0;</span></p><p><span style="font-family: 'Courier New'">}</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">.content2{</span></p><p><span style="font-family: 'Courier New'"> height:380px;</span></p><p><span style="font-family: 'Courier New'"> width:515px;</span></p><p><span style="font-family: 'Courier New'"> margin-top:85px;</span></p><p><span style="font-family: 'Courier New'"> padding-left:50px;</span></p><p><span style="font-family: 'Courier New'"> overflow-y: auto;</span></p><p><span style="font-family: 'Courier New'">}</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">.nav ul{</span></p><p><span style="font-family: 'Courier New'"> list-style:none;</span></p><p><span style="font-family: 'Courier New'"> margin:0;</span></p><p><span style="font-family: 'Courier New'"> padding:0;</span></p><p><span style="font-family: 'Courier New'">}</span></p><p><span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">.nav ul li{</span></p><p><span style="font-family: 'Courier New'"> margin:0;</span></p><p><span style="font-family: 'Courier New'"> padding:0;</span></p><p><span style="font-family: 'Courier New'">}</span></p><p></p><p>Hilft das irgendwie? Sonst müsste ich versuche die Navigation die ich hab irgednwie rauszunehmen (ohne mir die ganze Seite zu zerschießen..) und die Navileiste mit einzelnen <div>s aufbauen.</p></blockquote><p></p>
[QUOTE="Kiki McCloud, post: 2572829"] Erstmal danke für die Antwort. ^^ Also es hat keine div, weil DAS sozusagen schon die ganze Navi is... Das hier wäre meine "Index"-Seite: [FONT=Courier New]<html> <head> <title>###title###</title> <link href="css/lightbox.css" rel="stylesheet"/> <script src="js/jquery-1.7.2.min.js"></script> <script src="js/lightbox.js"></script> <link rel="stylesheet" type="text/css" href="./style/style.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> </head> <body background="./images/bg.jpg"> <div class="page"> <a href="?page=kontakt" class="kontakt"></a> <a href="?page=impressum" class="+impressum"></a> <a href="?page=home" class="home"></a> <div class="headbanner"></div> <div class="stoffbahn"></div> <div class="main"> <div class="nav">###navigation###</div> <div class="content"> <div class="content2" id="content"> ###content### </div> </div> </div> </div> </body> </html>[/FONT] Und das die dazugehörige Style-Datei (also der Navi-teil davon): [FONT=Courier New].nav{ float:left; width:150px; padding-top:200px; padding-left :15px; } .content{ height:500px; width:630px; float:right; padding-top:94px; } a img { border:0; } .content2{ height:380px; width:515px; margin-top:85px; padding-left:50px; overflow-y: auto; } .nav ul{ list-style:none; margin:0; padding:0; } .nav ul li{ margin:0; padding:0; }[/FONT] Hilft das irgendwie? Sonst müsste ich versuche die Navigation die ich hab irgednwie rauszunehmen (ohne mir die ganze Seite zu zerschießen..) und die Navileiste mit einzelnen <div>s aufbauen. [/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
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
Mouseover mit CSS und php
Oben