0
我這裏有:JQueryUI Accordion: Headers and an inline block for arranging image/text內嵌塊安排圖像/文本 - 我如何添加基於另一個線程多手風琴
我有下面的CSS,這對於一個手風琴但是當我要使用多個工作正常,手風琴,我簡單地命名#accordion2等。有沒有更快的方式分配這些CSS,而不必複製/粘貼多次爲每個手風琴?
我想:
#accordion #accordion2 .foobar {
等,但顯然這不是它。
對於這樣一個簡單的問題,道歉!
#accordion .foobar {
margin:0px;
padding:0px;
}
#accordion .foobar .foo {
display:inline-block;
width:180px;
height:125px;
vertical-align:top;
margin-right:10px;
}
#accordion .foobar .bar {
display:inline-block;
width:290px; /* enlarge this value, if you want text all on one line */
}
謝謝,想我會失去了一些東西簡單的語法... :)將接受的答案,只要它讓我。 – Jon
愚蠢的錯誤通常是最令人反感的。特別是當你試圖解決更大規模的問題,並在整天的工作後,你意識到這個問題是由一個簡單的錯字造成的...... :) –