views:

290

answers:

0

Hi,

I'm trying to make a rich text editor with the background set on iframes body. The background is repeated in y axis and when the user types in the string without any spaces the horizontal scroll appears and the background is moved to the left. I fixed it with overflow-x:hidden in all browsers except IE 8 where the behaviour is the same as with overflow:auto but without horisontal scrollbar appearing after the text gets beyond the intended width.

I want IE 8 to clip the excess content which can not be wrapped the same as with other browsers.

Has anyone had a similar problem?