Has anyone had experience with Opera Mini? It seems that certain CSS styling that I thought should be supported is apparently not.
Case in point. I am having to design a page for our Blackberry devices running 4.1 OS, that support less than 10% of any html or css, and also for higher end mobile devices so that it looks presentable in both.
I found that using a <span> tag with either inline style color, <span style="color:#fff;">, or using a class with color option, <span class="color">, does not work. I had to resort to a <span> tag and use the visibility option, <span style="visibility:none;>. I have also found that any class with a color option is not supported in Opera Mini:
.color_supress {color: #fff;}
Has anyone else run into this issue?
Thanks,