Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.toggle {
border:2px solid blue;
}
.toggle img {
border:2px solid green;
}
.toggle2 {
border:2px solid red;
}
.toggle2 img {
border:2px solid orange;
}
</style>
</head>
<body>
<ul class="toggle" onmouseover="this.className='toggle2';" onmouseout="this.className='toggle';">
<li>
<img src="http://images.apple.com/support/home/en/images/video_poster_20071212.jpg" alt=""></li>
</ul>
</body>
</html>
Bookmarks