Jason Crosse wrote: > Ian Young wrote: > >> I am told that on the wine pages & contact page: > >> > >> http://www.tuttobenewines.com/contact.html > >> http://www.tuttobenewines.com/wines-rosso.html > >> http://www.tuttobenewines.com/wines-bianco.html > >> > >> I have a disappearing content bug in IE6 win SP2. > >> > >> > > No problems here. Win XP SP2 IE6/IE7. > > Not sure if that helps > > > > Ciao > > I'm not seeing any probs either (WinXP sp2 IE6 sp2). > > One suggestion I can make is to try and remove the dreamweaver > template tags before you upload - so work with templates locally, then > export a version out without markup and upload that. I found that in > the past, comments between floats gave me the IE repeated content bug. > Keep the templated one to work with locally, of course.
Hi Jason and Ian You just have to know where to look. In IE7 the bottom of the form background colour disappears when you move a window over the form. I have done this demo which shows it well. http://css-class.com/test/contact.htm I have replaced the form with a blue bordered div with a tan background. Both the border and background are unstable if a another window (I prefer Notepad) is moved over the div below the line. The conditions that causes the bug is the float (wine bottle), and the clearing div (red border) and a container without layout (the blue bordered div). If you resize the text enought so the div touches the div, nothing happens. The fix is to give the container / form layout, with zoom:1 I have several test offline that show similar for IE, but feeding CSS that is not real world. This example is real world and is similar the infamous peekaboo bug, since both have clearing divs that touches the float. I can not test this in IE at the moment so not sure what to expect. Kind Regards, Alan ______________________________________________________________________ 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/
