Hi,
i have insert the html in "textfield" plugin. and in DIV i have given fixed height and given "scroll:auto" in style of that DIV.
but scroll bar is not coming in that DIV if i have more text in it.
My Code is as below
<plugin name="popup" enabled="true" url="plugins/textfield.swf" keep="true" offset="center" align="center" width="240" height="64" edge="center" x="0" y="0" visible="false" html="[p][div style="height:200px; overflow:auto;"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.[/div][/p]" css="p{color:#ffffff; font-family:Arial; font-size:12px; font-weight:bold; display:inline-block;}" backgroundalpha="1" backgroundcolor="0x000000" autosize="center" alpha="1" background="false" usecontentsize="true" children="false" textblur="0" textglow="8" textglowcolor="0x000000" textshadow="4" jsborder="1px solid #FFFFFF" />
How can i use scrollbar if i have more content in DIV with specific height in iPhone/iPad?
thanks
--
Pratiks