Click here to Skip to main content
15,893,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: TextBox appear depended on checkbox Pin
Michael†Cheong15-Apr-13 23:47
Michael†Cheong15-Apr-13 23:47 
AnswerRe: TextBox appear depended on checkbox Pin
jkirkerx15-Apr-13 10:14
professionaljkirkerx15-Apr-13 10:14 
GeneralRe: TextBox appear depended on checkbox Pin
Michael†Cheong15-Apr-13 23:47
Michael†Cheong15-Apr-13 23:47 
AnswerRe: TextBox appear depended on checkbox Pin
liuguozhu201515-Apr-13 18:01
liuguozhu201515-Apr-13 18:01 
GeneralRe: TextBox appear depended on checkbox Pin
Michael†Cheong15-Apr-13 23:47
Michael†Cheong15-Apr-13 23:47 
QuestionMulti Language Support in MVC Pin
kheer13-Apr-13 17:01
kheer13-Apr-13 17:01 
AnswerRe: Multi Language Support in MVC Pin
Martin-OHV14-Apr-13 23:26
Martin-OHV14-Apr-13 23:26 
Questionthree div side by side Pin
jojoba201112-Apr-13 20:58
jojoba201112-Apr-13 20:58 
This doesn't seem like it should be that hard, so if someone could just give me a kick in the right direction, that'd be awesome.
I have googled for two div bellow code :


$(function() {
var right = $("#center");
$("#toggle").click(function() {
$("#left").animate({ "width": "toggle" }, {
duration: 250,
step: function() {
right.css("margin-left", $(this).width());
}
}, function() { right.css("margin-left", $("#left").width()); });
});
});

#left
{
width: 270px;
float: left;
border: solid 1px red;
}
#center
{
margin-left: 270px;
border: solid 1px green;
}


<pre lang="xml">&lt;div id=&quot;left&quot;&gt;
Test&lt;/div&gt;
&lt;div id=&quot;center&quot;&gt;
Test Right&lt;/div&gt;</pre>

now guess that i have three div, i wanna to have same as above.
-------------------------------
|left div|center div|right div |
-------------------------------
the right and left div are always 170 px (for ex.)
and i wanna do that when my left div is empty my center div become bigger (same as below code)
and all three div should be side by side .and when my left div is empty the center div become bigger and right div be side of center div.
Thanks in advanced !
AnswerRe: three div side by side Pin
AContractor13-Apr-13 16:00
professionalAContractor13-Apr-13 16:00 
QuestionRe: three div side by side Pin
jojoba201115-Apr-13 17:28
jojoba201115-Apr-13 17:28 
AnswerRe: three div side by side Pin
dusty_dex15-Apr-13 23:51
dusty_dex15-Apr-13 23:51 
QuestionRe: three div side by side Pin
jojoba201116-Apr-13 18:00
jojoba201116-Apr-13 18:00 
AnswerRe: three div side by side Pin
Rockstar_16-Apr-13 18:16
professionalRockstar_16-Apr-13 18:16 
QuestionRe: three div side by side Pin
jojoba201116-Apr-13 19:29
jojoba201116-Apr-13 19:29 
QuestionEasy unsubscribe in hotmail Pin
Jassim Rahma12-Apr-13 4:45
Jassim Rahma12-Apr-13 4:45 
AnswerRe: Easy unsubscribe in hotmail Pin
R. Giskard Reventlov12-Apr-13 6:22
R. Giskard Reventlov12-Apr-13 6:22 
AnswerRe: Easy unsubscribe in hotmail Pin
Marco Bertschi13-Apr-13 7:36
protectorMarco Bertschi13-Apr-13 7:36 
AnswerRe: Easy unsubscribe in hotmail Pin
Manfred Rudolf Bihy16-Apr-13 0:12
professionalManfred Rudolf Bihy16-Apr-13 0:12 
Questionasp.net Pin
agrigold12-Apr-13 1:18
agrigold12-Apr-13 1:18 
AnswerRe: asp.net Pin
Richard MacCutchan12-Apr-13 1:53
mveRichard MacCutchan12-Apr-13 1:53 
GeneralRe: asp.net Pin
agrigold12-Apr-13 2:48
agrigold12-Apr-13 2:48 
GeneralRe: asp.net Pin
Richard MacCutchan12-Apr-13 3:27
mveRichard MacCutchan12-Apr-13 3:27 
AnswerRe: asp.net Pin
AmitGajjar15-Apr-13 2:35
professionalAmitGajjar15-Apr-13 2:35 
QuestionThere is no error but the slide show is not animating Pin
laiza ramal11-Apr-13 19:11
laiza ramal11-Apr-13 19:11 
AnswerRe: There is no error but the slide show is not animating Pin
dusty_dex11-Apr-13 22:54
dusty_dex11-Apr-13 22:54 

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.