Click here to Skip to main content
15,900,474 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: I am developing a GPS tracking app on Android .but i want to make web server which take update from cell using GPS. Pin
babarkhalid1-Feb-13 23:44
babarkhalid1-Feb-13 23:44 
GeneralRe: I am developing a GPS tracking app on Android .but i want to make web server which take update from cell using GPS. Pin
Richard MacCutchan2-Feb-13 0:01
mveRichard MacCutchan2-Feb-13 0:01 
Questionany one tell me how to make online exam test using mvc asp.net and database SQL? Pin
babarkhalid1-Feb-13 19:49
babarkhalid1-Feb-13 19:49 
AnswerRe: any one tell me how to make online exam test using mvc asp.net and database SQL? Pin
Sandeep Mewara1-Feb-13 20:50
mveSandeep Mewara1-Feb-13 20:50 
GeneralRe: any one tell me how to make online exam test using mvc asp.net and database SQL? Pin
babarkhalid1-Feb-13 20:57
babarkhalid1-Feb-13 20:57 
Questionuse of SECTION in Html 5 Pin
Swinkaran25-Jan-13 14:35
professionalSwinkaran25-Jan-13 14:35 
AnswerRe: use of SECTION in Html 5 Pin
Ankur\m/28-Jan-13 20:03
professionalAnkur\m/28-Jan-13 20:03 
GeneralRe: use of SECTION in Html 5 Pin
JohanTerink29-Jan-13 12:38
JohanTerink29-Jan-13 12:38 
AnswerRe: use of SECTION in Html 5 Pin
erikroyall4-Feb-13 6:51
erikroyall4-Feb-13 6:51 
Questionsubir archivos en php Pin
Member 978298924-Jan-13 3:41
Member 978298924-Jan-13 3:41 
Questionasp.net security in 3 tier.. Pin
shafeeq_dba21-Jan-13 2:21
shafeeq_dba21-Jan-13 2:21 
AnswerRe: asp.net security in 3 tier.. Pin
Sandeep Mewara21-Jan-13 5:23
mveSandeep Mewara21-Jan-13 5:23 
AnswerRe: asp.net security in 3 tier.. Pin
Rahul Rajat Singh22-Jan-13 19:43
professionalRahul Rajat Singh22-Jan-13 19:43 
QuestionPasting screen shot in text field in web application Pin
Pramod K Singh20-Jan-13 22:17
Pramod K Singh20-Jan-13 22:17 
AnswerRe: Pasting screen shot in text field in web application Pin
Sandeep Mewara20-Jan-13 22:46
mveSandeep Mewara20-Jan-13 22:46 
QuestionCreating Mobile Apps with HTML5 Pin
Sunitha2716-Jan-13 5:11
Sunitha2716-Jan-13 5:11 
AnswerRe: Creating Mobile Apps with HTML5 Pin
Sandeep Mewara16-Jan-13 6:12
mveSandeep Mewara16-Jan-13 6:12 
AnswerRe: Creating Mobile Apps with HTML5 Pin
Richard MacCutchan16-Jan-13 6:13
mveRichard MacCutchan16-Jan-13 6:13 
QuestionHTML5 Audio Stream Pin
Adam Jasper16-Jan-13 2:14
Adam Jasper16-Jan-13 2:14 
QuestionAbout mobile web debugger Pin
tidelgl13-Jan-13 19:23
tidelgl13-Jan-13 19:23 
QuestionUnable to start service using WMI Pin
only1rb11-Jan-13 6:22
only1rb11-Jan-13 6:22 
QuestionHelp! Pin
crood5-Jan-13 20:05
crood5-Jan-13 20:05 
AnswerRe: Help! Pin
Sandeep Mewara5-Jan-13 20:27
mveSandeep Mewara5-Jan-13 20:27 
Questiondrop down menu pushes the content down similar to ibm.com Pin
Mohamed Samir29-Dec-12 23:59
Mohamed Samir29-Dec-12 23:59 
AnswerRe: drop down menu pushes the content down similar to ibm.com Pin
Sandeep Mewara30-Dec-12 0:13
mveSandeep Mewara30-Dec-12 0:13 
Mohamed Samir wrote:
is it possible to increse the drop down width, and keeping the button size the way it is,

Yes

Try:
CSS
.box {
    width: 100px;
    height: 60px;
    background: #005ca1;
    -webkit-transition: height 1s;
       -moz-transition: height 1s;
        -ms-transition: height 1s;
         -o-transition: height 1s;
            transition: height 1s;
}

.box:hover {
    height: 225px;
    width: 200px;
}

Sandeep Mewara
Microsoft ASP.NET MVP 2012


[My Latest Article(s)]:
How to extend a WPF Textbox to Custom Picker
Server side Delimiters in ASP.NET

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.