0
votes
How can I develop a CSS based layout that is 100% browser compatible?
A common approach these days is to write your CSS so that it works for Firefox (and other modern non-IE browsers), and then add IE-specific fixes using …
