waysun一路阳光

不轻易服输,不轻言放弃.--心是梦的舞台,心有多大,舞台有多大。踏踏实实做事,认认真真做人。

  BlogJava :: 首页 :: 新随笔 :: 联系 ::  :: 管理 ::
  167 随笔 :: 1 文章 :: 64 评论 :: 0 Trackbacks

在jsp页面中的使用:
<!-- 悬浮窗口 -->
<div id="<%="fd"+k %>" class="fd" style="display:none;filter:alpha(opacity=100);opacity:1;">
<div class="contentup">
    <div>
        <table width="600" border="0" cellpadding="0" cellspacing="0" >
             <tr>    
                <td align="left"  width="50%" height="10"> &nbsp;</td>
                <td align="right" width="50%"> </td>
            </tr>
            <tr>    
                <td align="left"  width="50%"><b><%=StringUtil.opritStr(ctOffices.getOfficesName()) %>--详细信息</b></td>
                <td align="right" width="50%"><a href="#" class="od" onclick = "closeed('<%="fd"+k %>');return false;"> 关 闭 </a></td>
            </tr>
            <tr>    
                <td align="left"  width="100%" colspan="2"><hr color="blue"></td>
            </tr>
        </table>
    </div>
    
     <div>
                <table width="600" border="0" cellpadding="0" cellspacing="0" class="table1">
                   
                    <tr>                          
                        <td align="center" class="td3" width="15%">高级职称人数:</td>
                        <td   align="left" class="td3" width="35%">
                         <%=ctOffices.getSeniorCount()==null?"&nbsp;":ctOffices.getSeniorCount() %>&nbsp;
                        </td>
                        <td align=center class="td3" width="15%">硕士生导师人数:</td>
                        <td   align="left" class="td3" width="35%">
                        <%=ctOffices.getDegreeCount()==null?"&nbsp;":ctOffices.getDegreeCount() %>&nbsp;
                        </td>

                    </tr>    
                    <tr>                          
                        <td align="center" class="td3" width="15%">床位数:</td>
                        <td   align="left" class="td3" width="35%">
                         <%=ctOffices.getBedCount()==null?"&nbsp;":ctOffices.getBedCount() %>&nbsp;
                        </td>
                        
                        <td align=center class="td3" width="15%">博士生导师人数:</td>
                        <td   align="left" class="td3" width="35%">
                        <%=ctOffices.getDoctorCount()==null?"&nbsp;":ctOffices.getDoctorCount() %>&nbsp;
                        </td>
                    </tr>                
                    <tr>                          
                        <td align="center" class="td3" width="15%">常见病:</td>
                        <td  colspan=3 align="left" class="td3 content" width="35%">
                         <%=ctOffices.getDisease()==null?"&nbsp;":ctOffices.getDisease() %>&nbsp;
                        </td>
                    </tr>        
                     <tr>    
                        
                        <td align=center class="td3" width="15%">简介:</td>
                        <td  colspan=3 align="left" class="td3 content" width="35%">
                        <%=ctOffices.getIntroduction()==null?"&nbsp;":ctOffices.getIntroduction() %>&nbsp;
                        </td>
                    </tr>                                                
                 </table>
         </div>
     </div>
</div>                    
js文件css文件:http://www.blogjava.net/Files/1504/div.rar

posted on 2009-04-13 14:36 weesun一米阳光 阅读(2819) 评论(0)  编辑  收藏 所属分类: div层的使用

只有注册用户登录后才能发表评论。


网站导航: