Browsers will display your web pages differently — there’s just no way around it. Text will wrap differently, images will align differently — everything will be different. And sometimes, the difference will be significant.
For example, Mozilla will read the default for horizontal alignment of a cell as “left” while IE will read the default for horizontal alignment as “center,” unless you set it specifically to “left.” This will mean a HUGE difference in the way the text displays within the cell.
Subtle things, like the look of a border that has been coded in your style sheet, will look different, depending on the browser. At least once a week, I run into something new that I have never seen before — and the list changes as new releases of the browsers come out.
I had one client come to me because their cascading menu javascript would no longer display the main navigation structure with the newest release of IE — essentially rendering their web site completely useless. It’s surprising what one small difference can make when it comes to html.
Always, always, always check your developing website under various conditions to ensure functionality.





