[css-d] Width miscalculation Safari/Opera vs Gecko

2007-11-08 Thread WEZ!
Heya All,

I'm having issues with calculating Widths in a Fluid environment.

Safari and Operan Both render the central blocks and images their 
correct width. The Gecko renderers struggle with determining width 
and seem to fall back to the content determining width.

I've played around with the floats in the layout which has three 
columns with a extra float div to get the content to appear first. If 
I remove or vary the floated elements I can reverse the situation 
with Gecko engines rendering the widths correctly and Safari and 
Opera then falling back to the content widths rather than specified 
widths.

Here is the URL if anyone could take a look for me that would be great:
http://www.newearthpermaculture.com.au/CEDD/cedd.html

the css is here:
http://www.newearthpermaculture.com.au/CEDD/ceddnew1.css


Thanks for any guidance. Regards

Wesley Lamont

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Width miscalculation Safari/Opera vs Gecko

2007-11-08 Thread Bruno Fassino
On Nov 8, 2007 2:21 PM, WEZ! wrote:

 Safari and Operan Both render the central blocks and images their
 correct width. The Gecko renderers struggle with determining width
 and seem to fall back to the content determining width.

 Here is the URL if anyone could take a look for me that would be great:
 http://www.newearthpermaculture.com.au/CEDD/cedd.html

 the css is here:
 http://www.newearthpermaculture.com.au/CEDD/ceddnew1.css

It is probably a known problem in current Geckos, since it is no more
present in a nightly build of FF3. Apparently in some conditions a
percentage width on images is not correctly computed.
I would try adding width:100% to your #sourcealignfloat.

Hth,
Bruno

-- 
Bruno Fassino http://www.brunildo.org/test
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/