Alan Gresley wrote: > Hello Oliver > You are having problems with this ruleset. > .box-title { > background-color: #eeeeee; /* this color hides the image left edge */ > background-image: url("img/rcTR.png"); > background-position: 100% 0; > background-repeat: no-repeat; > display: inline;*/ > float: righ > margin-top: -9px; > position: relative; > width: 100%; > z-index: 1; > zoom: 1; /* hasLayout trigger */ > } > Firstly remove the background-color from the above and tidy up the > syntax here. > display: inline;*/ > float: righ > to > display: inline; > float: right; > You shouldn't have to used the property hasLayout trigger zoom for -IE7 > since the given width will trigger hasLayout. I have only tested in FF > but it with the fixes it looks to be moving in the right direction. Good > Luck. > Alan > http://css-class.com/
In addition to the points Alan has made, Olivier, you should have a look at your source code; the W3C validator returns 14 errors, some negligible, but you'll definitely want to locate that missing end tag error. Alan's right about the width also being a hasLayout trigger for IE. I maintain some large sites and some complicated style sheets. I always put the zoom in to remind myself later on that I am specifically choosing to activate hasLayout on that box. It can however be safely omitted in this case. You're gonna find some problems on your "recherche" box in the side panel after you fix your corners. My guess is that this is 50% due to a missing end tag earlier in the page and 50% due to a nested float. There's some pretty extensive div-itis on the page. May I also suggest a more semantic application of your HTML tags to make things a little easier for you, for us, and for readers with special needs. Hope it helps. --Bill -- /** * Bill Brown * TheHolierGrail.com & MacNimble.com * From dot concept...to dot com...since 1999. ***********************************************/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/