Skip to content

Instantly share code, notes, and snippets.

@mgng
Created November 5, 2013 07:53
Show Gist options
  • Save mgng/7315379 to your computer and use it in GitHub Desktop.
Save mgng/7315379 to your computer and use it in GitHub Desktop.
select の表示違い
<!DOCTYPE HTML>
<html lang="ja-JP">
<head>
<meta charset="UTF-8">
<title>テスト</title>
</head>
<body>
<select name="" id="">
<option value="値です" label="ラベルです">表示項目です</option>
</select>
<!-------------------------
IE … 「ラベルです」
Firefox … 「表示項目です」
--------------------------->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment