Jetzt kostenlos Anmelden!

energun Männlich

findet sich zurecht

Beiträge: 144

Geschlecht: Männlich

PHPKIT Version: 1.6.1

1

Sonntag, 13. Juli 2008, 16:24

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.

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
  • Zum Seitenanfang
  • Zum Seitenende

philosapiens Männlich

Hilfologe

Beiträge: 657

Geschlecht: Männlich

Wohnort: Berlin

PHPKIT Version: 1.6.1

2

Sonntag, 13. Juli 2008, 16:52

Hi,

versuche es mal mit der CSS-Anweisung border="0" hinter allen width und height Angaben in den img-tags. :S
Leider nutze ich das phpkit immer weniger und bastele mehr Eigenes: ^^
  • Zum Seitenanfang
  • Zum Seitenende

Janni

unregistriert

3

Sonntag, 13. Juli 2008, 17:24

Jo, daran wird es warscheinlich liegen.
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>
  • Zum Seitenanfang
  • Zum Seitenende

energun Männlich

findet sich zurecht

Beiträge: 144

Geschlecht: Männlich

PHPKIT Version: 1.6.1

4

Sonntag, 13. Juli 2008, 18:48

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.
  • Zum Seitenanfang
  • Zum Seitenende

deepnight Männlich

findet sich zurecht

Beiträge: 134

Geschlecht: Männlich

Wohnort: HH

PHPKIT Version: 1.6.03

5

Sonntag, 13. Juli 2008, 21:02

nimm mal zwischen <object> und </object> alle zeilenumbrüche raus ;)

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
  • Zum Seitenanfang
  • Zum Seitenende

energun Männlich

findet sich zurecht

Beiträge: 144

Geschlecht: Männlich

PHPKIT Version: 1.6.1

6

Montag, 14. Juli 2008, 06:09

Juhu das tut gut am frühen Montag morgen. :thumbsup: Hat geklappt Danke!
  • Zum Seitenanfang
  • Zum Seitenende

deepnight Männlich

findet sich zurecht

Beiträge: 134

Geschlecht: Männlich

Wohnort: HH

PHPKIT Version: 1.6.03

7

Dienstag, 15. Juli 2008, 09:18

;) kP warum der oject tag so empfindlich auf umbrüche ist, aber hatte selber das prob, und hab mich fast totgesucht. bin damals mehr durchn zufall drauf gekommen ;)
  • Zum Seitenanfang
  • Zum Seitenende