I do not know if it's Firefox or my thrown together code. I just cannot get my navigation links to center. I believe what I need is in the code but I may be wrong. Is there anything I can add or take away to get this to work?
(
My Thrown Together Code )
Comments 5
In this section:
#header-text ul.nav {position: absolute; bottom: 0px; left: 0px; width: 100%; margin:0px; padding: 0px; height: 40px; line-height: 40px; border-top: 1px #bbbbbb; border-bottom: 1px #bbbbbb; background: #e6e6e6; text-transform: uppercase; }
I would remove the "width: 100%" and change
padding: 0;
to
padding: 210px;
Reply
Reply
padding: 210px;
should be
padding-left: 210px;
Reply
Reply
Leave a comment