[WSG] Body text disappears in IE when window is maximised

2005-08-18 Thread Webmaster
Hi all,

As promised I've been working away again creating a hack-free version of the
Holy Grail 3-col layout. I have had some measure of success. The results can
be viewd here for anyone who's interested.

http://d81314.i50.quadrahosting.com.au/layout_test.htm

I now ask the list's help in resolving a very odd and new bug to me. It only
seems to occur in IE and happens when the window is maximised using the
browser window's icon.

I'd be very interested in knwoing if anyone else sees this or has a
solution.

Thanks in advance,
Paul

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

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



Re: [WSG] Body text disappears in IE when window is maximised

2005-08-18 Thread Lindsay Evans
Hi Paul,

You're talking about the content in the middle column getting chopped
off about half way down?
Try changing div class=cleanernbsp;/div to br class=cleaner /

On 8/18/05, Webmaster [EMAIL PROTECTED] wrote:
 I now ask the list's help in resolving a very odd and new bug to me. It only
 seems to occur in IE and happens when the window is maximised using the
 browser window's icon.
 
 I'd be very interested in knwoing if anyone else sees this or has a
 solution.

-- 
Lindsay Evans
http://lindsayevans.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
**



Re: [WSG] Body text disappears in IE when window is maximised

2005-08-18 Thread Ingo Chao

Webmaster wrote:

As promised I've been working away again creating a hack-free version of the
Holy Grail 3-col layout. ...

http://d81314.i50.quadrahosting.com.au/layout_test.htm

I now ask the list's help in resolving a very odd and new bug to me. It only
seems to occur in IE and happens when the window is maximised using the
browser window's icon.

I'd be very interested in knwoing if anyone else sees this or has a
solution.


It's a redraw/rearrange problem in IE/Win and can be solved by giving 
layout to the ancestor of the incomplete rendered box, e.g. #main2. If 
you still want a explicit hack-free version, you might want to use this 
implicit hack:


#main2 {width: 100%;}

Ingo
--
http://www.satzansatz.de/css.html
**
The discussion list for  http://webstandardsgroup.org/

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



RE: [WSG] Body text disappears in IE when window is maximised

2005-08-18 Thread Webmaster
Lindsay, you're a champion. Modifying the class itself was also required but
your solution worked.

Thank you, too, Ingo. I have kept your suggestion in mind for other
eventualities of this kind.

Does the structure of the CSS and layout seem solid enough? I'm very
interested in getting feedback on this.

Incidentally, there's still a slight alignment problem with the text in the
main body. It sort of shimmies in about 0.2em halfway down and doesn't seem
affected by window size.

e.g.

This is a line of text
 and this is the second line
 in the same paragraph.

-Original Message-
From: Lindsay Evans
Sent: Thursday, 18 August 2005 4:52 PM

Hi Paul,

You're talking about the content in the middle column getting chopped off
about half way down?
Try changing div class=cleanernbsp;/div to br class=cleaner /


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

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