Trying to make a menu (using a list) but it won't position:
.meny {
position: absolute;
left: -20px;
top: 200px;
float: left;
width: 180px;
list-style-type: none;
margin: 0;
padding: 0;
}
<ul class="meny"style="list-style-type: none;">
<li><a href="index.html">Hjem</a></li>
<li><a href="produkter.html">Produkter/tjenester</a></li>
<li><a href="referanser.html">Referanser</a></li>
<li><a href="bilder.html">Bilder</a></li>
<li><a href="om.html">Om VELO</a></li>
</ul>
It seems like none of the style elements in .menu works.... What is
wrong?
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---