Syndicate content
Updated: 39 min 28 sec ago

IE no-wrap problem with slashes!

Thu, 04/22/2010 - 10:07

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.