CSS Issue with overflow text.
[code]
<div id='pageThread' class="hide" style="overflow: scroll;">
<span class="page currentpage">1</span>
<span class="page" onclick="mwlcall()">1</span>
<span class="page" onclick="mwlcall()">2</span>
<span class="page" onclick="mwlcall()">3</span>
<span class="page" onclick="mwlcall()">4</span>
.
.
.
</div>
[/code]
I have over 80 pages.
My question is, why is there a different rendering on emulator and device.
Here's screenshot from both emulator & device:
[IMG]http://dl.dropbox.com/u/1636195/kaskus_emulator.png[/IMG]
[IMG]http://dl.dropbox.com/u/1636195/kaskus_device_x3.jpg[/IMG]
Re: CSS Issue with overflow text.
Hi,
To my knowledge "overflow:scroll" is not supported for this release. This may be part of the problem.
-Ilkka
Re: CSS Issue with overflow text.
i need to create a div whith custom height and put scroll how can i do that? Thanks
Re: CSS Issue with overflow text.
What do you mean with "put scroll"?
Re: CSS Issue with overflow text.
Re: CSS Issue with overflow text.
[QUOTE=martin.hamon;901486]i need to create a div whith custom height and put scroll how can i do that? Thanks[/QUOTE]
This is not possible with the current version of the Nokia Browser and the web apps it hosts. Keep in mind that allowing a scrollable div made no sense until the new larger screened full-touch S40 phones were released. It will be an interesting feature for these new S40 devices, but I have my doubts that it will get added.