~davidLaakso wrote:
> francky wrote:
>   
>> Anyway, I found after some experiments [2] that:
>>
>>     * html body { margin-bottom: -23px; }
>>
>> is helping, together with in the html (IE only) 2 times a non-breaking 
>> space just before the end of the last wrapper div's:
>>
>>                      <div id="tr">
>>                      <!-- Santini -->
>>                      </div>
>>              <!--[if IE]>&nbsp;<![endif]-->
>>              </div>
>>      <!--[if IE]>&nbsp;<![endif]-->
>>      </div>
>>      </body>
>>      </html>
>>
>> See testpage 
>> <http://home.tiscali.nl/developerscorner/css-discuss/test_santini_IEbottomgap.html>
>>
>> Should IE7 need kinda this too (with a Cond.Comm.)?
>>   
>>     
> RE: XP IE/7.0
> Please see screenshot (lower right corner).
> <http://chelseacreekstudio.com/ca/cssd/fr.gif>
>   
Aha,
As you reported before that IE7 was o.k. with Georg's basic page, then 
apparently the cc's have to exclude IE7:

                        <div id="tr">
                        <!-- Santini -->
                        </div>
                <!--[if lt IE 7]>&nbsp;<![endif]-->
                </div>
        <!--[if lt IE 7]>&nbsp;<![endif]-->
        </div>
        </body>
        </html>

new testpage 
<http://home.tiscali.nl/developerscorner/css-discuss/test_santini_IEbottomgap-2.html>
 
Better now?

Greetings,
francky


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to