Search Posts Who's Online Log In
You are not logged in. Click here to log in.
If you are not a member, Sign up here for free!

element with scrollbars + pocket IE


Mobile Phones Forum / Smartphone and PDA Forums / Pocket PC Forum

 

 


iva
New User

Jan 23, 2005, 11:43 AM

Post #1 of 2 (989 views)
Can't Post

Hi,
I need element inside page body with scrollbars
so the table is 300px wide
like:

<html>
<body>
<table border=1 width="300"><tr><td>
<DIV ID="divid" style="overflow-x:auto; overflow-y:auto; width:300px; height:500px;" >Some text & a big<img width=500 src="untitled.bmp" >photo<DIV>
</td></tr>
</table>
</body>
</html>

but div doesn't work with pocket IE (Windows CE)
Span or iframe doesn't work either

Do you have any other idea what I can put there

iva


iva
New User

Apr 1, 2005, 3:21 AM

Post #2 of 2 (832 views)
Can't Post

If anyone looks for this answer:

pocketIE does not support CSS2, where Overflow option is
it only works with CSS1
so...
we have to wait for the new version

 
 
 



 
Close Note..