Click here to Skip to main content
15,884,353 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Need Help With Hosting SignalR Pin
Richard Deeming11-Jul-16 8:19
mveRichard Deeming11-Jul-16 8:19 
GeneralRe: Need Help With Hosting SignalR Pin
Kevin Marois11-Jul-16 8:24
professionalKevin Marois11-Jul-16 8:24 
QuestionFind Nearby Offers Pin
Jassim Rahma7-Jul-16 14:42
Jassim Rahma7-Jul-16 14:42 
QuestionDeprecated: Function split() is deprecated Pin
Jassim Rahma7-Jul-16 14:17
Jassim Rahma7-Jul-16 14:17 
AnswerRe: Deprecated: Function split() is deprecated Pin
Richard MacCutchan7-Jul-16 20:24
mveRichard MacCutchan7-Jul-16 20:24 
Questionwhy invalid IP is valid? Pin
Jassim Rahma7-Jul-16 13:53
Jassim Rahma7-Jul-16 13:53 
AnswerRe: why invalid IP is valid? Pin
Richard MacCutchan7-Jul-16 21:07
mveRichard MacCutchan7-Jul-16 21:07 
QuestionAlign controls left and right in sub div Pin
Mr Carl Cummings7-Jul-16 7:58
Mr Carl Cummings7-Jul-16 7:58 
I have the following code

ASP.NET
<div id="OSOrgSelection" runat="server">
    <div style="float: left; width: 55%; vertical-align:middle;">
        <asp:Label ID="OSOrgName" runat="server"></asp:Label>
    </div>
    <div style="float: left; width: 10%;">
        <asp:Label ID="OSPayDate" runat="server"></asp:Label>
    </div>
    <div style="float: left; width: 15%;">
        <asp:Label ID="OSStatus" runat="server"></asp:Label>
    </div>
    <div style="float: right; width: 12%;">
        <asp:ImageButton ID="OSPayrollExceptions" runat="server" /><asp:ImageButton ID="OSViewException" runat="server" /><asp:ImageButton ID="OSEmployeeExceptions" runat="server" />
    </div>
    <div style="float: right; width: 8%;">
        <asp:Button ID="OSOrgSelect" runat="server" />
    </div>
</div>
<div style="float: right; width: 29%;">
     
</div>


The OSOrgSelection div has the following applied to it. orgselectionshade if even row orgselectionnoshade for odd

CSS
.orgselectionshade {
    width: 65%;
    background-color: #EFEEEE;
    align-items:center;
    height: 26px;
    display:flex;
    float:left;
}

.orgselectionnoshade {
    width: 65%;
    align-items:center;
    height: 26px;
    display:flex;
    float:left;
}


I am tring to get the ImageButtons and the Button to be right aligned while the rest is left aligned but to no avail. Everything is left aligned.

If someone can explain what I am doing wrong would very much appreciate it.
QuestionDoes Sitefinity CMS support SAML 2.0 ? Pin
Member 10977363-Jul-16 19:27
Member 10977363-Jul-16 19:27 
AnswerRe: Does Sitefinity CMS support SAML 2.0 ? Pin
Peter_in_27803-Jul-16 19:59
professionalPeter_in_27803-Jul-16 19:59 
GeneralRe: Does Sitefinity CMS support SAML 2.0 ? Pin
Member 10977363-Jul-16 20:44
Member 10977363-Jul-16 20:44 
GeneralRe: Does Sitefinity CMS support SAML 2.0 ? Pin
Member 10977363-Jul-16 20:45
Member 10977363-Jul-16 20:45 
AnswerRe: Does Sitefinity CMS support SAML 2.0 ? Pin
Peter_in_27803-Jul-16 20:50
professionalPeter_in_27803-Jul-16 20:50 
AnswerRe: Does Sitefinity CMS support SAML 2.0 ? Pin
Kimberly Weldon4-Jul-16 2:25
Kimberly Weldon4-Jul-16 2:25 
GeneralRe: Does Sitefinity CMS support SAML 2.0 ? Pin
Member 10977364-Jul-16 20:28
Member 10977364-Jul-16 20:28 
Questionhtaccess issues Pin
V.30-Jun-16 23:41
professionalV.30-Jun-16 23:41 
AnswerRe: htaccess issues Pin
Peter_in_27801-Jul-16 12:34
professionalPeter_in_27801-Jul-16 12:34 
AnswerRe: htaccess issues Pin
Member 1070601422-Jul-16 8:15
Member 1070601422-Jul-16 8:15 
GeneralGetting a Response from an Iframe Pin
Brian Kron29-Jun-16 9:23
Brian Kron29-Jun-16 9:23 
GeneralRe: Getting a Response from an Iframe Pin
2374130-Jun-16 11:54
2374130-Jun-16 11:54 
GeneralRe: Getting a Response from an Iframe Pin
Brian Kron30-Jun-16 13:38
Brian Kron30-Jun-16 13:38 
GeneralRe: Getting a Response from an Iframe Pin
2374130-Jun-16 14:56
2374130-Jun-16 14:56 
GeneralRe: Getting a Response from an Iframe Pin
Brian Kron1-Jul-16 4:01
Brian Kron1-Jul-16 4:01 
GeneralRe: Getting a Response from an Iframe Pin
F-ES Sitecore4-Jul-16 4:08
professionalF-ES Sitecore4-Jul-16 4:08 
QuestionCSS, css class that will modify a previous css class if used Pin
jkirkerx28-Jun-16 8:08
professionaljkirkerx28-Jun-16 8:08 

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.