The string "Fernando Salgado Alonso" is much longer in IE7 than in FF.
Why? What can I do to fix it?
The string "Fernando Salgado Alonso" is much longer in IE7 than in FF.
Why? What can I do to fix it?
That happens because different browsers have slightly different default css for displaying unstyled content.
You need to use a css reset and apply your own rules on top of that. That way you will be sure that it displays the same on all browsers.
Some well know resets are:
Also have a look at: http://stackoverflow.com/questions/116754/best-css-reset