Luca Pellanda | AS wrote:
> can someone help me to understand why footer div in this page: can
> not show the text, while in Firefox I see correctly?
> http://lnx.fluiddesignlab.com/fresco/it/lista_news.html
IE can by default *not* "paint" content outside its container -
regardless of how many 'overflow: visible' we add. It's one of IE/win's
many bugs and shortcomings.
Adding...
#footer {position: relative;}
...will fix that IE-bug, but lead to #supporto being positioned relative
to #footer.
To make #supporto line up correctly again, change its margins like so...
#supporto {margin: 0px -50px -20px 0px;}
...and it will render the same across browser-land.
To your second question: I have no idea.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/