修复div干扰导航栏引导程序

时间:2017-08-31 21:15:31

标签: css asp.net-mvc twitter-bootstrap

我正在尝试在主导航栏下方设置固定的标题标题,但它干扰了导航栏的de选项,

这里是代码

<style>
  .titlefixed {
    z-index: 1030;
    right: 0;
    left: 0;
    position: fixed;
  }
</style>

<div class="titlefixed " style="background-color:white;">
  <blockquote>
    <h2><em>Sucursales</em></h2>
    <hr />
    <h2><small>@Model.Name - @Model.Client.RazonSocial</small></h2>
  </blockquote>
</div>

这就是正在发生的事情

enter image description here

谢谢,如果有人可以帮我解决它

0 个答案:

没有答案