記得引用jquery類庫 複製代碼如下: $(document) .ready(function () { if ($.browser.msie) $("輸入:文本,輸入:密碼").each(function () { var $placeholder = $(this ).attr("佔位符"); var $width = $(this).css("width"); var $id = $(this).attr("id"); $ height = parseInt($(this).css("height")) 6 "px"; var $fontSize = $(this).css("font-size"); = $(this).css("字體粗細"); var $lineHeight = $height; if ($(this).css("line-height") != "正常") { $lineHeight = parseInt($(this ) .css("行高")) 6 "px"; } if ($placeholder != undefined) { $(this) .after("" $placeholder "" } $(this).bind(" keyup", function () { if ($( this).val () == "") { $(this).parent().find(".ph_" $id).css( “顯示”、“內聯塊”); } else { $(this).parent().find(".ph_" $id).css("display", "none"); } }); }); $(".placeholder").live("click", function () { $(this).prev().focus(); }); }); 頁面呼叫 複製程式碼 程式碼如下:複製程式碼程式碼如下: 🎜> 風格 複製代碼代碼如下: <div class="msgborder" id="phpcode97">.placeholder {display:inline-block;color:gray;vertical-align:top;overflow:hidden;} <br /> ;