Bootstrap:手风琴活动时如何修改标题?

时间:2016-11-02 17:38:11

标签: javascript jquery html twitter-bootstrap

出于某种原因,我的手风琴在活动时会抬起头。我想知道解决这个问题的最佳方法,当手风琴处于活动状态时,是否可以在标题中添加一个类来向下移动(margin-top)?

我正在使用默认的bootstrap.js和jquery.js文件。这是我的HTML:

Connection conn = DriverManager.getConnection("<Your connection string>");
String sql = "Select itemcode from database.table where description = ?";
PreparedStatement prep = con.prepareStatement(sql);
prep.setString(1,  resultSet.getString(1));
prep.executeUpdate();

This is what it looks like active

And this is the header normally

这些图像是手风琴有效/正常的标题。

0 个答案:

没有答案
相关问题