Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionstate management-sessions Pin
Member 1107145116-Nov-14 23:45
Member 1107145116-Nov-14 23:45 
AnswerRe: state management-sessions Pin
David Mujica17-Nov-14 3:19
David Mujica17-Nov-14 3:19 
AnswerRe: state management-sessions Pin
jkirkerx17-Nov-14 8:48
professionaljkirkerx17-Nov-14 8:48 
QuestionCross-page postback to new window Pin
BobbyStrain14-Nov-14 17:53
BobbyStrain14-Nov-14 17:53 
AnswerRe: Cross-page postback to new window Pin
DamithSL14-Nov-14 19:24
professionalDamithSL14-Nov-14 19:24 
AnswerRe: Cross-page postback to new window Pin
Dusara Maulik14-Nov-14 19:57
Dusara Maulik14-Nov-14 19:57 
GeneralRe: Cross-page postback to new window Pin
BobbyStrain15-Nov-14 8:17
BobbyStrain15-Nov-14 8:17 
QuestionCSS positioning issue for IE 11 Suggestion required Pin
Tridip Bhattacharjee14-Nov-14 3:23
professionalTridip Bhattacharjee14-Nov-14 3:23 
i tried lot to figure out why a position specific issue is occurring for IE 11 but still i have no luck. here i am attaching a picture then you can understand how UI is looking at IE 11.

http://i.stack.imgur.com/GrkB8.png[^]

CSS
this below CSS i wrote but still no luck.

 .arrange_collection_today
                    {
                        width: 216px;
                        color: #fff;
                        font-size: 20px;
                        overflow: hidden;
                        display: block;
                        text-align: left;
                        height: 73px;
                        line-height: 23px;
                        text-decoration: none;
                        padding: 6px;
                        float: right;
                        background-color: #3ab54b;
                        margin-right: 181px;
                        border-radius: 1px;
                        margin-top: 60px;

                        _margin-top:-60px; /* Only works in IE6 */
                        *margin-top:-60px; /* IE6, IE7 */
                        +margin-top:-60px;/* Only works in IE7*/
                        *+margin-top:-60px; /* Only works in IE7 */
                        margin-top:-60px\9; /* IE6, IE7, IE8, IE9 */
                        margin-top:-60px\0; /* IE8, IE9 */
                        margin-top:-60px\9\0;/*Only works in IE9*/
                    }

                    .ie10 .arrange_collection_today
                    {
                        margin-top:50px;
                    } /* Only works in IE10 */

                    *::-ms-backdrop, .arrange_collection_today
                    {
                        margin-top:50px;
                    } /* IE11 */

this css i applied for IE 11 but not working

                *::-ms-backdrop, .arrange_collection_today
                {
                    margin-top:50px;
                } /* IE11 */

this is my web site url http://www.bba-reman.com. if possible please visit my web site with IE 11 and select country UK from the first page and hit go button then you will be redirected to a page where you notice green button not looking good. any help would be appreciated.

tbhattacharjee

AnswerRe: CSS positioning issue for IE 11 Suggestion required Pin
jkirkerx14-Nov-14 8:24
professionaljkirkerx14-Nov-14 8:24 
GeneralRe: CSS positioning issue for IE 11 Suggestion required Pin
Tridip Bhattacharjee17-Nov-14 20:51
professionalTridip Bhattacharjee17-Nov-14 20:51 
AnswerRe: CSS positioning issue for IE 11 Suggestion required Pin
JR00917-Nov-14 23:07
professionalJR00917-Nov-14 23:07 
GeneralRe: CSS positioning issue for IE 11 Suggestion required Pin
Tridip Bhattacharjee18-Nov-14 4:21
professionalTridip Bhattacharjee18-Nov-14 4:21 
QuestionWhy is the ReportViewer Control not working on server Pin
saeed389513-Nov-14 7:32
saeed389513-Nov-14 7:32 
AnswerRe: Why is the ReportViewer Control not working on server Pin
jaimin851-Dec-14 23:44
jaimin851-Dec-14 23:44 
Questionhow to create web service in asp.net c# step by step Pin
owais_ahmed_ansari13-Nov-14 3:02
owais_ahmed_ansari13-Nov-14 3:02 
AnswerRe: how to create web service in asp.net c# step by step Pin
ZurdoDev13-Nov-14 3:05
professionalZurdoDev13-Nov-14 3:05 
QuestionWhich ways are there to make a message box popup in an ASP.Net page? Solved Pin
Jörgen Andersson12-Nov-14 3:08
professionalJörgen Andersson12-Nov-14 3:08 
AnswerRe: Which ways are there to make a message box popup in an ASP.Net page? Pin
ZurdoDev12-Nov-14 3:25
professionalZurdoDev12-Nov-14 3:25 
GeneralRe: Which ways are there to make a message box popup in an ASP.Net page? Pin
Jörgen Andersson12-Nov-14 11:29
professionalJörgen Andersson12-Nov-14 11:29 
AnswerRe: Which ways are there to make a message box popup in an ASP.Net page? Pin
jkirkerx12-Nov-14 8:44
professionaljkirkerx12-Nov-14 8:44 
GeneralRe: Which ways are there to make a message box popup in an ASP.Net page? Pin
Jörgen Andersson12-Nov-14 11:45
professionalJörgen Andersson12-Nov-14 11:45 
GeneralRe: Which ways are there to make a message box popup in an ASP.Net page? Pin
jkirkerx12-Nov-14 12:34
professionaljkirkerx12-Nov-14 12:34 
AnswerRe: Which ways are there to make a message box popup in an ASP.Net page? Pin
RichardGrimmer13-Nov-14 3:54
RichardGrimmer13-Nov-14 3:54 
GeneralRe: Which ways are there to make a message box popup in an ASP.Net page? Pin
Jörgen Andersson13-Nov-14 8:10
professionalJörgen Andersson13-Nov-14 8:10 
GeneralRe: Which ways are there to make a message box popup in an ASP.Net page? Pin
jkirkerx13-Nov-14 11:06
professionaljkirkerx13-Nov-14 11:06 

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.