手风琴标题与内容一致

时间:2015-02-04 21:41:44

标签: javascript jquery html css

我在jquery中写过手风琴。但是,我希望我的手风琴标题与屏幕尺寸的内容保持一致。

屏幕很小时,它居中。 enter image description here

但是当屏幕很大时,它不会居中 enter image description here

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 20px;
}

th, td {
    padding: 15px;
    text-align: left;
    font-size:12px;
}

jfiddle:http://jsfiddle.net/xg7cr0g4/48/

1 个答案:

答案 0 :(得分:1)

text-align:center样式设为<div id="accordion" ... >