Erik Gyepes wrote: > > URL: http://erikgyepes.com/problem1/ > > The page looks okay in Firefox and Oper, but when I look on > it with IE6 then the "US states" title dissapears. Also with > the "All makes" title which is on the bottom of the page.
Absolutely positioned boxes "near" to floats may disappear in IE, in various circumstances. Your case looks like one of the those mentioned here [1], and it seems to be fixed giving margin-right:-3px to the last float of any group following the missing box. I mean: Add a class to the "ul" going from "South Dakota" to "Wyoming" (and to the one going from "Rolls Royce" to "Volvo") and give margin-right:-3px to this class. (There are surely other fixes, but they require more changes to the markup.) Hth, Bruno [1] http://www.brunildo.org/test/IE_raf3.html -- Bruno Fassino http://www.brunildo.org/test ______________________________________________________________________ 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/
