Blogger Jateng

CSS Popup Menu

srg lupa tulis ah...

HTML Code:


Menu Title


Popup Item #1

Popup Item #2

Popup Item #2





CSS code:

.popup .items { display: none }

.popup:hover > .items {

display: block;
font-size: 80%;
border: gray solid thin;
background-color: white;
position: absolute;
z-index: 1;

}

.popup .items a {

text-decoration: none;
color: black;
font-weight: bold;

}

.popup .items a:hover { color: blue }
Reply With Quote

Post a Comment for "CSS Popup Menu"