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...
MySpace Header Hover Effekt ?!
Beitrag
<blockquote data-quote="pappalapp" data-source="post: 1196460" data-attributes="member: 349249"><p><strong>AW: MySpace Header Hover Effekt ?!</strong></p><p></p><p>20.10.2009:</p><p>Also, ich hab jetzt eine andere Variante für den header gewählt.</p><p>[html]<style></p><p>body table { margin-top: 730px; }</p><p>body td table, body div table { margin-top: 0;} </p><p></p><p>.header {position: absolute; width: 800px; height: 873px; margin-left: -400px; left: 50%; top: 0px;}</p><p></p><p>div.navigation a:hover{</p><p> border-top: none;</p><p> opacity: 0.0;</p><p> filter: alpha(opacity=0);</p><p>width: 0px; </p><p>height: 0px; </p><p> z-index:2;</p><p>}</p><p>.navigation {position: absolute; top: 862px; left: 50%; height: 32px; width: 800px; overflow: visible; background-color: none; margin-left: -400px; text-align: center; z-index:2;}</p><p> </style></p><p> <div class="header"></p><p><table id="Head" width="800" border="0" cellpadding="0" cellspacing="0"></p><p> <tr></p><p> <td></p><p> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader01.jpg" width="800" height="174" /></td></p><p> </tr></p><p> <tr></p><p> <td></p><p> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader02.jpg" width="800" /></td></p><p> </tr></p><p> <tr></p><p> <td></p><p> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader03.jpg" /></td></p><p> </tr></p><p></table></p><p> </div></p><p> <div class="navigation"></p><p><table id="navigation" width="800" border="0" cellpadding="0" cellspacing="0"></p><p> <tr></p><p> <td></p><p> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader04.jpg" width="292" height="32" alt="" /></td></p><p> <td></p><p> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader05.jpg" width="141" height="32" alt="" /></td></p><p> <td></p><p> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader06.jpg" width="120" height="32" alt="" /></td></p><p> <td></p><p> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader07.jpg" width="116" height="32" alt="" /></td></p><p> <td></p><p> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader08.jpg" width="131" height="32" alt="" /></td></p><p> </tr></p><p></table></p><p> </div>[/html]hab aus einem DIV -> 2 gemacht ^^</p><p>Im "Navigations-Div" sin die Buttons die ich Hovern bzw. Rollovern will.</p><p></p><p>Meine Frage: könnte mir mal jemand in meinen Code editieren, so das 1 Button den Rollovereffekt hat?</p><p>Ich google den ganzen Tag und nichts will so wirklich funktionieren. An einem Beispiel könnt ichs sicher besser begreifen.</p><p></p><p>Hier mal die die Hover-Image URL= für den 1. Button (Add To Friends, bzw: )</p><p>Hier das Hoverimage: </p><p></p><p>ich wär unendlich dankbar!</p><p></p><p>achja: das ganze ist eine Non-Profit sache, ich mach das nur um die Band meine Kumpels zuunterstützen und selber ein bissl mein Gehirn weiter "auszubauen" <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> ^^</p><p></p><p>grüße</p></blockquote><p></p>
[QUOTE="pappalapp, post: 1196460, member: 349249"] [b]AW: MySpace Header Hover Effekt ?![/b] 20.10.2009: Also, ich hab jetzt eine andere Variante für den header gewählt. [html]<style> body table { margin-top: 730px; } body td table, body div table { margin-top: 0;} .header {position: absolute; width: 800px; height: 873px; margin-left: -400px; left: 50%; top: 0px;} div.navigation a:hover{ border-top: none; opacity: 0.0; filter: alpha(opacity=0); width: 0px; height: 0px; z-index:2; } .navigation {position: absolute; top: 862px; left: 50%; height: 32px; width: 800px; overflow: visible; background-color: none; margin-left: -400px; text-align: center; z-index:2;} </style> <div class="header"> <table id="Head" width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader01.jpg" width="800" height="174" /></td> </tr> <tr> <td> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader02.jpg" width="800" /></td> </tr> <tr> <td> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader03.jpg" /></td> </tr> </table> </div> <div class="navigation"> <table id="navigation" width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader04.jpg" width="292" height="32" alt="" /></td> <td> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader05.jpg" width="141" height="32" alt="" /></td> <td> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader06.jpg" width="120" height="32" alt="" /></td> <td> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader07.jpg" width="116" height="32" alt="" /></td> <td> <img src="http://i709.photobucket.com/albums/ww100/SailThisShipAlone/PICLay/PICHeader08.jpg" width="131" height="32" alt="" /></td> </tr> </table> </div>[/html]hab aus einem DIV -> 2 gemacht ^^ Im "Navigations-Div" sin die Buttons die ich Hovern bzw. Rollovern will. Meine Frage: könnte mir mal jemand in meinen Code editieren, so das 1 Button den Rollovereffekt hat? Ich google den ganzen Tag und nichts will so wirklich funktionieren. An einem Beispiel könnt ichs sicher besser begreifen. Hier mal die die Hover-Image URL= für den 1. Button (Add To Friends, bzw: ) Hier das Hoverimage: ich wär unendlich dankbar! achja: das ganze ist eine Non-Profit sache, ich mach das nur um die Band meine Kumpels zuunterstützen und selber ein bissl mein Gehirn weiter "auszubauen" :) ^^ grüße [/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...
MySpace Header Hover Effekt ?!
Oben