1. 程式人生 > >電力項目七--js控制文字內容過長的顯示

電力項目七--js控制文字內容過長的顯示

style property stat center -- value bsp blog station

當文本框中文字內容過長時,需要調整顯示的樣式

技術分享

如上圖所示的樣式

對應的代碼為:

<div id="showInfomation" style="visibility: hidden"></div>
                            <tr onmouseover="this.style.backgroundColor = ‘white‘" onmouseout="this.style.backgroundColor = ‘#F5FAFE‘;">
                                <td style="
HEIGHT:22px" align="center" width="40%"> <div class="scrollStyle" align="left" onmouseover="showInfoWithPanel(this)" onmouseout="hiddenInfoPanel(this)" style="table-layout:fixed;"> <!-- 站點運行情況 --> <s:property value="
stationRun"/> </div>

電力項目七--js控制文字內容過長的顯示