Logo to appear in the top right corner ????

Last post 09-10-2006 12:45 PM by Ahmed Abdul Moniem. 3 replies.

Sort Posts:

  • Logo to appear in the top right corner ????

    09-07-2006, 11:10 AM
    • Member
      254 point Member
    • mondo21
    • Member since 04-12-2006, 3:22 PM
    • Posts 215

    Hi all,

    I have a Master/detail site where the detail pages use a grid views to display data.

    The width of the grid view can change depending on the data being returned..

    On the master page I have a logo in the top right hand corner of the page yet when you

    test this in a browser it almost looks like it is in the middle ?

     When I view the details page the logo doesn't adjust to the width of the gridview..

    How to I get the logo to permanently stay in the top left hand corner of the screen

    so that it can adjust based on the information that is returned on the grid view?

     Do I need to use tables and width 100% ?

    Do I need to put the gridview into a table along with the logo. ?

     

    Please help

    Ray....

     

  • Re: Logo to appear in the top right corner ????

    09-08-2006, 3:00 AM
    Answer
    • Contributor
      4,635 point Contributor
    • Gordon-Freeman
    • Member since 07-17-2006, 8:19 AM
    • SH, PRC
    • Posts 909

    You can place the logo into a absolutely positioned <div> like

    <div class="stick">xxxxxx......</div>

        <style type="text/css">
        .stick
        {
            position: absoulte;
            top: 10px;
            right: 10px;
        }
        </style>

    你好! Just FYI o_O
  • Re: Logo to appear in the top right corner ????

    09-10-2006, 12:03 AM
    Answer
    • All-Star
      22,266 point All-Star
    • vik20000in
    • Member since 12-30-2005, 6:02 AM
    • Kolkata
    • Posts 3,464
    • TrustedFriends-MVPs

    Hi

    You can also use the always visible extender of ATLAS

    Vikram

    Vikram's Blog

     

    Vikram
    www.vikramlakhotia.com


    Please mark the answer if it helped you
  • Re: Logo to appear in the top right corner ????

    09-10-2006, 12:45 PM
    Answer

    make a table of two rows ..

    the first one (top one) divide it into two columns .. on the left one put ur logo ... and specify the width of the left column as the logo width exactly ..

    and in the second row (bottom one) put the contents of the page ... grid view or contentPlaceHolder ... etc whatever ..

     I hope this works with you ..
     

Page 1 of 1 (4 items)