Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はすべてdojox/mobile/Carouselを使用しています。
mblCarouselHeaderBarコントロールの上部ではなく下部に表示したいと思います。誰でもすぐにそれを行う方法を知っています。
mblCarouselHeaderBar
カルーセルヘッダーバーのmargin-topを設定し、位置をカルーセルページの相対ではなく絶対に変更することで、cssを介してカルーセルの位置を変更できます。
カルーセルのヘッダー
.mblCarouselHeaderBar { padding: 1px; margin-top: 123px; }
カルーセルのページまたは画像
.mblCarouselPages { text-align: center; margin-top: -153px; position: absolute; }