teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

colorとbackgroundしていを変更

2018/10/11 05:25

投稿

kunai
kunai

スコア5405

answer CHANGED
@@ -1,4 +1,4 @@
1
1
  ```HTML
2
- ・<a href="<?= $result->url ?>" style="color: black" onMouseOut="this.style.color='black'" onMouseOver="this.style.background='red'"><?= $result->title ?></a>
2
+ ・<a href="<?= $result->url ?>" style="color: black" onMouseOut="this.style.background=''" onMouseOver="this.style.background='red'"><?= $result->title ?></a>
3
3
  ```
4
4
  じゃダメですか