M
Mel
i have my iframe scrolling="no", but a div inside the html code has
style=overflow:auto
and i don't see no scrollbar
is it natural ?
style=overflow:auto
and i don't see no scrollbar
is it natural ?
Mel said:i have my iframe scrolling="no", but a div inside the html code has
style=overflow:auto
and i don't see no scrollbar
is it natural ?
why would you put a scrolling div inside an iframe? i thought scrolling divsSteve Pugh said:Does the div have a height set? overflow: auto; only produces a
scrollbar for the div if the div's content is longer than the
specified height of the div. If there is no specified height then the
div grow to fit its content and never show a scrollbar. That is
totallu unaffected by whether the div is inside an iframe or not.
On the div or on the iframe?
Almost certainly not.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.