Re: How to set a minwidth to a table



> I think that the answer would be no -- there is no reserved mechanism for
> doing so. I suggest constructing a transparent PNG file which is, let us
> say, 800 pixels wide and 1 pixel in height. Put it somewhere in the table
> and assuming you have no columns (cells), you should be fine. In fact,
> putting such an element /outside/ the table would do the trick too, re-
> gardless of the spread of table cells.


Yea, I've also thought about something like adding a blank image with a
fixed width (800px) but the problem is that even if I set its height to zero
it needs some vertical space:

<html>
<body>
<table width = "100%" border = "0">
<tr>
<td>
<img src = "size-1x1.gif" width = "800px" height = "0" border =
"0">
<hr>
</td>
</tr>
</table>
</body>
</html>

Stefan

PS: According to other posts min-width (<table width = "100%" style =
"min-width:800px" border = "0">) would be a nice solution but unfortunately
it's not working with the Internet Explorer.


.



Relevant Pages

  • Re: How to set a minwidth to a table
    ... 800 pixels wide and 1 pixel in height. ... and assuming you have no columns (cells), ... Roy S. Schestowitz | It is no longer uncommon to be uncommon ...
    (alt.html)
  • Re: Explain this paradox to me plz
    ... Is there like a backlog of 12 ... trillion gate drivers that can only handle 1366x3 pixels that people ... The pixels I paid for on HD DVD or Bluray or whatever? ... has to drive 1366 red cells, 1366 green cells and 1366 blue cells for ...
    (sci.electronics.design)
  • Re: fast M/L trig
    ... 2)The arc in which the pixel was lit needs all of the pixels in the ... now dealing with cells on a cartesian ... cell (calculate coordinates by angle, ...
    (comp.sys.apple2.programmer)
  • Re: Template updates but attached pages do not change.....
    ... Did you save the page after the changes, before publishing ... | 240 pixels with cells 30 pixels high. ... |>audio page, upon which I've made a size change of the ...
    (microsoft.public.frontpage.client)
  • Re: Database Results background color.
    ... of the cells are the same color. ... "Stefan B Rusynko" wrote: ... EntryDate = date ...
    (microsoft.public.frontpage.programming)

Loading