Click here to Skip to main content
15,895,656 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Event that fires when the value changes Pin
Leo Smith11-Dec-08 3:01
Leo Smith11-Dec-08 3:01 
QuestionHelp me. To find previous previous html page .while navigating to next next pages. Pin
GovindaRao Chalamala8-Dec-08 20:37
GovindaRao Chalamala8-Dec-08 20:37 
AnswerRe: Help me. To find previous previous html page .while navigating to next next pages. Pin
Abhijit Jana8-Dec-08 22:19
professionalAbhijit Jana8-Dec-08 22:19 
QuestionRetrieveMultiple error on CRM Web Service Pin
toushirou hitsugaya6-Dec-08 5:55
toushirou hitsugaya6-Dec-08 5:55 
QuestionPlese Help- Onmouseover javascript Pin
Amit Battan Ror5-Dec-08 21:04
Amit Battan Ror5-Dec-08 21:04 
AnswerRe: Plese Help- Onmouseover javascript Pin
Aman Bhullar13-Dec-08 22:37
Aman Bhullar13-Dec-08 22:37 
QuestionVertical alignment in a div tag Pin
Brendan Vogt5-Dec-08 8:40
Brendan Vogt5-Dec-08 8:40 
AnswerRe: Vertical alignment in a div tag Pin
Kexian Li6-Dec-08 21:24
Kexian Li6-Dec-08 21:24 
1. The two div should with a height, 100px for example.

2. 'display:table-cell' and 'vertical-align:middle' can help you.

3. The test code is as follow, it OK with IE6, more please email me.

4. It maybe sorry that my english is poor.

<code>
<style type="text/css">
.main {
width : 100%;
height : 100px;
display : table-cell;
vertical-align : middle;
}
.mydiv {
width : 50%;
float : left;
border : 1px solid #0099cc;
}
.leftfont {
height : 100px;
font-size : 20px;
font-weight : bold;
}
.rightfont {
height : 100px;
font-size : 13px;
font-weight : normal;
}
.fixie {
width : 0;
height : 100%;
display : inline-block;
vertical-align : middle;
}
</style>
<div class="main">
<div class="mydiv leftfont">
I am Kexian Li
</div>
<div class="mydiv rightfont">
<span class="fixie"></span>
Hi, I am a Chinese, welcome to china!
</div>
</div>
</code>

Welcome to China.
QuestionHow to debug Proxy Class Pin
netnest5-Dec-08 5:16
netnest5-Dec-08 5:16 
QuestionDebugging 3rd party webservice Pin
Colin Angus Mackay5-Dec-08 4:23
Colin Angus Mackay5-Dec-08 4:23 
AnswerRe: Debugging 3rd party webservice Pin
netnest5-Dec-08 5:19
netnest5-Dec-08 5:19 
Questionproblem with jquery tabs at form postback Pin
BahadirEkici5-Dec-08 3:57
BahadirEkici5-Dec-08 3:57 
QuestionEmbedding flash on an embedded HTML control in a window Pin
DrkAngr4-Dec-08 10:06
DrkAngr4-Dec-08 10:06 
GeneralRe: Embedding flash on an embedded HTML control in a window Pin
DrkAngr4-Dec-08 10:18
DrkAngr4-Dec-08 10:18 
AnswerRe: Embedding flash on an embedded HTML control in a window Pin
Mohammad Dayyan5-Dec-08 2:05
Mohammad Dayyan5-Dec-08 2:05 
Questionwinsock and VBScript with mswinsock object Pin
fjveca4-Dec-08 2:45
fjveca4-Dec-08 2:45 
QuestionNeed Help In PHP Coding Pin
gunakesh parmar3-Dec-08 19:03
gunakesh parmar3-Dec-08 19:03 
AnswerRe: Need Help In PHP Coding Pin
Mohammad Dayyan5-Dec-08 2:02
Mohammad Dayyan5-Dec-08 2:02 
QuestionSql server in godady.com Pin
ahawari093-Dec-08 8:11
ahawari093-Dec-08 8:11 
QuestionWhen to use em and px Pin
Brendan Vogt3-Dec-08 7:32
Brendan Vogt3-Dec-08 7:32 
AnswerRe: When to use em and px Pin
Mohammad Dayyan5-Dec-08 2:08
Mohammad Dayyan5-Dec-08 2:08 
AnswerRe: When to use em and px Pin
Colin Angus Mackay5-Dec-08 4:26
Colin Angus Mackay5-Dec-08 4:26 
QuestionDisplay changes with screen resolution Pin
Anand Desai3-Dec-08 1:04
Anand Desai3-Dec-08 1:04 
AnswerRe: Display changes with screen resolution Pin
Mohammad Dayyan5-Dec-08 2:11
Mohammad Dayyan5-Dec-08 2:11 
QuestionASP.NET - Debugging User Control in Visual Studio 2008 Pin
AssemblySoft2-Dec-08 23:34
AssemblySoft2-Dec-08 23:34 

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.