Matt Nathan wrote: > We've been trying to design a CSS-based site that looks good in both > IE and Firefox, without having to maintain separate CSS files. > It is difficult, so I'm wondering if we should go to separate CSS > files with some hack to call the appropriate CSS file for the user's > browser. What are the pros and cons of that approach? And if we do go > that route, what are the pros and cons of different browser-matching > hacks? Thanks!
Use a common style sheet, with one (or more) second IE-only stylesheets linked into the HTML via conditional comments. No hacks needed. -- David [EMAIL PROTECTED] authenticity, honesty, community ______________________________________________________________________ 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/
