Results 1 to 6 of 6

Thread: [RESOLVED] Problems right bottom aligning css

Threaded View

  1. #1

    Thread Starter
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Resolved [RESOLVED] Problems right bottom aligning css

    I have a Div which puts a backround colour behind a section of my page.

    Within that I have another div which holds a table and another div which is used to hold a button.

    I want the button to be aligned to the right of its containing div.

    I have attached a picture to show my problem, I need the button to be in its right aligned position but within the green border just above it.
    .shadowcontainer {

    margin-right: 3px;
    margin-bottom: 3px;
    margin-top:3px;
    background: #F4F4F4;
    padding: 10px;

    }

    div.right-button-container-Grey
    {
    display:block;
    border:1px solid green;
    }
    div.fullwidth{

    width:100%;
    position:relative;
    }
    div.right-button-container-Grey input
    {
    display:inherit;
    position:relative;
    bottom:0;
    right:0;
    float:right;
    margin-top:5px;
    margin-left:5px;
    margin-right:2.5px;

    }
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width