0
請考慮下面的代碼。html的佔位符屬性在IE10中無法正常工作
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<input type="text" name="fname" placeholder="First name"><br>
</body>
</html>
這適用於Chrome和Firefox。但在IE 10中,佔位符文本以斜體顯示。我想以正常的字體樣式在IE10中佔位符文本。請幫忙。