由于滚动条导致的对齐问题

时间:2013-11-17 08:21:36

标签: html scroll

在下面的代码中,当我们将光标移动到链接时,工具提示出现,工具提示是图像,图像的长度可能很长。问题是每当图像长度很长时,右侧会出现滚动条,然后对齐会受到干扰。所有内容都向左移动了一点。我怎么能避免这种情况,任何帮助ID都非常感激。感谢

  <body>

    <div class="navbar navbar-inverse navbar-fixed-top">
      <div class="navbar-inner">
        <div class="container">
          <a class="brand" href="#">Summarization Search Engine</a>
        </div>
      </div>
    </div>

    <div class="container">
        <table>
            <tr>
                <td><p>You Searched for <b><i>../html/Sample Results.html</b></i></p></td>
            </tr>
        </table>
        <table class="table table-hover">
        <tbody>
            <tr>
                <td><a class="brand" id="0" rel="popover" href="http://en.wikipedia.org/wiki/Information_technology_management">It Infrastructure</a><br><p>These resources may include tangible investments like computer hardware, software, data, networks and data centre facilities, as well as the staff who are hired to maintain them.</p></td>
            </tr>
        </tbody>
        </table>
    </div>
    </body>

0 个答案:

没有答案