View Single Post
Old 12-27-2012, 03:29 PM   PM User | #1
bm1125
New Coder

 
Join Date: Dec 2012
Posts: 18
Thanks: 13
Thanked 0 Times in 0 Posts
bm1125 is an unknown quantity at this point
text field is not working?

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!
bm1125 is offline   Reply With Quote