[css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Michael Netherton
The css style for the images worked like a charm. Thank you. Michael -- Forwarded message -- From: Gunlaug Sørtun [EMAIL PROTECTED] Date: Feb 5, 2007 9:37 AM Subject: Re: [css-d] Content crossing div boundries? How is this possible? To: Michael Netherton [EMAIL PROTECTED] Cc:

Re: [css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Gunlaug Sørtun
http://www.projectresponder.com/showindex.asp ...and now that the source-code is fine (almost), we can hunt down that IE 'duplicate' bug. The trigger is... .hide { display: none; } ...but I have not encountered this bug-version before so I have no idea why. (IE/win behaves in mysterious

Re: [css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Michael Netherton
I would love to know how you figured this out. I never would have been able to determine that the .hide class was the cause. Thank you very much for your help. I have been cleaning up my code across the site and I sincerely thank you for your assistance. Regards, Michael On 2/5/07, Gunlaug

Re: [css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Ingo Chao
Gunlaug Sørtun wrote: http://www.projectresponder.com/showindex.asp ...and now that the source-code is fine (almost), we can hunt down that IE 'duplicate' bug. The trigger is... .hide { display: none; } ...but I have not encountered this bug-version before so I have no idea why.

Re: [css-d] Fwd: Content crossing div boundries? How is this possible?

2007-02-05 Thread Gunlaug Sørtun
Ingo Chao wrote: I made a quick test case on this [1], and IE XP SP2 (including IE7, didn't they [2] say they have fixed it?) shows duplicated characters triggered by HTML comments, input type=hidden, and display:none content. [1] http://www.satzansatz.de/cssd/tmp/dupcharbug.html Nice