vote up 0 vote down star

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.

flag

36% accept rate
Could you post a snippet of the related HTML and maybe the JS? – HackedByChinese Aug 27 at 18:57

2 Answers

vote up 1 vote down

try with

overflow-x:hidden
link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.