Posts Tagged word-wrap
IE no-wrap problem with slashes!
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 cal help you.
Recent Comments