On Fri, Aug 31, 2007 at 11:47:12AM +0000, vwf wrote: [...] > The new site renders fine on Opera 9.23, Firefox 2.0.0.6, and > IE6 (on wine), but fails on Konqueror 3.5.5 and IE7 (on wine). [...] > http://www.umantec.nl/test/ > http://www.umantec.nl/test/layoutn.css > http://www.umantec.nl/test/ie.css [...]
I found the(?) problem: an empty element: <li><a href="umain.html" class="bu"></a></li> By adding a "space", the image in the background appeared. <li><a href="umain.html" class="bu"> </a></li> http://www.umantec.nl/ It works with all browsers mentioned above, but it looks Q&D. Is there a proper way? Thanks, F. ______________________________________________________________________ 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/
