Dropdown, remade - with Amiant CSS3 menu

Permalink
Hello everyone!

I have downloaded Amiant CSS3 menu addon, and i've designed my own "dropdown menu" BUT! i'm quite the CSS noob as i'm new to it. So i'm not sure how to implement my dropdown into concrete5 enviroment.

Here you can see the pure html and css.
http://pastie.org/6410401
Here you can see how it's supposed to work -http://jsfiddle.net/f654q/

I would love if someone could help me on the right path to make this work. Either as a standard AutoNav template or a template for Amiant CSS3.

//Stenkilde THANKS!

Stenkilde
 
Steevb replied on at Permalink Reply
Steevb
You don't put CSS in the 'body' of your HTML?

Put all css for the menu inside the 'head' tag or a css file.
Stenkilde replied on at Permalink Reply
Stenkilde
It was so i could include the HTML and CSS in the same pastie.

I do know how to place CSS in the <head> and within a .css file :)