Posted by Sally Thompson on 05/27/06 12:54
On Sat, 27 May 2006 10:42:18 +0100, Peter Williams wrote
(in article <_9Vdg.11766$S7.8688@news-server.bigpond.net.au>):
> Hi All,
>
> The webpage here:
>
> http://pewtas.googlepages.com/delphi
>
> has a problem which appears when the page is viewed with Firefox
> browser (latest version for Windows). Note that the file appears okay
> when viewed using IE6.
>
> The problem is that the table is cropped vertically in the last (3rd)
> column.
>
> Can someone please debug the page and suggest a correction to fix this
> bug?!? I will be very grateful :-)))
If you change
#container {
width: 718px; ... }
to
#container {
width: 100%; ... }
you will allow space for your third column (or make it 98% if you prefer).
--
Sally in Shropshire, UK
bed and breakfast near Ludlow: http://www.stonybrook-ludlow.co.uk
Burne-Jones/William Morris window in Shropshire church:
http://www.whitton-stmarys.org.uk
[Back to original message]
|