在网站的移动优化版本上显示不同的输入文本?

发布于 2024-12-09 13:47:49 字数 267 浏览 0 评论 0原文

我的网站上有一个搜索框。页面加载时输入中显示的文本是“搜索站点”。

<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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木緿 2024-12-16 13:47:49

由于没有人回答并且我不知道任何(非 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文