<group class="info_box" style="left:10px; top:275px; width:784; height:150px;">
<caption class="info_text_nomal" style="left:21px; top:-1px; width:733px; height:147px;">
<![CDATA[
* Special Characters + Content
]]>
</caption>
</group>
Like the code above, special characters and contents are located in CDATA, but the contents are long, so I want to style the scroll bar. I wonder if there is a way.
css xml
/* By the way, 'general' and 'normal' in English */
.info_text_nomal {
white-space: nowrap;
overflow-x: scroll;
}
© 2024 OneMinuteCode. All rights reserved.