in reply to Re: Should we change linking so that conditional comments for IE are not destroyed?
in thread Should we change linking so that conditional comments for IE are not destroyed?

Well, an example off the top of my head is that id like to figure out a way to apply the following style only if the user has IE.

p.nnt-p-title { width: 70%; } p.nnt-author { width: 28%; }

This CSS exploits a bug in IE which makes the Recently Active Threads look a lot nicer (IMO). But instead of ignoring it Opera will do totally silly things (as Opera users view the site in quirks mode)

---
demerphq

  • Comment on Re^2: Should we change linking so that conditional comments for IE are not destroyed?
  • Download Code