|
Posted by Jonathan N. Little on 05/27/06 17:31
Sally Thompson wrote:
> 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).
>
then in the mix:
#main-content {
overflow: hidden;
}
( translation: means anything within main-content that is larger than
main-content gets cropped! )
Much conflicting CSS and then overridden again inline! Use of
pixel-fixed containers...enlarge the text and see what happens!
My advice is strip out all CSS, fix your markup and rid any deprecated
or presentational markup. Then rebuild your styling from scratch and
resist all the hacks...and constrained DIV's
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|