Created
November 5, 2013 07:53
-
-
Save mgng/7315379 to your computer and use it in GitHub Desktop.
select の表示違い
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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