Hi,
I would like to run a chat web application on my Android 1.0 emulator,
which I have developed with the Google Web Toolkit.
My problem is that a HTML object is noy rendered properly on the
Android 1.0 emulator: in fact no scrolling bar appears when the text
extension goes over the overflow limit.
This is the object style, which I set in the .css file of my
application:
.gwt-HTML {
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
width: 220px;
height: 98px;
border: 1px solid black;
overflow: auto;
}
Can you say why?
Thank you,
Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---