In many under developed countries, there are still more than 80% people using ie6. Shocking when I first heard of this. I suppose Firefox and Chrome should send out email campaigns just to let them know there are much better alternatives for FREE. To solve those nasty issues brought by ie6 and 7, I did some long hour researches.
You may be interested in the following related posts:
Common Issues and Fixes
IE only stylesheet
<!--[if IE]> <link rel="stylesheet" type="text/css" href="ie.css" /> <![endif]-->
One line IE fix
#mydiv{ _position:relative;//fix ie6 *position:relative;//fix ie7}
Position absolute boxes
Absolute positioned box disappears if it is next to a floating div. An additional div will solve the problem.
<div><div id="position_absolute"></div></div>
Block IE
I like this one! Just wondering when would my clients allow me to use this.
ie blocker from csstricks

More Articles On IE Browser Fix And Tricks
10 Fixes That Solve IE6 Problems|sitepoint
- Article highlight:
- Use a DOCTYPE
- Set position: relative
- Use display:inline for floated elements
- Set an element to hasLayout
- Fixing the repeated characters bug
- Use only <a>tags for clickable and hovered elements
- Use !important or advanced selectors for IE-specific code
- Avoid percentage dimensions
10 CSS properties that ‘were’ impossible to implement in IE6 | productivedreams
- Article highlight:
- Rounded or Curved Corners
- The popular PNG transparency issue
- Opacity
- Fixed position
- Min-width & Max-width
- Hover for non anchor elements
- Min-height & Max-height
- Bicubic scaling for images
- Negative text indent for input buttons
- Text shadow
Select Cuts Off Options In IE (Fix) | CSS Tricks

Lazy to Learn the tricks? This could help
ie6 fixer
A simple tools to fix common ie bugs

Universal Internet Explorer 6 CSS
A CSS file of common ie problem fixes
ie7-js
Using Javascript to fix ie7 bugs




very useful.. thanks..
dc´s last blog ..AutoCAD Tips to Know Strange Happenings with the AutoCAD Defpoints Layer
[Reply]
As a person who also is involved in this industry, I am very greatful for the great info you have put up on here. As you may know, web design and development is ever-changing, and to keep up with the pace of that growth we have to keep learning and experimenting, and your info has given me some great ideas and advice. Looking forward to more of your ideas…
[Reply]