IE6 CSS Hack Cheat Sheet... Internet Explorer 6 – web developers love to hate it. But, unfortunately, IE7 adoption rate is not going as fast as expected, so we still need to make websites look decent in IE6. I recently spent quite some time making Century21.ca look decent in IE6, the following is a quick cheat sheet of the most...
IE 7 and PNG... For the past few days I have been working on a frustrating problem with Internet Explorer 7 – two websites that my company created and supports are totally unusable in IE7. The pages take a long time to load, and when they do load they continue to use more than 50% of the CPU. After some hunting,...
CSS Overflow – IE bug... I discovered an interesting Internet Explorer CSS bug today relating to relatively positioned elements inside and element with overflow set to auto. Say you make a div that scrolls using some basic CSS .overflow { height:250px; width:200px; overflow:auto; } Works just fine, as the example below shows: Lorem...
CSS is cool.... Look at what you can do with Cascading Style Sheets. (This is as much for my reference as your enjoyment. You thought I did this all for you?)