在网站的移动优化版本上显示不同的输入文本?
我的网站上有一个搜索框。页面加载时输入中显示的文本是“搜索站点”。
<input id="keywords" class="text" type="text" name="keywords" value="search the site">
我还通过媒体查询在移动设备上优化我的网站。对于移动版本,我希望文本为大写“搜索网站”。如果我用 CSS 更改文本显示,那么用户输入的任何内容也将是大写的。这个问题有解决办法吗?
谢谢
I have a search box on my site. The text displayed in the input when the page loads is 'search the site'.
<input id="keywords" class="text" type="text" name="keywords" value="search the site">
Im also mobile optimising my site with media queries. For the mobile version I want the text to be uppercase 'SEARCH THE SITE'. If I change the text display with CSS, then whatever a user inputs will also be uppercase. Is there a solution to this problem?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于没有人回答并且我不知道任何(非 JavaScript 或服务器端检测方法),我想说答案是否定的。
As no one has answered and I dont know of any (non javascript or server side detection methods), im going to say the answer is no.