Thanks Philippe, I might try getting the site ready for XHTML 1.0 Strict. I assume that that DTD would work equally well?
I like the look of your site by the way. Philippe Wittenbergh wrote: > > On Jan 15, 2008, at 4:23 AM, Foundation Flash wrote: > >> I run a website >> called Foundation Flash, which you can find at >> http://www.foundation-flash.com, and, having read Dan Cederholm's book >> "Bulletproof Web Design" I am looking to make sure my design will cope >> with any situation it may find itself in. >> >> This relies on making the same design working across browsers, and I >> start with my biggest problem - that on Safari (both Mac and Windows). >> ..... In Safari, however, the <li> >> does not extend fully upwards or downwards and is instead limited to the >> area of the text and across wards. This ruins the effect. I have looked >> through lists of Safari problems and asked other but I am well and truly >> stuck. > > <http://bugs.webkit.org/show_bug.cgi?id=8544> > > If you use a strict doctype, it works correctly., like so: > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" > "http://www.w3.org/TR/html4/strict.dtd"> > > Philippe > --- > Philippe Wittenbergh > <http://l-c-n.com/> > > > > > > ______________________________________________________________________ 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/
