On 9 Jan 2006, at 9:18 am, Seona Bellamy wrote:

I've used the Jello Mold Creator at Position Is Everything to handle the sizing issues for the site I'm redeveloping. Seems to be working fine in Firefox, but when I opened it in IE I found that it was far too wide. Ugly sideways scrolling, content vanishing off the right side of the screen, the
works.

I'm pretty sure that I took everything I needed from the Creator, so can
someone please have a peek and see if they can figure out why IE isn't
behaving nicely?

Page: http://staging.renovate.com.au/
CSS: http://staging.renovate.com.au/_resources/layout.css

I haven't had a look at your page in IE win but noticed one thing in the source code. In your conditional comment, the width of the expression is set to a negative % value. Don't think that is correct.

<!--[if IE]>
<style type="text/css">
#sizer {
        width:expression(document.body.clientWidth > 0 ? "280px" : "-28%" );
}
</style>
<![endif]-->


Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to