gpt4 book ai didi

javascript - FF 3.6 中不显示搜索字段文本?

转载 作者:太空宇宙 更新时间:2023-11-04 05:08:57 25 4
gpt4 key购买 nike

搜索表单几乎是默认的 21 Wordpress 表单的样式版本。

默认文本显示几乎无处不在——但不是在 FF 3.6 中,也可能是较旧的 IE。我假设是因为默认情况下 21 主题在搜索中使用了一些 CSS3 调用。在任何情况下——同样适用于表单字段默认文本的传统代码是什么??

(我宁愿不用 PHP、jQuery、JS) -- 但最终哪条路线都是可靠的。

这是搜索表单中的代码:

<?php
/**
* The template for displaying search forms in Twenty Eleven
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
<input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search, title, author, keyword', 'twentyeleven', 'twentyeleven' ); ?>" />
<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search' ); ?>" />
</form>

<div id="searchtbtn"><img src="http://mysite.com/wp-content/uploads/2012/03/searchnav_btn.gif" style="margin-left: 292px; margin-top: 60px; max-height: 35px; max-width: 70px; position: absolute;"></div>

最佳答案

占位符属性<input type="text" placeholder="...是 HTML5 的一部分,如果您想要非 PHP、非 jQuery、非 JavaScript 的回退,那么您可以只设置默认值或使用 CSS 背景图像设置样式。

关于javascript - FF 3.6 中不显示搜索字段文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9777775/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com