On Aug 31, 2006, at 7:27 AM, Tony Burke wrote: > "http://www.thevillagespain.com/index-new.htm" > > > > On the majority of the main browsers, it looks good and works as it > should > do on all of them bar Safari 1.3 and 2.0 on the Mac.
In div class="bannerholder_homepage" you have inserted a non-breaking space ( ) For some reason, in Safari that non-breaking space jumps up and displays *before* the floated element (.stripes_celtic). Replace it with a visible character (I put a 'A') and you'll see it. That causes all subsequent elements to jump out of alignment. I've no idea why Safari is doing this. Remove it, and all is well. I don't think you need it for any browser. That problem is fixed in current nightly WebKit builds. Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ______________________________________________________________________ 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/
