Cross-browser compitabilty?
Posted: Mon Mar 09, 2009 4:03 am
My question this time isn't regarding PHP, but comes from HTML/CSS compatibility. I wrote a little page layout, just ordinary 3 column design with a few paragraphs and ordered lists. When I open it in Firefox it is rendered correctly, but when I open it in IE one of the lists or rendered below the position it is in FF. How do you go about hacking such problems? How do I write my code so that it is rendered the same way in all browsers? I read somewhere that you can load alternative styles for IE and other browsers, but I don't know how to go about this issue.