![]() |
Willkommen, Gast ( Anmelden | Registrierung )
![]() ![]() |
![]() |
![]()
Beitrag
#11
|
|
Rookie Gruppe: User Beiträge: 5 Mitglied seit: 08.09.2006 Mitglieds-Nr.: 6.268 ![]() |
so hab jetzt mal auf folgende weise geändert, nur leider zeigt es mir wieder im ff die logos untereinander und im ie nebeneinader an.
weiters ist noch wenn ich die auflösung umstelle auf 800x600 sind die logos in beiden browsern untereinander und nicht verkleinert oder gleich groß. wie kann ich das lösen. HTML <html>
<head> <title>Logo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> #b1 { border: 1px solid #000000; background: #999999; float: left; clear: left; } #b2 { img { border: none; } </style> </head> <body> <!-- Bindet das Logo Motor2rad ein --> <div id="b1"> <img src="logo/logomotor2radohnefarbe.gif" width="400" height="80"> <img src="logo/enturoshop.gif" width="400" height="80"> </div> <br> </body> </html> <html> <head> <title>Logo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> #b1 { border: 1px solid #000000; background: #999999; float: left; clear: left; } #b2 { img { border: none; } </style> </head> <body> <!-- Bindet das Logo Motor2rad ein --> <div id="b1"> <img src="logo/logomotor2radohnefarbe.gif" width="400" height="80"><img src="logo/enturoshop.gif" width="400" height="80"> </div> <br> </body> </html> |
|
|
![]()
Beitrag
#12
|
|
hdb ![]() ![]() ![]() ![]() ![]() Gruppe: User Beiträge: 685 Mitglied seit: 26.10.2001 Wohnort: Köln Mitglieds-Nr.: 5 ![]() |
Schreibe
<img src="logo/logomotor2radohnefarbe.gif" width="400" height="80"> <img src="logo/enturoshop.gif" width="400" height="80"> ohne Zeilenumbruch <img src="logo/logomotor2radohnefarbe.gif" width="400" height="80"><img src="logo/enturoshop.gif" width="400" height="80"> |
|
|
![]()
Beitrag
#13
|
|
hdb ![]() ![]() ![]() ![]() ![]() Gruppe: User Beiträge: 685 Mitglied seit: 26.10.2001 Wohnort: Köln Mitglieds-Nr.: 5 ![]() |
Immer nach dem Motto: Hilfe zur Selbsthilfe.
HTML <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[url="http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"]http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd[/url]">
<html><head> <meta name="author" content="phase 5 Version 5.43"> <meta name="audience" content="Alle"> <meta name="language" content="deutsch, de"> <meta name="MSSmartTagsPreventParsing" content="TRUE"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="imagetoolbar" content="no"> <meta name="description" content=""> <title></title> <base target="_self"> <style> body{background:#F5F5F7 url(bilder/bg10.gif) repeat fixed;left:auto;right:auto;margin:14px auto;} html,body{color:#039;font:100 normal 11px Verdana, Arial, Helvetica, sans-serif;left:auto;right:auto;text-align:left;} #global{ text-align:left; width:800px; margin:0 auto; background: #FFF; border-top: 1px solid #FFF; border-right: 1px solid #999; border-bottom: 1px solid #999; border-left: 1px solid #FFF; } .contents{ padding-top:20px; position:relative; width:800px; } .headback{ background:#DEDEDE; height:80px; position:relative; width:800px; border: 1px none #000000; } .hb1{ height:80px; left:0; position:absolute; text-align:center; top:0; width:400px; background: #F0EEE1 url(logo/logomotor2radohnefarbe.gif) no-repeat; } .hb2{ border:none; font-weight:100; height:80px; left:400px; position:absolute; text-align:center; width:400px; background: #F0EEE1 url(logo/enturoshop.gif) no-repeat; line-height: 80px; } .hb1 a { display:block; text-decoration:none; color:#039; font-weight:700; line-height: 80px; } .hb1 a:hover{display:block;text-decoration:none;color:#039;font-weight:700;} img{border:none;} </style> </head> <body> <div id="global"> <div class="headback"> <div class="hb1"><a href="#">Link 1</a></div> <div class="hb2"><a href="#">Link 2</a></div> </div> <div class="contents"> Rest </div> <div class="contents"> usw. </div> </div> </body> </html> |
|
|
Google Bot |
![]()
Beitrag
#
|
![]() Google Ads ![]() |
|
|
|
![]() ![]() |
![]() |
Vereinfachte Darstellung | Aktuelles Datum: 24.05.2025 - 21:08 |