hey peeps,
I'm new with all css 3.0 and just trying to figure out how to use it.
I have a problem with a text field. the text fields works perfect if running on web browse, but if I try it on my mobile (tried blackberry & iphone) it doesn't seems to be working.
This is the code:
Code:
.field { font-family:Trebuchet MS; Font-size:28px;width:120px;height:30px;padding-bottom:10px; }
.button { font-size:22px;border:1px solid;height:46px;background-color:#0066cc;color:#fff;margin-bottom:15px; }
button:
Code:
<input type="text" class="field"/>
any ideas?
Thanks!