On Sun, 27 Mar 2005 12:27:03 +0200, ":murb: [maarten brouwers]" <[EMAIL PROTECTED]> said: > > IE mac doesn't display allright at all.. maybe we can strip styles for > this old browser completely >
It should display it ok. IE5/Mac has great CSS support, it's not nothing like the old junk IE5 on Windows. It is the latest IE browser for Mac. It's not old (well, five years old, but still) and is very widely used, too. It's one of the current mainstream browsers that should be taken into account when building websites. > > Opera, minor floating problems will be resolved > I agree, it's maybe something about float widths. > > That the site doesn't properly yet is just because I hadn't tested in > all browsers, and issues are there to be resolved. > The website *should* work perfectly or 90% perfect on all browsers. There's no need to do the layout differently, it's ok already. It's also valid CSS all the way (counting out a mysterious 'colour' property in style.css). So I suggest you do a second version of these both where you strip all the unnecessary CSS off and take off all overrides. Make it homepage-only CSS. The current CSS mess is maybe the worst problem we have here. After that you (or we) can start working on it. By the way, now that I remember! Add xml:lang="en" and lang="en" to the HTML tags on all pages. Also add the following meta definitions: <meta http-equiv="Content-Language" content="en" /> And if you ever consider putting the xml declaration back: Don't do that. It throws IE6 into quirks mode. > > Have a nice weekend! > You too! Regards, Miikka Leskinen miles_fin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
