- Lid geworden
- 20 nov 2012
- Berichten
- 356
Mensen ik ben nieuw op dit forum en heb een vraag waar ik elders niet uitkom: Ik heb een webpagina zal verderop even de code posten daar zie je de kop fietsen daar wil ik een uitschuifmenu onder met bijvoorbeeld heren dames en kinder en als je daar dan op gaat staan de merken dus bijvoorbeeld Gazelle e.d.
Hier mijn code:
HTML
Hopelijk kunnen jullie mij helpen
Hier mijn code:
HTML
HTML:
<html>
<head>
<title>Geetrui de Boom</title>
<link rel="stylesheet" type="text/css" href="./homepage.css" media="screen">
</head>
<body>
<div id="positie">
<div id="menubalk">
<table>
<tr>
<td class="active">
<a href="./Index.html"> Homepage </a>
</td>
<td class="knoppen">
<a href="./overons.html"> over ons </a>
</td>
<td class="knoppen">
<a href="./Contact.html"> Contact </a>
</td>
<td class="knoppen">
<a href="./fietsen.html"> Fietsen </a>
</td>
<td class="knoppen">
<a href="./werkplaats.html"> Werkplaats </a>
</td>
<td class="knoppen">
<a href="./winkel.html"> winkel </a>
</td>
<td class="knoppen">
<a href="./bezorgservice.html"> bezorging </a>
</td>
<td class="knoppen">
<a href="./verzekering.html"> verzekering </a>
</td>
<td class="knoppen">
<a href="./zadelmeting.html"> zadelmeting </a>
</td>
<td class="knoppen">
<a href="./aanbiedingen.html"> Fietsen </a>
</td>
<td class="knoppen">
<a href="./nieuws.html"> Nieuws </a>
<td class="knoppen">
<a href="./aanbiedingen.html"> Aaanbiedingen </a>
</td>
</td>
</tr>
</table>
</div>
<p>
</div>
</body>
</head>
</html>
[B]CSS[/B]
body
{
background-color:FFFFFF;
color:white;
}
#positie
{
position:absolute;
margin-left:170px;
margin-right:.50px;
margin-bottom:50px;
margin-top:50px;
width:1500px;
}
#menubalk
{
border-radius: 30px 30px 30px 30px;
background-color:blue;
width: 100%;
height:50px;
border-spacing:0;
padding:20px;
}
a
{
color:white;
text-decoration:none;
}
td.knoppen
{
border-radius: 5px 5px 5px 5px;
padding: 8px 30px 8px 30px;
#inhoud
{
border-radius: 20px 20px 20px 20px;
background-color:383a3c;
margin-top: 25px;
width: 100%;
border-spacing:0;
padding:20px;
}
#kop1
{
text-decoration:;
}
body
{
background-color:green;
color:white;
}
#positie
{
position:absolute;
margin-left:170px;
margin-right:.50px;
margin-bottom:50px;
margin-top:50px;
width:1500px;
}
#fietsen
{
border-radius: 30px 30px 30px 30px;
background-color:blue;
width: 100%;
height:50px;
border-spacing:0;
padding:20px;
}
a
{
color:white;
text-decoration:none;
}
td.knoppen
{
border-radius: 5px 5px 5px 5px;
padding: 8px 30px 8px 30px;
#inhoud
{
border-radius: 20px 20px 20px 20px;
background-color:383a3c;
margin-top: 25px;
width: 100%;
border-spacing:0;
padding:20px;
}
#kop1
{
text-decoration:;
}
Laatst bewerkt door een moderator: