tags:

views:

428

answers:

2

I have tried several incarnations of the overflow attribute in the div's style. None work for IE!

Really, I am typing into a texbox and using javascript to render the html in div of equal porportions while I type. I use mydiv.innerHTML = txt; to populate the div. But the hortizontal scroll bar keeps appearing.

+2  A: 

try with

overflow-x:hidden
mck89
A: 

it working...........thanks

dhina