el_froggy
Gebruiker
- Lid geworden
- 21 jun 2005
- Berichten
- 114
PHP:
body { background-image: url("img/top_logo.gif");
background-repeat: no-repeat;
background-position: center;
background-attachement: fixed;
}
#menu {
background-color: transparent;
}
#midden { background-color: transparent;
color: #000000;
}
ul#menu {
}
ul#menu li {
list-style: none;
margin: 0;
padding: 0;
display: inline;
border-bottom: 2px dashed red;
cursor: pointer;
}
#menu a:link {
color: red;
text-decoration: none;
font-family: verdana, arial;
font-size: 16px;
}
#menu a:visited {
color: red;
text-decoration: none;
font-family: verdana, arial;
font-size: 16px;
}
#menu a:hover {
color: #ffffff;
background-color: #0099FF;
text-decoration: none;
font-family: verdana, arial;
font-size: 16px;
}
dit is mijn css code op het moment.
bij ul #menu li { display: inline; }
krijg ik een mooi resultaat, maar ik zou ze graag als blok weergeven.
kan ik inline en block op een manier samen gebruiken?
mijn website is de volgende:
http://www.hvuconsult.com
bedankt
Laatst bewerkt: