Here is the complete code to make a stylish hover gallery;
<html>
<head>
<title>gallery<
</head>
<body>
<style>
ul{
margin-top:100p
margin-left:200
}
ul li{
display:inline;
}
div{
height:280px;
width:50px;
float:left;
border-style:so
border-color:gr
border-width:2p
}
div:hover{
width:300px;
}
.first{
background-imag
}
.second{
background-imag
}
.third{
background-imag
}
.fourth{
background-imag
}
.fifth{
background-imag
}
.sixth{
background-imag
}
h1{
color:gray;
Font-family:Com
text-align:cent
}
</style>
</body>
<h1>Mouseover any part of the following images to display it.</h1><br>
<ul>
<li><div class="first"><
<li><div class="second">
<li><div class="third"><
<li><div class="fourth">
<li><div class="fifth"><
<li><div class="sixth"><
</ul>
</html>
Add images as you like. Enjoy!!
No comments:
Post a Comment