NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
CSS layout (Score:2)
Re:CSS layout (Score:2)
Thanks. See that's the kind of useful bug report that I can work with.
/me wonders if he can be bothered to work around bugs in IE's CSS handling.
Re:CSS layout (Score:2)
If you do decide to make an IE/Mac-IE version, I suggest doing browser detection and feeding an IE-only version of the CSS to IE. The CSS support for Mac-IE is so buggy that it's laughable. I've seen sites that look good in every Mozilla-variant (and Konqueror) I can get my hands on, yet refuse to render the navigation column in Mac-IE. That is, the bugs aren't just cosmetic misinterpretations of a designer's intent, but serious issues that impact the usability of the page.
Reply to This
Parent
Re:CSS layout (Score:2)
I think I've managed to fix it without resorting to browser sniffing (which is an anaethema to me). At least the person who submitted the original bug report now seems satisfied.
Thanks are due to blech [perl.org] who very swiftly worked out what the problem was.