I am trying to get the following code to work with androind 2.1 phone (HTC Sense user interface):
h1 { font-size: 14px; font-weight: bold; color: #FFF; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
however, the text-overflow property does not work. does anyone else have this problem or have found a way around it?
android css webkit
zimpff
source share