Frage wegen html Code
Hallo
ich habe auf meiner Testseite den Header bearbeitet und einen Flashfilm eingearbeitet. Der Header besteht aus 5 Bildern wobei das 3. Bild also das wo das GFS drauf steht in den Flashfilm eingebaut ist. Das ganze ergibt eben ein Gesamtbild aber nur im IE, im FF werden mir Zwischenräume eingearbeitet die da eigentlich garnit sein dürften. Die Maße der Bilder und des Flashfilms stimmen alle aber bei dem FF kommen so 2 komische Streifen die im IE nicht sind.
1. Bild IE

2. Bild FF

Könnte sich jemand bitte mal meinen Code ansehen wie man diesen optimieren kann damit diese Striche weg gehen.
Danke fürs drüberschauen.
Gruss
ich habe auf meiner Testseite den Header bearbeitet und einen Flashfilm eingearbeitet. Der Header besteht aus 5 Bildern wobei das 3. Bild also das wo das GFS drauf steht in den Flashfilm eingebaut ist. Das ganze ergibt eben ein Gesamtbild aber nur im IE, im FF werden mir Zwischenräume eingearbeitet die da eigentlich garnit sein dürften. Die Maße der Bilder und des Flashfilms stimmen alle aber bei dem FF kommen so 2 komische Streifen die im IE nicht sind.
1. Bild IE
2. Bild FF
Könnte sich jemand bitte mal meinen Code ansehen wie man diesen optimieren kann damit diese Striche weg gehen.
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
<table id="Tabelle_01" width="985" height="240" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/style/gs_template05/logo_HP_01.gif" width="985" height="47" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/style/gs_template05/logo_HP_02.gif" width="524" height="193" alt=""></td>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8"
width="429" height="146"
id="theMediaPlayer">
<param name=movie value="mediaplayer.swf">
<param name=quality value="high">
<param name=bgcolor value="#FFFFFF">
<param name=allowFullScreen value="true">
<param name=swLiveConnect value="true">
<param name=allowScriptAccess value="sameDomain">
<param name="FlashVars" value="file=newsvid/COD_WaW_Reveal_Trailer_large_DE.flv&width=429&height=146&displaywidth=429&displayheight=146&overstretch=fit&showicons=false&shuffle=false&image=images/style/gs_template05/logo_HP_03.gif&backcolor=0xFFFFFF">
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="429" height="146" bgcolor="#FFFFFF"
name="theMediaPlayer"
src="mediaplayer.swf"
flashvars="file=newsvid/COD_WaW_Reveal_Trailer_large_DE.flv&width=429&height=146&displaywidth=429&displayheight=146&overstretch=fit&showicons=false&shuffle=false&image=images/style/gs_template05/logo_HP_03.gif&backcolor=0xFFFFFF">
</embed>
</object>
</td>
<td rowspan="2">
<img src="images/style/gs_template05/logo_HP_04.gif" width="32" height="193" alt=""></td>
</tr>
<tr>
<td>
<img src="images/style/gs_template05/logo_HP_05.gif" width="429" height="47" alt=""></td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<br /><br />
<tr>
<td><a href="/kit/include.php?path=war/squad.php" onmouseover="austausch1.src='images/style/gs_template05/1_k.png';" onmouseout="austausch1.src='images/style/gs_template05/1.png';"><img src="images/style/gs_template05/1.png" name="austausch1" border="0"></a></td>
<td><a href="http://german-front-storm.de/wbb2" onmouseover="austausch2.src='images/style/gs_template05/2_k.png';" onmouseout="austausch2.src='images/style/gs_template05/2.png';"target="_blank"><img src="images/style/gs_template05/2.png" name="austausch2" border="0"></a></td>
<td><a href="/kit/include.php?path=guestbook/viewgb.php" onmouseover="austausch3.src='images/style/gs_template05/3_k.png';" onmouseout="austausch3.src='images/style/gs_template05/3.png';"><img src="images/style/gs_template05/3.png" name="austausch3" border="0"></a></td>
<td><a href="/kit/include.php?path=galerie/menu.php" onmouseover="austausch4.src='images/style/gs_template05/4_k.png';" onmouseout="austausch4.src='images/style/gs_template05/4.png';"><img src="images/style/gs_template05/4.png" name="austausch4" border="0"></a></td>
<td><a href="/kit/include.php?path=content/overview.php&type=4" onmouseover="austausch5.src='images/style/gs_template05/5_k.png';" onmouseout="austausch5.src='images/style/gs_template05/5.png';"><img src="images/style/gs_template05/5.png" name="austausch5" border="0"></a></td>
<td><a href="/kit/include.php?path=war/war.php" onmouseover="austausch6.src='images/style/gs_template05/6_k.png';" onmouseout="austausch6.src='images/style/gs_template05/6.png';"><img src="images/style/gs_template05/6.png" name="austausch6" border="0"></a></td>
</tr>
</table>
|
Danke fürs drüberschauen.
Gruss
Janni
unregistriert
Jo, daran wird es warscheinlich liegen.
Also so:
Also so:
|
|
PHP-Quelltext |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
<table id="Tabelle_01" width="985" height="240" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/style/gs_template05/logo_HP_01.gif" width="985" height="47" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/style/gs_template05/logo_HP_02.gif" width="524" height="193" border="0" alt=""></td>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8"
width="429" height="146" border="0"
id="theMediaPlayer">
<param name=movie value="mediaplayer.swf">
<param name=quality value="high">
<param name=bgcolor value="#FFFFFF">
<param name=allowFullScreen value="true">
<param name=swLiveConnect value="true">
<param name=allowScriptAccess value="sameDomain">
<param name="FlashVars" value="file=newsvid/COD_WaW_Reveal_Trailer_large_DE.flv&width=429&height=146&displaywidth=429&displayheight=146&overstretch=fit&showicons=false&shuffle=false&image=images/style/gs_template05/logo_HP_03.gif&backcolor=0xFFFFFF">
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="429" height="146" bgcolor="#FFFFFF"
name="theMediaPlayer"
src="mediaplayer.swf"
flashvars="file=newsvid/COD_WaW_Reveal_Trailer_large_DE.flv&width=429&height=146&displaywidth=429&displayheight=146&overstretch=fit&showicons=false&shuffle=false&image=images/style/gs_template05/logo_HP_03.gif&backcolor=0xFFFFFF">
</embed>
</object>
</td>
<td rowspan="2">
<img src="images/style/gs_template05/logo_HP_04.gif" width="32" height="193" border="0" alt=""></td>
</tr>
<tr>
<td>
<img src="images/style/gs_template05/logo_HP_05.gif" width="429" height="47" border="0" alt=""></td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<br /><br />
<tr>
<td><a href="/kit/include.php?path=war/squad.php" onmouseover="austausch1.src='images/style/gs_template05/1_k.png';" onmouseout="austausch1.src='images/style/gs_template05/1.png';"><img src="images/style/gs_template05/1.png" name="austausch1" border="0"></a></td>
<td><a href="http://german-front-storm.de/wbb2" onmouseover="austausch2.src='images/style/gs_template05/2_k.png';" onmouseout="austausch2.src='images/style/gs_template05/2.png';"target="_blank"><img src="images/style/gs_template05/2.png" name="austausch2" border="0"></a></td>
<td><a href="/kit/include.php?path=guestbook/viewgb.php" onmouseover="austausch3.src='images/style/gs_template05/3_k.png';" onmouseout="austausch3.src='images/style/gs_template05/3.png';"><img src="images/style/gs_template05/3.png" name="austausch3" border="0"></a></td>
<td><a href="/kit/include.php?path=galerie/menu.php" onmouseover="austausch4.src='images/style/gs_template05/4_k.png';" onmouseout="austausch4.src='images/style/gs_template05/4.png';"><img src="images/style/gs_template05/4.png" name="austausch4" border="0"></a></td>
<td><a href="/kit/include.php?path=content/overview.php&type=4" onmouseover="austausch5.src='images/style/gs_template05/5_k.png';" onmouseout="austausch5.src='images/style/gs_template05/5.png';"><img src="images/style/gs_template05/5.png" name="austausch5" border="0"></a></td>
<td><a href="/kit/include.php?path=war/war.php" onmouseover="austausch6.src='images/style/gs_template05/6_k.png';" onmouseout="austausch6.src='images/style/gs_template05/6.png';"><img src="images/style/gs_template05/6.png" name="austausch6" border="0"></a></td>
</tr>
</table>
|
Hallo
danke für die Vorschläge aber daran hat es leider nicht gelegen. Die Striche sind immer noch da. Ich gehe mal davon aus das es am Player liegt der aber auch die richtige Größe hat, er hat also die selbe Größe wie Bild 3 und ich nehme an das der Player nach unten rutscht denn ohne den Player wird der Header richtig angezeigt.
danke für die Vorschläge aber daran hat es leider nicht gelegen. Die Striche sind immer noch da. Ich gehe mal davon aus das es am Player liegt der aber auch die richtige Größe hat, er hat also die selbe Größe wie Bild 3 und ich nehme an das der Player nach unten rutscht denn ohne den Player wird der Header richtig angezeigt.
nimm mal zwischen <object> und </object> alle zeilenumbrüche raus 
sprich so:

