labs.calibrate.be
IE no-wrap problem with slashes!
Thu, 2010-04-22 13:40 - Tom Heyman
It seems IE can’t handle long URL’s in small HTML elements. So after a little bit of research I found a simple solution. This may not be the most breaking news but I never heard of it before so…
This is the solution:
/* IE Word wrapper */
word-wrap: break-word;
Hopefully this can help you.
Category:

Add new comment