Siteme üst menü ekledim ama sabit kalmasını istiyorum.
Css kodlarına position:fixed eklemeden önceki hali:




Css kodlarına position:fixed ekledikten sonraki hali:



position:fixed ekleyince iç içe girmekte bu olayı nasıl çözebilirim?

Css kodlarım: #dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; line-height:1.5em; z-index:300; width:100%; margin-top: 10px;position:fixed}