Home › Forums › CSS › [Solved] Problems positioning menu bar. Different browser results. › Reply To: Problems positioning menu bar. Different browser results.
November 28, 2013 at 4:14 am
#157294
Inactive
Greetings,
I removed border-top:20px solid #000;
from .main-content {
, I changed margin: 0 auto;
to margin: 0 0 0 1px;
in nav, .content {
and I removed margin-top:20px;
from nav {
. It appears to be correct now.
Thanks!