https://issues.apache.org/bugzilla/show_bug.cgi?id=55383
--- Comment #35 from Konstantin Preißer <prei...@web.de> --- Hi, (In reply to Violeta Georgieva from comment #33) > The background color on the top is missing when using IE9. See the attached > screenshot. I think this is because "background: linear-gradient(...)" CSS is first supported by IE 10. (In reply to Konstantin Kolinko from comment #34) > Created attachment 30813 [details] > Broken layout in IE8 > > In IE8 (WinXP) the background color is missing as well. > > Plus to that the top of the page is broken. > The Tomcat cat and Apache Feather images are located above the page title, > instead of floating at the left/right sides of it. I think this is because I used new HTML5 elements like <header id="header"> which have a DOM in IE8 as <header id="header"></header>...</header><//header>, so the CSS doesn't apply to them. One would have to use something like <header><div id="header">...</div></header> for it to work in IE8. I hoped it wouldn't be necessary, but I will look into adding workarounds for old IEs. :) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org