I'm trying to create a menu similar to one I've seen on a website.
I have managed to do everything right, I just can not let it occupy the entire menu bar. Print1: link Print2: link
After much research I discovered that if I left
position: absolute;
left: 0; /* Ou "0px" */
right: 0; /* Ou "0px" */
This would work, but it did not work and stayed like the above prints, would I have another option?