~davidLaakso wrote: > The above is just a start.
...but an extremely good one. IE6 never was any good at percentage-calculations, and having a page that only works when users provide a 1280 wide window is not a good design solution - regardless of browser. > Validate the markup. ...and use, and mark up for, a proper doctype if you want IE/win in on the team. XHTML 1.1 *should not* be served as 'text/html'... <http://www.w3.org/TR/xhtml-media-types/#summary> ...and IE/win doesn't understand the correct 'application/xhtml+xml', so *no* IE/win version should be able to render that page at all with the present doctype. > In the meantime, some kind soul on the list may provide all the > "secret weapons" you really need for IE6. The "secret weapon" for making layouts work in IE6 is to provide valid, sensible and well organized source-code and equally sensible CSS - the same as for other browsers. Most IE6 bugs are gone under such conditions, and the remaining bugs are easier to sort out and "kill". regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
