Commit de77db79 authored by wansari's avatar wansari

D14IKAT004 updated position relative


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97463 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 037540ed
...@@ -35,11 +35,11 @@ ...@@ -35,11 +35,11 @@
<!-- <div id="header" style="width:100%;height:100px"> <!-- <div id="header" style="width:100%;height:100px">
<div id="headingText">Purchase Wizard Details</div> <div id="headingText">Purchase Wizard Details</div>
</div>--> </div>-->
<div class="mainPage-Container" style="height:525px;overflow:scroll;"> <div class="mainPage-Container" style="height:100%;overflow:scroll;">
<table class="tableClass" id="Details" border="0" cellspacing="1" cellpadding="1"> <table class="tableClass" id="Details" border="0" cellspacing="1" cellpadding="1">
<thead class="table-head" style="text-align:center;position:fixed"> <thead class="table-head" style="text-align:center;position:relative">
<tr> <tr>
<th class="thClass" nowrap="true" style="width:20px"> <th class="thClass" nowrap="true" style="width:20px">
...@@ -75,9 +75,9 @@ ...@@ -75,9 +75,9 @@
</tr> </tr>
</thead> </thead>
<tr> <!--<tr>
<td>.</td> <td>.</td>
</tr> </tr>-->
<tbody class='table-body fadeInDown'> <tbody class='table-body fadeInDown'>
<xsl:for-each select="//Detail3"> <xsl:for-each select="//Detail3">
<xsl:variable name="dbID"><xsl:value-of select="@domID"/></xsl:variable> <xsl:variable name="dbID"><xsl:value-of select="@domID"/></xsl:variable>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment