Re: [css-d] Clearing floats problem: Comment after clear element messes up clearing in IE?

2006-09-26 Thread francky
francky wrote: [...] According to browsershots.org: * Opera 9.01 on Ubuntu Dapper (Linux): not ok, bottom corners + some more cut off (why?? / what to do??) See: http://browsershots.org/screenshots/1b7ac1e86d9c68f9f50719a37ea1cb1a/ Without changing the essentials of the page, for

Re: [css-d] Clearing floats problem: Comment after clear element messes up clearing in IE?

2006-09-25 Thread francky
Arian Hojat wrote: I updated the files, the element is cleared properly now, BUT in IE has this new problem (errr why cant IE leave me alone hehe)... When you highlight text in #content or #sidebar, the background color of the div 'behind' the #body3 div leaks though...

Re: [css-d] Clearing floats problem: Comment after clear element messes up clearing in IE?

2006-09-25 Thread francky
francky wrote earlier today: * just succeeded to get a first working version of the Zoom construction for 2 columns: http://home.tiscali.nl/developerscorner/css-discuss/zooming-corners_preview.htm. Hi Arian all, It seems the list server is a bit slow at the moment (last 14

[css-d] Clearing floats problem: Comment after clear element messes up clearing in IE?

2006-09-23 Thread Arian Hojat
Hello all, Been trying to mess with this problem for a few days, can't seem to solve it although made some interesting discoveries... I place a comment after an element which clears the previous floats like so... div class=clearFloat/div!-- clears previous floats: -- seen here

Re: [css-d] Clearing floats problem: Comment after clear element messes up clearing in IE?

2006-09-23 Thread Andy Harrison
On 9/23/06, Arian Hojat [EMAIL PROTECTED] wrote: Looking for two answers 1. Why does the comment cause this issue, is an issue like this documented in IE? Don't know, but I've run into this problem myself - I just had to move the comment... 2. Even if the comment is taken away, why don't the

Re: [css-d] Clearing floats problem: Comment after clear element messes up clearing in IE?

2006-09-23 Thread francky
Hi all, I wrote to Arian (but forgot to cc the list): For FF a {height:1px;} is needed for the clearing div. Reason: with a {height: 0;}and all other things set to zero too: the div doesn't exist! To get the 1px back, you can add a (margin-bottom: -1px;}. In this way, the green background is

Re: [css-d] Clearing floats problem: Comment after clear element messes up clearing in IE?

2006-09-23 Thread Arian Hojat
On 9/23/06, francky [EMAIL PROTECTED] wrote: Hi Arian, For FF a {height:1px;} is needed for the clearing div. Reason: with a {height: 0;}and all other things set to zero too: the div doesn't exist! To get the 1px back, you can add a (margin-bottom: -1px;}. In this way, the green background

Re: [css-d] Clearing floats problem: Comment after clear element messes up clearing in IE?

2006-09-23 Thread Arian Hojat
I updated the files, the element is cleared properly now, BUT in IE has this new problem (errr why cant IE leave me alone hehe)... When you highlight text in #content or #sidebar, the background color of the div 'behind' the #body3 div leaks though...