[EMAIL PROTECTED] wrote:
[...]
>
> The problem is that my client -- who is using WinXP and IE6
> -- does not see the site as intended. The right hand column
> with the content pushes down below the left navigation column.
[...]
> The site is here:
> http://www.archvisual.com/fma/

and Felix Miata wrote:

> On a SP1 system I am able to get the right column to drop by
> setting the system DPI to 120 (large fonts) and setting the
> IE text sizer to largest.


I don't see the problem, but assuming that it is caused by some DPI settings
like Felix mentioned, you could try giving some negative margins to your two
opposite floats, so that they do not drop even if they need some more
pixels:

#left { margin-right: -3px; }
#right { margin-left: -3px; }

These should not have any adverse effects when not needed (you could also
use bigger values, but if the problem is a sort of approximation error due
to DPI scaling few pixels should be sufficient.)


--
Bruno Fassino http://www.brunildo.org/test

______________________________________________________________________
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/

Reply via email to