TomH wrote: > It might be nice for fixing IE DOM issues, but I would never rely on > it for fixing CSS issues, mostly because you can never depend on users > always having JavaScript turned on. Something basic like the layout of > your site should always work independent of the behavior layer, > IMHO. > > -Tom > Hmm. I don't know what the stats are on IE6 users without JS but it's got to be pretty low. W3Schools reports 5% of users have JS enabled and that is the slightly more technical crowd. And it's got to be much lower than that for a cross-tab of IE6 * no js.
Without the CSS fixes, the site should be entirely usable, just missing a few things or formatted a bit askew. For example, my favorite thing to do is input[type=text] and input[type=submit] to style inputs to look snazzy. Or h1 + * to allow proper spacing after the h1. - Ken Snyder --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
