CSS - Weirdest Css Bug Ever...
Similar TutorialsAnd this is only for some IE6.... The last bullt of a list refuses to show up: Any idea how to fix this ? This is, without a doubt, the weirdest think I've ever seen when dealing with IE and CSS. Have a look at this webpage in IE and Firefox: http://atlbloggers.net Looks fine in FF, no? But in IE, there's this giant white 'box' floating over the content in my #textarea tag. As near as I can tell, its being caused by this CSS: Code: #pageContainer { border-color: #418ade; background-color: #fff; } specifically, the background-color item. Comment that out, the site looks fine in IE. Add it back in, it breaks in IE again. I'd like to be able to set the bg color on the pagContainer tag cause I want to set a different background color for the body... Has anyone ever seen anything like this? Is it something I'm doing wrong? Please, HELP!!!!! |