Can anyone recommend the best way to hack IE8 styling via CSS, I\'ve recently been making IE8 render as IE7 for ease - but wondered if it was best to add IE8 hacks?
Use the ie7-js Javascript library, which does some magic to make older IE versions behave more like proper browsers with their handling of HTML and CSS. Then, as others have suggested, write your code in a standards-compliant manner which behaves well with the latest versions of Chrome, Firefox, Opera, etc.