ed gooddy wrote: > Thanks a lot for the fix Georg but i don´t undestand how to implement > it - I couldn´t make head or tail of the link.
Sorry about that. My "chaotic test-pages" are pretty minimalistic. It's all there, but not in expanded form. >> Bug, and one way to fix it, demonstrated here... >> <http://www.gunlaug.no/contents/wd_chaos_05.html> > http://www.villa-corti.com/menus.htm Well, I have forgotten that case, but let's see if a little "test-fix" doesn't get us back on track... Add this to the styles in your 'menus.htm' page #navimagel img, #navimager img {position: relative; z-index: 1;} ...which "layer element inside float" - just as that old test-page of mine suggests. Opera 8.50 will then present it /visually identical/ to Firefox 1.5.0.4 and Opera 9.0. Hope that's what you wanted. To expand a bit on this fix: Opera 7 & 8 versions won't react on any attempt to layer - or stack - floats. However, the images are /elements inside floats/, and aren't themselves floating, so those images can be styled to be layered - stacked - as you want. Hope that's a bit clearer. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
