Stefan: CSS width wird ignoriert

Beitrag lesen

Hi also hab das problem das die width angaben in meiner tabelle einfach vom firefox ignoriert werden. der IE7 scheint alles soweit richtig zu machen, und das ergebnis ist das erwartete nur der firefox der bockt. um das ganze zu verdeutlichen hier zwei links, das erste vom IE : http://www.net-workx.de/IE-ok.JPG und hier das vom FF : http://www.net-workx.de/FF-nichtok.JPG .

das problem entsteht in den Row mit den Urhzeiten denke ich, dort sind per CSS eigentlich die weiten alle auf 60px beschränkt, aber der Webdeveloper unter FF sagt mit das sie alle auf 62px sind trotz des css eintrages. das hat zur folge das die restlichen zeile auch großer werden. außerdem ist mir aufgefallen das die tabelle schrumpf und wächst mit dem resizes des browser windows, sprich sich dort anpasst, was nicht sein darf.

also hier noch der code der tabelle, nicht erschrecken die ID's sind ein wenig wirr müssen aber so sein...

<span id="TimeLineGrid1" class="DEFAULT" cellspacing="0" cellpadding="0" style="display:-moz-inline-box;"><table class="DEFAULT" border="0">
 <caption>
  Bla Test
 </caption><tr id="TimeLineGrid1__timeScaleRow_">
  <td id="TimeLineGrid1__timeScaleRow__Carer" class="TIMESCALE" style="width:60px;"></td><td id="TimeLineGrid1__timeScaleRow__0" class="TIMESCALE" colspan="10" style="width:600px;">Montag, 4. Juni 2007</td>
 </tr><tr id="TimeLineGrid1__timePeriodRow_">

<td style="width:60px;"></td><td class="TIMEPERIOD" style="width:60px;">08:00</td><td class="TIMEPERIOD" style="width:60px;">09:00</td><td class="TIMEPERIOD" style="width:60px;">10:00</td><td class="TIMEPERIOD" style="width:60px;">11:00</td><td class="TIMEPERIOD" style="width:60px;">12:00</td><td class="TIMEPERIOD" style="width:60px;">13:00</td><td class="TIMEPERIOD" style="width:60px;">14:00</td><td class="TIMEPERIOD" style="width:60px;">15:00</td><td class="TIMEPERIOD" style="width:60px;">16:00</td><td class="TIMEPERIOD" style="width:60px;">17:00</td>
 </tr><tr class="DEFAULT">
  <td id="TimeLineGrid1_ctl01_carer101" class="CARER" style="width:60px;">Omid</td><td colspan="10" style="width:600px;"><div id="div_notworking_8024c019-a885-48ed-95b4-159e10be95db" class="notworking" style=" width:0px;float:left; " onmouseover="document.current_id = this.id;" ></div> <div id="div_working_1_1_1" class="working" style=" width:178px;float:left; " methodName="sayHello"onmouseover="document.current_id = this.id;" ></div> <div id="div_appointment_1_1_1" class="appointment" style=" width:118px;float:left; " onmouseover="document.current_id = this.id;" >Jack</div> <div id="div_working_1_1_2" class="working" style=" width:178px;float:left; " onmouseover="document.current_id = this.id;" ></div> <div id="div_notworking_06259ea5-9a83-4b74-82d0-141104b83fc0" class="notworking" style=" width:58px;float:left; " onmouseover="document.current_id = this.id;" ></div> </td>

</tr><tr class="DEFAULT">
  <td id="TimeLineGrid1_ctl02_carer102" class="CARER" style="width:60px;">Stefan</td><td colspan="10" style="width:600px;"><div id="div_notworking_ec1a1905-6fb0-4a1e-afd3-bd6194ac199a" class="notworking" style=" width:58px;float:left; " onmouseover="document.current_id = this.id;" ></div> <div id="div_appointment_1_1_2" class="appointment" style=" width:58px;float:left; " onmouseover="document.current_id = this.id;" >Jerry</div> <div id="div_notworking_37879b21-acbb-4db8-96df-6a53706cadc5" class="notworking" style=" width:28px;float:left; " onmouseover="document.current_id = this.id;" ></div> <div id="div_working_1_4_3" class="working" style=" width:28px;float:left; " onmouseover="document.current_id = this.id;" ></div> <div id="div_appointment_1_1_4" class="appointment" style=" width:118px;float:left; " onmouseover="document.current_id = this.id;" >John</div> <div id="div_working_1_1_5" class="working" style=" width:118px;float:left; " onmouseover="document.current_id = this.id;" ></div> <div id="div_notworking_080141d2-cc0b-44b8-959f-3c27d5c41f04" class="notworking" style=" width:118px;float:left; " onmouseover="document.current_id = this.id;" ></div> </td>
 </tr>
</table></span>

also ich wäre sehr dankbar wenn einer hilfe für das problem wüßte, denn ich krieg langsam aber sicher nen nerven zusammen bruch... ;-)

also bis dann
Stefan