Newbie in web design, having problem with various browsers (IE, FF, Chrome, Safari, etc), was wondering how to fix a multi-platform problem. I Have seen some code regarding various releases of IE but no idea how to implement it in the code, anyone have any experience with this?
Yeah you might have to do it case by case, meaning every time that you come across a browser issue you Google the code causing the problem and the browser name and you'll likely come across code to fix it.
There might be better ways of tackling the problem but in general cross-browser support can be frustrating (primarily thanks to IE, in my experience).