码迷,mamicode.com
首页 > Web开发 > 详细

电力项目七--js控制文字内容过长的显示

时间:2017-05-20 01:08:56      阅读:292      评论:0      收藏:0      [点我收藏+]

标签:code   ack   fixed   over   需要   项目   val   white   out   

当文本框中文字内容过长时,需要调整显示的样式

 技术分享

如上图所示的样式

对应的代码为:

<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控制文字内容过长的显示

标签:code   ack   fixed   over   需要   项目   val   white   out   

原文地址:http://www.cnblogs.com/taiguyiba/p/6880652.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!