Forum Moderators: open
my html:
<div id="header">
<div id="logo">
<img src="./Image/0526_brick_003.jpg" width="800" height="200" alt="specifics removed" /> </div>
<div id="navigatie"> [b]<ul id="list">[/b]
<li id="nav1"><a href="../Home.html">Home</a></li>
|<li id="nav2"><a href="../contact.html">Contact</a></li>
|<li id="nav3"><a href="../projecten.html">Projecten</a></li>
|<li id="nav4"><a href="../partners.html">Partners</a></li>
</ul>
</div> <!--EINDE NAVIGATIE-->
</div> <!--EINDE HEADER-->
my css:
#list{
border:4px solid #000000;
margin:0;
list-style-type:none;
background-color:#5A585D;
width:50%;
display: block;
text-align:center;
}
#navigatie li {
margin-bottom:2px;
background-color:#5A585D;
display: inline-block;
text-align:center;
}
#navigatie a{
display:block;
color:#fff;
background-color:#AF0000;
padding:2px;
text-decoration:none;
}
#navigatie a.hier{
background-color:#5A585D;
color:#333;
}
#navigatie a:hover {
background-color:#999;
color:#fff;
} [edited by: incrediBILL at 10:07 pm (utc) on Apr 4, 2010]
[edit reason] removed specifics, see TOS #13 [webmasterworld.com...] [/edit]