HTML interesse |
|
Beste sitemaster, ik ben al een tijdje aan het zoeken om van een normaal menu (horizontaal) naar een horizontaal menu MET submenu ding te maken. maar helaas geen enkele tutrial maakt me iets wijze of helpt me hierbij.. miss kunnen jullie me helpen?
menu bar:
[code=html4strict]<div id="menu"> <a href="?p=overzicht">HOME</a> <a href="#">HOME</a> <a href="#">HOME</a> <a href="
[code=html4strict]<div id="menu"> <a href="?p=overzicht">HOME</a> <a href="#">HOME</a> <a href="#">HOME</a> <a href="
#">HOME</a> </div>[/code]
css:
[code=css]#menu{
background: url('images/button_menu.png');
height: 65px;
width: auto;
text-align: center;
border-bottom: #000000 2px solid;
}
#menu a{
color: #FFF;
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
display: inline-block;
line-height: 65px;
font-weight: bold;
height: 65px;
width: 130px;
}
#menu a:hover{
background: #693 url('images/button_menu_hove
[code=css]#menu{
background: url('images/button_menu.png');
height: 65px;
width: auto;
text-align: center;
border-bottom: #000000 2px solid;
}
#menu a{
color: #FFF;
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
display: inline-block;
line-height: 65px;
font-weight: bold;
height: 65px;
width: 130px;
}
#menu a:hover{
background: #693 url('images/button_menu_hove
r.png');
}[/code]
alvast bedankt.
|