Gaz Newt wrote: > In Internet Explorer 6 when I resize the browser window the last > paragraph sometimes disappears, only to return if you keep resizing > the window. When I take the background-color off the container div > the last paragraph never disappears. But I need the background-color > for my design.
> http://www.freewebs.com/gaz_tester/test.htm Adding... .diaryentrycontainer p {position: relative;} ...will make IE get the stacking right. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
