我正在使用 joomla,我有以下 html
<div id="ja-footerwrap">
<div class="moduletable">
<div id="bottom-slider">
<!--some contents-->
</div>
</div>
<div class="moduletable">
<div id="bottom-slider">
<!--some contents-->
</div>
</div>
<div class="moduletable">
<!--some contents-->
</div>
<!--and other divs with classes moduletable------>
</div>
我必须选择 moduletable 并且必须display: inline-block;
仅适用于包含 id 为bottom-slider的 div 。我怎样才能做到这一点?