francky wrote:
> ~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
>   
Yes, it is better now. Working as intended in XP IE/7.0 at text-size 
"largest."
Best,
~dL

PS I hope the original author will set a background-color. I am getting 
tired of getting slammed with a face full of fuchsia every time I open 
his page in my version of Opera :-P .





-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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