Vincent Nicolas wrote: > [EMAIL PROTECTED] wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > > >>Hi, >> >>it seems that Mozilla doesn't display images with a width of zero >>but a height greater than zero in tables. Is this conform to the >>standard? I think it should "display" an invisible line cosuming >>vertical space. >> >>E.g. >> >><table> >> <tr><td><img src="abc.gif" width="0" height="500"></td></tr> >> <tr><td>test</td></tr> </table> >> >>The text "test" appears at the top of the page (as opposed to when >>you choose "1" as width) >> > > You should use a transparent gif of 1x1 pixels for that. >
No! Transparent 1x1 gif thingies is a very bad thing. Use CSS instead. -- /Jonas
