C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » HTML »

TD doesnt take the height of its chile contols inside the DIV


Posted Date: 30 Oct 2008      Posted By: Gourav      Member Level: Bronze     Points: 1   Responses: 2



<table width="100%">
<tr height="80%">
<td>
<div id="div-gridview">
<asp:GridView.....>
......
......
</asp:GridView>
</div>
</td>
</tr>
<table>

Is above scenario the td doesnt take the height of the grid control in IE 6.0. it works fine in IE 7.0. so it looks like collapse grid.

Any help will be appreciated.

Thanks in Advance,
Gourav





Responses

Author: srilatha    30 Oct 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

try this
<td style:"width:70px;height= px;"/>
similarly u can give in DIV tag also



Author: Ganeshkumar    12 Feb 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 1

Instead of giving the in % ,give it in px
<td style="Width:80%;Height:15px;">
</td>



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : HTML
Previous : making div invisible on client side
Return to Discussion Forum
Post New Message
Category: HTML

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use