Thanks a million guys, much appreciated, that's the kind of response I was after. I'll definitely work on those issues (now that I have some answers).
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Wittenbergh Sent: Thursday, 26 October 2006 10:40 AM To: [email protected] Subject: Re: [WSG] Forget about Opera and Mac (and Windows Vista) ?? On Oct 26, 2006, at 8:09 AM, Taco Fleur wrote: > I thought I'd post this question as a separate item, as it probably > got lost in my previous post. > > Should I be thinking about fixing up the issues in Opera and on the > Mac or just say "tough luck!" > > All pages validate www.pacificfox.com.au, and I have no idea what is > causing the issues, mainly with the 4 top buttons. > > http://www.browsercam.com/public.aspx?proj_id=294234 > 7966358.JPG (Explorer 5.2 on Mac) > 7966370.JPG (Opera) > 7966382.JPG (Opera) The issues with IE 5 Mac are dead easy to fix. The <li> around those 4 buttons is floated, but you don't specify a width for it. Remember that IE 5 Mac is a CSS 2.0 browser, and that a width is **required** on floated boxes. <http://www.l-c-n.com/IE5tests/float2misc/> <http://www.w3.org/TR/REC-CSS2/visuren.html#floats> The Opera issues are puzzling. > > And then there is http://www.browsercam.com/public.aspx?proj_id=294540 > Internet Explorer V7 > I have no experience with IE7, is it maybe still in Beta, is that why > it is displaying this badly? The pages validate properly. IE 7 has been released recently and will be pushed through software update soon. It doesn't look as bad as on your screenshots. <http://emps.l-c-n.com/bm/pacificfox.png> The main issue seem with those grey headings and the more button. div.h3 seems to have a width of 0 (zero). Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
