Hallo zusammen,
ich möchte gerne alle mein Radiostation in einer Reihe untereinander angezeigt werden. Die Stationen die nicht mehr passen fallen aber aus "dem Rahmen". Ich würde gerne innerhalb des Container aber "scrollen".
<li data-row="3" data-col="4" data-sizey="3" data-sizex="1">
<header>Fav</header>
<div data-type="image"
data-url="images/antenne_bayern.png"
data-size="100px"
data-fhem-cmd="set SB_PLAYER_b827eb20ee8d favorites ANTENNE_BAYERN"
class="cell">
</div>
<div data-type="image"
data-url="images/radio_chillout_zone.jpg"
data-size="100px"
data-fhem-cmd="set SB_PLAYER_b827eb20ee8d favorites Chillout_Zone"
class="cell">
</div>
<div data-type="image"
data-url="images/deluxe_lounge_radio.png"
data-size="100px"
data-fhem-cmd="set SB_PLAYER_b827eb20ee8d favorites DELUXE_LOUNGE_RADIO"
class="cell">
</div>
<div data-type="image"
data-url="images/deluxe_musik_radio.png"
data-size="100px"
data-fhem-cmd="set SB_PLAYER_b827eb20ee8d favorites Deluxe_Music_Radio"
class="cell">
</div>
<div data-type="image"
data-url="images/radio_rmffm.jpg"
data-size="100px"
data-fhem-cmd="set SB_PLAYER_b827eb20ee8d favorites Radio_RMF_FM"
class="cell">
</div>
<div data-type="image"
data-url="images/radio_rmfmaxx.jpg"
data-size="100px"
data-fhem-cmd="set SB_PLAYER_b827eb20ee8d favorites Radio_RMF_MAXXX"
class="cell">
</div>
<div data-type="image"
data-url="images/radio_bochum.png"
data-size="100px"
data-fhem-cmd="set SB_PLAYER_b827eb20ee8d favorites Radio_Bochum"
class="cell">
</div>
<div data-type="image"
data-url="images/wdr_2.png"
data-size="100px"
data-fhem-cmd="set SB_PLAYER_b827eb20ee8d favorites WDR_2_Ruhrgebiet"
class="cell">
</div>
</li>
ich kann jetzt nur anbieten, ein
<div class="contentSpacing">
<div data-type="image"
....
</div>
drum herum zu machen. Das enthält ein overflow: scroll;, was man dazu braucht.