Click here to Skip to main content
15,902,112 members
Home / Discussions / Web Development
   

Web Development

 
Questionreload web page proplem Pin
monafr8112-Nov-07 7:06
monafr8112-Nov-07 7:06 
AnswerRe: reload web page proplem Pin
Michael Sync12-Nov-07 14:45
Michael Sync12-Nov-07 14:45 
QuestionAccess client's message queue (MSMQ) from browser with .NET Pin
jenspa12-Nov-07 5:41
jenspa12-Nov-07 5:41 
Questionwebsetup Pin
anilkumar.chandaluru12-Nov-07 0:18
anilkumar.chandaluru12-Nov-07 0:18 
QuestionNested table cell div's width problem Pin
Eduard Keilholz11-Nov-07 22:35
Eduard Keilholz11-Nov-07 22:35 
AnswerRe: Nested table cell div's width problem [modified] Pin
Michael Sync12-Nov-07 1:48
Michael Sync12-Nov-07 1:48 
GeneralRe: Nested table cell div's width problem Pin
Eduard Keilholz12-Nov-07 2:55
Eduard Keilholz12-Nov-07 2:55 
GeneralRe: Nested table cell div's width problem Pin
Michael Sync12-Nov-07 4:50
Michael Sync12-Nov-07 4:50 
I got one solution for you... I think there might be some issues for TD in IE.. So, I decided to use DIV and CSS for that..

<div style="width:100%; background-color:Red;height:100%">
<center>
<div style="text-align:center;background-color:White;width:800px;height:100%">
<div style="width:40%;float:left">Cell A1</div>
<div style="width:20%;float:left;">Cell A2</div>
<div style="width:40%;float:left;">Cell A3</div>

<div style="width:60%;text-align: left;overflow: auto;clear:left;float:left">Cell B1</div>
<div style="width: 40%;float:left;">
<div style="width: 100%; height: 300px; overflow: auto;">
<div style="width: 583px; height: 400px; background-color: #FFFF00;">DIV having width & height larger than the cell...</div>
</div>
</div>

<div style="width: 40%; text-align: left; overflow: auto;clear:left;float:left">
<div style="width: 100%; height: 300px; overflow: auto;">
<div style="width: 583px; height: 400px; background-color: #FFFF00;">DIV having width & height larger than the cell...</div>
</div>
</div>
<div style="width: 60%;float:left;">Cell C2</div>
</div>
</center>
</div>

I have tested this code in both Firefox and IE. it works .. Smile | :)



Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

"Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."

GeneralRe: Nested table cell div's width problem Pin
Eduard Keilholz12-Nov-07 10:30
Eduard Keilholz12-Nov-07 10:30 
GeneralRe: Nested table cell div's width problem Pin
Michael Sync12-Nov-07 14:42
Michael Sync12-Nov-07 14:42 
AnswerRe: Nested table cell div's width problem Pin
Shog912-Nov-07 7:15
sitebuilderShog912-Nov-07 7:15 
QuestionActiveX newbie Pin
earlp11-Nov-07 10:30
earlp11-Nov-07 10:30 
AnswerRe: ActiveX newbie Pin
Michael Sync11-Nov-07 15:02
Michael Sync11-Nov-07 15:02 
GeneralRe: ActiveX newbie Pin
earlp12-Nov-07 0:38
earlp12-Nov-07 0:38 
GeneralRe: ActiveX newbie Pin
Michael Sync12-Nov-07 0:43
Michael Sync12-Nov-07 0:43 
Questionsimple html code Pin
ManiMughal11-Nov-07 5:03
ManiMughal11-Nov-07 5:03 
AnswerRe: simple html code Pin
Michael Sync11-Nov-07 14:58
Michael Sync11-Nov-07 14:58 
QuestionDatePicker problem, How to resolve it ? [modified] Pin
hifiger200410-Nov-07 13:10
hifiger200410-Nov-07 13:10 
AnswerRe: DatePicker problem, How to resolve it ? Pin
Michael Sync10-Nov-07 20:19
Michael Sync10-Nov-07 20:19 
GeneralRe: DatePicker problem, How to resolve it ? Pin
hifiger200411-Nov-07 6:24
hifiger200411-Nov-07 6:24 
GeneralRe: DatePicker problem, How to resolve it ? Pin
Michael Sync11-Nov-07 14:26
Michael Sync11-Nov-07 14:26 
AnswerRe: DatePicker problem, How to resolve it ? Pin
hifiger200412-Nov-07 2:40
hifiger200412-Nov-07 2:40 
GeneralRe: DatePicker problem, How to resolve it ? Pin
Michael Sync12-Nov-07 3:59
Michael Sync12-Nov-07 3:59 
QuestionWeb Site is not Accessible by its IP? Pin
AliAmjad10-Nov-07 6:08
AliAmjad10-Nov-07 6:08 
AnswerRe: Web Site is not Accessible by its IP? Pin
Guffa10-Nov-07 8:25
Guffa10-Nov-07 8:25 

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.