
iva
New User
Jan 23, 2005, 11:43 AM
Post #1 of 2
(989 views)
|
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
|