[Seasar-user:17766] [Teeda レイアウト]について

thomas [E-MAIL ADDRESS DELETED]
2009年 6月 15日 (月) 19:31:07 JST


Hai,

I couldnt get the layout height while using layout in teeda.

*layout.html*
**************

<html xmlns:te="http://www.seasar.org/teeda/extension">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><label id="layoutLabel"/></title>
<link rel="stylesheet" type="text/css" href="../../css/master.css" />
</head>
<body id="layoutbody" leftmargin="0" topmargin="0">
<table border="1" width="100%" height="100%">
<tr>
  *<td width="15%" valign="top" class="menuColor2" height="100%">
    <te:include id="layoutMenu" te:src="/layout/menu.html"/>
  </td>*
  <td valign="top" align="left" height="100%" width="100%"
class="mainColor">
    <te:includeChildBody id="layoutChildBody"/>
  </td>
</tr>
</table>
</body>
</html>

*menu.html:*
**************
<html xmlns:te="http://www.seasar.org/teeda/extension">
<head>
<link rel="stylesheet" type="text/css" href="../../css/master.css" />
</head>
<body>
<form id="menuForm">
<center>
*<table border="1" height="100%" width="100%">*
<tr class="logoColor">
<td valign="top" height="10%"><img src="../../img/logo1.JPG" align="left"
height="50px" width="120px"/></td>
</tr>
<tr valign="top">
<td>
<div id="isManager">
<a href="../employeemaster/employeemasterList.html" class="menu"><span
id="employeemasterLabel"></span></a>
<a href="../costmaster/costmasterList.html" class="menu1"><span
id="costmasterLabel"/></a>
<a href="../customermaster/customermasterList.html" class="menu"><span
id="customermasterLabel"></span></a>
<a href="../partnermaster/partnermasterList.html" class="menu1"><span
id="partnermasterLabel"></span></a>

</div>
<div id="isAdmin">
<a href="../test/itemstest.html" class="menu1">Admin Area</a>
</div>
<a href="../timesheet/index.html" class="menu"><span
id="timesheetLabel"/></a>
<a href="../expensesheet/index.html" class="menu1"><span
id="expenseLabel"></span></a>

</td>
</tr>
<tr valign="middle" align="center">
<td>
<input type="button" id="doLogout" value="logoutLabel"
align="right"></input></td>
</tr>
*</table> *
</center>
<br/>
</form>
</body>
</html>

if i run menu.html file seperately i got 100% height for that table.
After including to layout.html i couldnt get 100% height for that table.

Please help me to solve this problem

I have attached the screenshots.


Thanks in advance,
トマス
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20090615/8435c392/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: layout.jpg
Type: image/jpeg
Size: 29984 bytes
Desc: 無し
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20090615/8435c392/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: menu.jpg
Type: image/jpeg
Size: 40565 bytes
Desc: 無し
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20090615/8435c392/attachment-0001.jpg>


Seasar-user メーリングリストの案内