I’m having trouble about IE versions. There is different js plugins for IE problems. For example: jquery.corner.js for corner radius. Well, Is there any plugin for all IE problems (IE6,7,8,9). Or Do we have to use different plugin for each problem?
I’m having trouble about IE versions. There is different js plugins for IE problems.
Share
There is no 1-size-fits-all solution for browser inconsistencies. Its the worst thing for web devs to deal with.
There are some things that can make it easier on you though. One of which is starting out with a good
reset css. Google it for several options.One place to start with is http://html5boilerplate.com/, but there are others that help.
Also writing good semantic html and working up from there helps alot to dodge the browser specific problems.