search

Home  >  Q&A  >  body text

html - css部分position fixed web网页问题 纯css做的下拉


红线圈起来的那部分
position:fixed固定后
纯css做的下拉 就不见了 知道啥原因吗 也就是失效了
下拉的是根据

    <ul><a href="#"><span>标题</span></a>
         <li>
              <ul> 
                 <li>  </li>
              </ul>
          </li>
        </ul> 
        然后就hover li中的ul 弹出下拉框 
PHPzPHPz2781 days ago895

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 14:55:32

    You should be able to place the upper menu in any position, and wrap the bottom to fill the remaining height. Let’s make a scroll inside.

    reply
    0
  • Cancelreply