294 posts tagged IE6
Subscribe-
window.onresize hangs IE6 and IE7
http://remysharp.com/ 2008/ 05/ 15/ windowonresize-hangs-ie6-and-ie7/Another bug that I've not seen before that caused some confusion. Actually, the bug almost makes sense, except that it leaves IE6 and IE7 completely hanging. Details of the Bug You've hooked an onresize event and there's some, supposedly, innocuous code in the handler.
-
The Ongoing Battle with IE6
http://contentedniche.com/ 2008/ 05/ the-ongoing-battle-with-ie6/Let me get something out in the open here. I despise Internet Explorer 6. There. I said it. Is it the lack of security? Is it the fact that a third of the internet using populace still embrace it? No, it’s the fact that it is annoying as hell when it comes to web design because the Microsoft engineers were too lazy to make their browser obey common standards.
-
Are you still using Internet Explorer 6?
http://fitri.manzanisimo.net/ 2008/ 05/ 15/ are-you-still-using-internet-explore…Are you one of those who uses Internet Explorer 6? This post is dedicated to you, fellow visitor who enjoys the web using a great piece of software. For you it’s time to Stop IE6. Thanks to you, the development of the web is slower. And because you continue using IE6, web developers from all around the world have to implement fixes for you to enjoy the web.
-
Save the Developers!
http://derno.net/ ?p=7I stumbled upon this website called “Save the Developers”. The site dedicates itself to getting everyone to upgrade their browsers! Which, being a web developer, I fully support. I want IE6 gone for good! It’s a horrible browser. If you are using IE6, I suggest you upgrade to IE7, or Firefox for that matter.
-
IE6 issues - Learnings at Tacit
http://smartwebdeveloper.wordpress.com/ 2008/ 05/ 14/ ie6-issues-learnings-at-ta…A couple of new web learnings at Tacit- 1. For IE6 issues, instead of using hacks(* or _), put the differential code for iE6, as is given by Microsoft. <!–[if IE 6]> <style> #selector, #shield { position:absolute; } </style> <![endif]–> 3. “Float” does not work nicely in IE6.
-
Download del.icio.us Toolbar Buttons for Internet Explorer
http://theos.in/ internet/ delicious-toolbar-button-for-internet-explorer/The del.icio.us team has announced an early beta release of the del.icio.us bookmarks extension for Internet Explorer.
-
The Pattern
http://www.ourblogtemplates.com/ 2008/ 05/ pattern.htmlDownload Template | Other Templates The template image is captured from a 1024 pixels wide screen. This template has 3 'sidebar' columns below the post column. The theme is photoblog - the post column is wide without any other columns next to it. This style is especially great if you want to build a photo blog with lots of large photos and images.
-
IE6 Accept Header is Faulty and Makes format.any Suck
http://geminstallthat.wordpress.com/ 2008/ 05/ 14/ ie6-accept-header-is-faulty/I’ve been using the awesome acts_as_authenticated plugin as the basis for user login and authorization. Its access_denied method takes advantage of the ActionController::MimeResponds.any method which will be invoked on a login_required before filter: def access_denied respond_to do |format|
-
Transparent PNGs in Internet Explorer 6 / 5.5
http://blog.15minutesdeep.com/ ?p=46I have known that there’s a javascript/css fix for transparent PNGs in Internet Explorer, but I’ve tried to stay away from this always! As of today, I was faced with answering this problem on a site I’m working on. I found it’s quite simple and there’s a great article on this topic at “24 Ways to Impress Your Friends“.
-
Web Standards, Anyone Please?!
http://www.trentdesign.net/ blog/ ?p=65Web Standards, Anyone Please?! Published by brian on May 13 2008 in Design and Technology. 1 Comment After working on a recent (and frustrating) project, I am once again reminded of how much I loathe Internet Explorer. Mind you, the only frustrating thing with the project was that Internet Explorer was involved.