Hi Victor - I'll respond, even though I'm not the most knowledgeable of this group here. I'm willing to stick my neck out ;)
I don't know about *bugs*, but avoiding hacks is pretty easy. I'm sure some of my methods won't be agreed upon, but they've always worked well for me. #1 is to develop in a standards-compliant browser - like Opera, Safari or (my personal fave) Firefox. Once you do that, you check it in other browsers (save IE) and usually you'll find that there;s no problem. After you've gotten everything worked out (with minimal effort, believe me!) on those browsers, then you can move to IE. To work out IE is as simple as using a conditional comment and calling in "fixes" for the browser as needed. That's pretty much it. On occasion, I've had to use a hack (I'm not good at remembering names of them, sorry - Tantek, I *think*) for IE 5.2 - but only if a client wants to fix it for that browser - usually they don't care. And once in a very rare blue moon, I'll need to use the hack that's like: <link rel="nonsense" ... (I can't remember exactly how it goes, but it's something like that) for use with Opera - but like I said, that's on such a rare occasion that...well I can't even remember exactly how it goes! I'd have to look it up again. ;) Anyway, hope that helps you out. :) ~Shelly ______________________________________________________________________ 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/
