Bootstrap通过外部链接打开锚点

时间:2015-08-12 20:08:36

标签: html css twitter-bootstrap

以下问题

我使用startbootstrap自由职业者模板:http://startbootstrap.com/template-overviews/freelancer/

现在,我希望从index.html(页面1)到另一个页面上的某个特定投资组合项目(页面2)中有一个特定的链接。

我的问题,我可以通过简单地使用标签来链接到第2页,但是当用户使用正确的投资组合项链接时,我想直接这样做。我只是试着这样做,但窗口没有打开,但没有#portfoliomodal1,我只是被重定向到第2页。

有什么想法吗?

编辑: 链接代码<a data-toggle="modal" href="#area1" class="portfolio-link list-group-item">Area1</a>

第2页的守则

      <div class="portfolio-modal modal fade" id="area1" tabindex="-1" role="dialog" aria-hidden="true">
     <div class="modal-content">
      <div id="kopf" class="container-fluid shadow-bottom">
     <div id="logo">
        <a href="index.html"><img id="logobild" src="images/colums/WagnerLOGO_SW.png"></a>
     </div>
     </div>
        <div id="tissot" class="banner_uhrenpage">
           <div class="close-modal" data-dismiss="modal">
              <div class="lr">
                 <div class="rl">
                 </div>
              </div>
           </div>
           <div class="container">
              <div class="row">
                 <article class="col-lg-10 col-lg-offset-1">
                    <h2>Tissot</h2>
                    <hr class="star-primary">
                 </article>
              </div>
              <section id="ausstellung" class="row">
                 <article class="col-md-12 auscon links">
                    <img id="ausstellungsbild" src="images/Markenspiegel/Tissot/Stimmungsbild.jpg" width="100%">
                 </article>
              </section>
           </div>
        </div>
        <div class="container">
           <section id="ausstellung" class="row">
              <article class="col-md-4 col-sm-12 auscon ausstellungnorm links">
                 <img src="images/Markenspiegel/Tissot/Uhr1.jpg">
              </article>
           </section>
           <hr class="divider">
        </div>
     </div>
  </div>

0 个答案:

没有答案