パスの記述(メモ)

1.index.html
<img src="items/images/ph01.jpg">
2.index.html
<link href="css/style.css"rel="stylesheet" type="text/css" media="screen" />
3.items
<img src="../images/btn01.gif">
4.index.htmlの<li id="btn01">01</li>マウスオーバー
style.css
li a {background-image:url(images/btn.gif);}
li a:hover{background-image:url(images/btn_on.gif);}
index.html
<link href="css/style.css"rel="stylesheet" type="text/css" media="screen" />

授業後修正。