Previous Message
Next Message

Fwd: IE text size displacement problem.

Sent by Zoe M. Gillenwater on 29 November 2004 15:03


shawn herrin wrote:

>The site is www.sendhappy.com.
>
>On the front page, there is a 'floating' box on the left.  The box
>should float up from the content area.
>  
>

Actually, it's not floating.  You've told it to float left, but you've 
also told it to position absolutely.  It can't do both, so position: 
absolute takes precedence.  You might achieve more reliable 
cross-browser results if you use "top" and "left" values to position it 
rather than a negative top margin.

>In modern versions of mozilla, safari, IE & firefox it is fine.  My
>problem is that IE in either win2k or XP, if the dpi settings are set
>larger than normal, for example 96dpi is standard, but setting to
>120dpi causes that box to float down the page.  This is also caused by
>setting the text size in IE to something larger than medium.
>  
>

Actually, changing the text size makes no difference, because your text 
is set in pixels and cannot be resized in IE (maybe you've changed the 
page since you first posted?).  So I can't actually see your problem.

>How it should look: http://viewwerx.com/sendhappy/example-good.jpg
>
>How it looks with text size higher in IE:
>http://viewwerx.com/sendhappy/example-bad.jpg
>  
>

Zoe

-- 
Zoe M. Gillenwater
Design Specialist
Highway Safety Research Center
http://www.hsrc.unc.edu

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: