![]() |
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:
Code:
<input type="text" class="field"/>Thanks! |
Quote:
|
meaning I can see the text field but can not type anything. like it's disabled.
|
May be something getting overlayed on it when you view on those devices. Can we have a link to your page?
|
|
Remove
position:absolute from #job_search and also padding-top: from #main |
awesome... thanks!! :)
another question if you don't mind :) at the bottom of the page , the articles section, i tried to remove the links underline and change background color using a:hover but without any success. mind take a look? #article_button { margin:0 auto;background-color:#eeeeee;padding:5px 15px 15px;margin-top:4px;text-decoration:none; } #article_button a:hover { background-color: #ffffff;margin:0 auto;} #article_button a:visited {font-size: 100%;display: block;color: #FFFFFF;text-decoration: none;} |
Quote:
|
aight.. thakns much !! :)
|
| All times are GMT +1. The time now is 01:33 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.