css - Static Dropdown Menu -


i have question dropdown menu customization. have dropdown set appears on fixed part of screen. please @ screenshot: http://snag.gy/pw12x.jpg

currently, have this: http://snag.gy/fgqs3.jpg

per reference, code snippet ul:

.pagemenu li ul {     display: none;     position: absolute;     margin: 0 auto 0 auto;     z-index: 10;     top: 100% !important;     width: 400px;      left: 0;     background: #262425;     list-style-image: none;     list-style: none; 

}

i new @ css. possible css code or have insert script take care of this? if so, nudge right direction helpful.

thank you!

adding styles:

position: fixed; left: 0 top: 0 

should you. nails element top top left corner of screen.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -