hello
hello
hello
Another example of toggling visibility using CSS and nested divs. The placeholder links in the drop-down menus lead to Google.com.
p {
margin:4px;
}
#one {
background-image: url(banner002.jpg);
width: 850px;
height: 165px;
z-index:1;
border:solid 1px;
}
#wrapper{
width:350px;
z-index:1;
position:absolute;
}
#three {
margin-left: 10px;
width: 70px;
float:left;
}
#four {
background-color: #ccc;
display:none;
width:60px;
}
#three:hover #four{
display:block;
}
#fin{
background-color:orange;
height: 1.4em;
width:850px;
border: solid orange 1px;
}
#text {
width: 850px;
height:100px;
border:solid 1px;
overflow:auto;
}