Adsense

Important IE style hacks

margin:auto not working on ie 
Adding <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> solves the issue

dispaly-inline not working in ie

use display:inline; solves the issue

css hover not working in ie

adding borer-width:1px; solves the issue

newest questions on wordpress