jquery - Navigation bar - positioning -


i having heck of time trying navigation bar stay put on screen sizes/ browsers / etc...

i have tried :

header#top #logo {    display: none!important; } #header-top, #header-space {   display: none!important; }  #header-outer {  z-index: 10000!important; }  #top nav > ol {     position: fixed;     width: 100%;     top:25%;     left: 0px;  } .nav {     position:fixed;     top:25%; } 

none of seems have solid effect on positioning, have tried position:left , played of dimensional options, based on other suggestions (position:left) has locked @ top of page, though nav sit underneath header image , never, ever, reason move, not 1 little pixel, don't know if possible, insight appreciated.

side note: if can css, outstanding


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -