If you mean Firefox vs. IE, yes. There are a number of ways to do this with JavaScript. I offer a couple of prototypes for managing styles. One handles individual CSS declarations:
The other manages entire alternate style sheets:
However, if you just need to do FF vs. IE things, I recommend that you look into IE’s conditional comments. Style the page perfectly for FF and put conditional comments into the page for the differences you want IE to reflect.
September 28th, 2007 at 9:31 am
If you mean Firefox vs. IE, yes. There are a number of ways to do this with JavaScript. I offer a couple of prototypes for managing styles. One handles individual CSS declarations:
The other manages entire alternate style sheets:
However, if you just need to do FF vs. IE things, I recommend that you look into IE’s conditional comments. Style the page perfectly for FF and put conditional comments into the page for the differences you want IE to reflect.