Articles tagged with: ie box
Posted: May 11 | Filed under: General
Sometimes the IE will expand a td or any other box without a reason.
This is due to a small bug. If it’s pure text then try using “word-wrap: break-word” inside your css file. To get it working for graphics and other things use style=”overflow:hidden”. Note that this might clip some of the data inside the td/box.
Source:Adobe.com


