Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   IE will Design nicht nehmen (https://www.delphipraxis.net/77662-ie-will-design-nicht-nehmen.html)

Eichhoernchen 22. Sep 2006 17:58


IE will Design nicht nehmen
 
Ich hab da ein Problem und zwar nimmt der InternetExplorer mein Design nicht an, im Firefox wird die Seite richtig dargestellt.

Die Seite besitzt das gerüst einer Tabelle, ach was, schaut selbst:

Code:
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
   <td colspan="2" style="background:url(gfx/head-ext.gif) repeat-x">
    [img]gfx/head.gif[/img]
   </td>
    <tr>
      <td rowspan="2" valign="top" width="215" style="background:#FE7D00 url(gfx/navi_ext.gif) repeat-y;"><div style="width:100%;background:url(gfx/navi-bg.gif);margin-top:0px" id="box">
....

und zwar Zeigt mir der InternetExplorer nach unter dem Bild [img]gfx/head.gif[/img] einen grauen Balken, nicht groß, aber störend an, sonst ist das bei keinem anderen Tabellenstück so.

Woran liegt das? Und viel wichtiger, wie bekomm ich das weg?


Danke euch schonmal!

Matze 22. Sep 2006 18:22

Re: IE will Design nicht nehmen
 
Hi,

ich habe es nicht getestet, aber setze doch mal die Höhe manuell. Ich hatte mit dem IE auch mal ein Problem, das ich so lösen könnte. Hatte es allerdings komplett mit css gelöst.

Eichhoernchen 22. Sep 2006 18:32

Re: IE will Design nicht nehmen
 
Der strich hat sich von grau nach schwarz gewandelt... sonst ist leider nichts passiert....
scheiss Teil....

Eichhoernchen 22. Sep 2006 18:40

Re: IE will Design nicht nehmen
 
habs.... mit nem weiterem div tag uind nem no-repeat addon:

Code:
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
   <td colspan="2" style="background:url(gfx/head-ext.gif) repeat-x; height:282px;" height="282">
   <div style="background:url(gfx/head.gif) no-repeat; height:282px;"></div>
   </td>
    <tr>
      <td rowspan="2" valign="top" width="215" style="background:#FE7D00 url(gfx/navi_ext.gif) repeat-y; padding-top:0px; margin-top:0px"><div style="width:100%;background:url(gfx/navi-bg.gif);margin-top:0px" id="box">

Ich danke euch trotzdem!


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:20 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz