Menu

가로펼침 메뉴

2016. 6. 2. 21:10

안개핑 Html & Css

 

 

메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴

 

 


메뉴에 마우스를 올려보세요. 색상과 그림을 마음대로 넣을수 있답니다

<table width=600 border=1 bordercolor=#4682b4 >
<td width=50 onmouseover="this.style.backgroundColor='#b0e0e6'" onmouseout="this.style.backgroundColor='#ff00ff'">
<font color=9966cc size=2 face=굴림>메뉴</font></td> <td width=50 onmouseover="this.style.backgroundColor='#cc99ff'" onmouseout="this.style.backgroundColor='#00ff00'">
<font color=9966cc size=2 face=굴림>메뉴</font> </td>
<td width=50 onmouseover="this.style.backgroundColor='#cc99ff'" onmouseout="this.style.backgroundColor='#ffcc33'">
<font color=9966cc size=2 face=굴림>메뉴</font> </td>
<td width=50
onmouseover="this.style.backgroundColor='#cc99ff'" onmouseout="this.style.backgroundColor='#cc0066'">
<font color=9966cc size=2 face=굴림>메뉴</font> </td>
<td width=50 onmouseover="this.style.backgroundColor='#cc99ff'" onmouseout="this.style.backgroundColor='#6666ff'">
<font color=9966cc size=2 face=굴림>메뉴</font> </td>
<td width=50 onmouseover="this.style.backgroundColor='#cc99ff'" onmouseout="this.style.backgroundColor='#ff0000'">
<font color=9966cc size=2 face=굴림>메뉴</font> </td>
<td width=50 onmouseover="this.style.backgroundColor='#cc99ff'" onmouseout="this.style.backgroundColor='#9999ff'">
<font color=9966cc size=2 face=굴림>메뉴</font>
</td>
<td width=50 onmouseover="this.style.backgroundColor='#cc99ff'" onmouseout="this.style.backgroundColor='#e6e6fa'">
<font color=9966cc size=2 face=굴림>메뉴</font>
</td>
</tr>

</table>