CYBER@GARDEN

『Web標準の教科書』各章

home > 『Web標準の教科書』読者サポートページ > 第3章 第14節

第3章 第14節(p.278-283)

p { cursor: url(./yellow.cur), move }
:focus {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: red;
  }
:focus { outline: 2px dotted red } 
:focus { outline: dotted red }
:focus { outline: medium double red }