Re: [css-d] Problem in Firefox/Mac

2007-01-07 Thread Gunlaug Sørtun
Linda Quinn wrote:
> I have a CSS based site that is working in IE7 & FIrefox on the PC, 
> and Safari/Mac, but it does not render correctly in Firefox/Mac.

Version-numbers would be fine :-)

> www.lifeonwheels.com

> Initially I had a problem with some of columns displaying correctly 
> in FF/PC, but it corrected when I changed a column width from 
> percents to pixels.

Looks like a similar cure will work here, as adding...

#leftcolumn {width: 712px; }

...makes my FF 1.5.0.8 Mac happy. Even IE6 does a decent job at it with
that addition.

Any width on that float seems to be fine with FF/Mac and most other
browsers, but IE6 needs an exact value.

Browsers still calculates floats without width a little erratic, so it's
a good idea to provide one when possible.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Problem in Firefox/Mac

2007-01-07 Thread Linda Quinn
I have a CSS based site that is working in IE7 & FIrefox on the PC,  
and Safari/Mac, but it does not render correctly in Firefox/Mac.
All of the XHTML validates, as do all the CSS files.

The URL is www.lifeonwheels.com (the Links & Sponsors pages have not  
been updated from the old site, so they are not relevant)
The two primary css files can be viewed at www.lifeonwheels.com/pages/ 
all_pages.css.pdf and  www.lifeonwheels.com/pages/conf.css.pdf .
As its name states, the all_pages.css file, is used by all pages. The  
conf.css file is used by the Conference page and the Arizona,  
Kentucky, Idaho, Pennsylvania, Iowa information pages.

Initially I had a problem with some of columns displaying correctly  
in FF/PC, but it corrected when I changed a column width from  
percents to pixels.

I would appreciate any ideas I why the site does not render correct  
in FF/Mac. Thanks.


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/