Click here to Skip to main content
15,892,005 members
Home / Discussions / Web Development
   

Web Development

 
GeneralWebsite in ASP.net Pin
Poonam Gandash16-Apr-08 2:56
Poonam Gandash16-Apr-08 2:56 
GeneralRe: Website in ASP.net Pin
Christian Graus16-Apr-08 11:55
protectorChristian Graus16-Apr-08 11:55 
GeneralRe: Website in ASP.net Pin
Ashish Sehajpal17-Apr-08 6:12
Ashish Sehajpal17-Apr-08 6:12 
GeneralRe: Website in ASP.net Pin
lbothell22-Apr-08 6:37
lbothell22-Apr-08 6:37 
GeneralRe: Website in ASP.net Pin
Poonam Gandash29-Apr-08 19:59
Poonam Gandash29-Apr-08 19:59 
GeneralRe: Website in ASP.net Pin
Christian Graus29-Apr-08 20:04
protectorChristian Graus29-Apr-08 20:04 
GeneralRe: Website in ASP.net Pin
User 988517-Apr-08 21:47
User 988517-Apr-08 21:47 
GeneralGet a DIV in a table-cell to auto-height Pin
harleydk15-Apr-08 22:52
harleydk15-Apr-08 22:52 
Hello all,

I'm trying to get a table-cell'ed DIV to adjust its height according to another div, also in a table-cell. As in the below, where the red cell is shorter than the black, I need them to align in height (i.e. the height of the black, whose content may wary).

Hope someone has the answer. Thanks in advance,

Morten
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Page</title>
</head>
<body>
<table width="100%">
<tr>
<td width="80%">
<div style="border: 1px solid black;">
<div>
some text</div>
<div>
text<br />more text<br />more text<p>last text</p>
</div>
</div>
</td>
<td valign="top">
<div style="border: 1px solid red;">
<div>
foo</div>
<div>
bar
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
GeneralRe: Get a DIV in a table-cell to auto-height Pin
Ashish Sehajpal17-Apr-08 6:15
Ashish Sehajpal17-Apr-08 6:15 
QuestionScriptManager and debug=false Pin
Gennady Oster15-Apr-08 21:17
Gennady Oster15-Apr-08 21:17 
GeneralRe: ScriptManager and debug=false Pin
Gennady Oster15-Apr-08 21:46
Gennady Oster15-Apr-08 21:46 
Generalset a user-entered value to a param tag in <object></object> [modified] Pin
codeprojuser15-Apr-08 20:40
codeprojuser15-Apr-08 20:40 
GeneralUnable to Use CSS in visual studio design for asp.net Pin
HatakeKaKaShi15-Apr-08 14:40
HatakeKaKaShi15-Apr-08 14:40 
AnswerRe: Unable to Use CSS in visual studio design for asp.net Pin
Shog915-Apr-08 14:59
sitebuilderShog915-Apr-08 14:59 
GeneralRe: Unable to Use CSS in visual studio design for asp.net Pin
Ashish Sehajpal17-Apr-08 6:19
Ashish Sehajpal17-Apr-08 6:19 
GeneralRe: Unable to Use CSS in visual studio design for asp.net Pin
Soumini Ramakrishnan18-Apr-08 20:21
Soumini Ramakrishnan18-Apr-08 20:21 
GeneralAspSimpleUpload Component Pin
saini arun15-Apr-08 11:02
saini arun15-Apr-08 11:02 
GeneralRe: AspSimpleUpload Component Pin
Shog915-Apr-08 15:04
sitebuilderShog915-Apr-08 15:04 
QuestionTime Sheet Online Pin
alimzhan15-Apr-08 6:38
alimzhan15-Apr-08 6:38 
AnswerRe: Time Sheet Online Pin
led mike15-Apr-08 7:32
led mike15-Apr-08 7:32 
GeneralRe: Time Sheet Online Pin
alimzhan15-Apr-08 9:09
alimzhan15-Apr-08 9:09 
GeneralRe: Time Sheet Online Pin
led mike15-Apr-08 10:21
led mike15-Apr-08 10:21 
GeneralRe: Time Sheet Online Pin
Vasudevan Deepak Kumar17-Apr-08 22:19
Vasudevan Deepak Kumar17-Apr-08 22:19 
GeneralRe: Time Sheet Online Pin
Vasudevan Deepak Kumar17-Apr-08 22:18
Vasudevan Deepak Kumar17-Apr-08 22:18 
AnswerRe: Time Sheet Online Pin
angelinwilliams17-Aug-12 2:32
angelinwilliams17-Aug-12 2:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.