Who knew? Though it's not best practice to resize images in the browser this could really be useful in the right situation: img { –ms-interpolation-mode: bicubic; } This little snippet will vastly improve the image resizing abilities of ie — bringing it closer to the resized image quality experienced with Firefox or Safari. […]
Solution to "display:table-row" causing pain and suffering with IE
I recently came up against a situation where I wanted to add rows to a table via javascript. Not a problem with jQuery, EXCEPT that my table rows were being added with 'style="display:block"'. What's wrong with that, you ask? Well, in Firefox the row was being appended to the table but it looked all scrunched […]