<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d10668659\x26blogName\x3dOrganized+Individualists\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://organizedindividualists.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://organizedindividualists.blogspot.com/\x26vt\x3d-2572478259347834530', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

75% right is one-quarter wrong

You'd think that 10 years after the 'net started growing, we'd finally be beyond the stage where pages are coded for only one type of browser.

But of course, you'd be wrong.

W3 schools.com
shows 25% of the websurfers out there use something other that IE to surf the web. Why is that number important?

Because that's the Early Adopters
. The people leading the charge. So if you want to write your site for the AARP crowd, by all means, use IE-specific code.

Just don't complain when you're eventually ignored by your users.

“75% right is one-quarter wrong”