html - List affecting menu? -
i have 2 pages, let's utilize http://codepixl.net/indesx.shtml (indesx instead of index cause site's under construction) , http://codepixl.net/experiments . if go pages on 768px wide or smaller device, you'll have menu icon in corner, , when click/tap it, menu opens. however, on http://codepixl.net/experiments (which has list) menu looks this:
and it's bit far down. it's supposed this:
i've determined /experiments page's css doesn't cause this, it's nav's css. also, menu icon's color changed because of page's style. using ssi include add together menu. here's menu's css: http://codepixl.net/stylesheets/nav.css
why doing this?
you this:
#cssmenu {top: 0;}
but issue caused default top margin on h1
, this:
h1 {margin-top: 0;}
but that's not want.
you can specify hamburger color directly:
#menubutton {color: #333;}
html css menu
No comments:
Post a Comment