sprich so:
|
|
Quellcode |
1 |
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8" width="429" height="146" border="0" id="theMediaPlayer"><param name=movie value="mediaplayer.swf"><param name=quality value="high"><param name=bgcolor value="#FFFFFF"><param name=allowFullScreen value="true"><param name=swLiveConnect value="true"><param name=allowScriptAccess value="sameDomain"><param name="FlashVars" value="file=newsvid/COD_WaW_Reveal_Trailer_large_DE.flv&width=429&height=146&displaywidth=429&displayheight=146 overstretch=fit&showicons=false&shuffle=false&image=images/style/gs_template05/logo_HP_03.gif&backcolor=0xFFFFFF"><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="429" height="146" bgcolor="#FFFFFF" name="theMediaPlayer" src="mediaplayer.swf" flashvars="file=newsvid/COD_WaW_Reveal_Trailer_large_DE.flv&width=429&height=146&displaywidth=429&displayheight=146&overstretch=fit showicons=false&shuffle=false&image=images/style/gs_template05/logo_HP_03.gif&backcolor=0xFFFFFF"></embed></object |
Ähnliche Themen
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
HTML im Forum nutzbar ?
(27. Januar 2008, 09:55)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
Bild in der Navigation anzeigen
(21. Juni 2008, 19:25)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
html-Code in Signatur
(23. Februar 2008, 00:36)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
ein html code einfügen???
(19. Februar 2008, 16:22)



