"It seems like none of the style elements in .menu works"

Are you using .menu or .meny for the list? Are there any other ul styles in
your css that could be overriding the .meny styles?

On Mon, Jun 8, 2009 at 10:07 AM, Bajazz <[email protected]> wrote:

>
> 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?
>
> >
>


-- 
Thanks,
Andy Baughman

--~--~---------~--~----~------------~-------~--~----~
--
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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to