Results 1 to 8 of 8

Thread: css help please

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    css help please

    Hello,

    i'm trying to get my right column on my website to be fixed so only the left column will scroll up and down using the css can anyone help please i have attached my source code?.

    new site.zip
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: css help please

    You want to add position:fixed under the right column. You will need to add margin to make it stay in the right spot. You should also use CSS classes instead of using ID. ID is is meant to be used for unique items, not for global items like the wrapper and content. Just a suggestion.

    [code=css]
    #wrapper #content #right{
    right: 200px;
    width: 300px;
    float: right;
    position:fixed;
    margin-top:0px; /* use this to keep it in the right spot. */
    }
    [/code]

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Re: css help please

    Hi I tried thwt and it dosent seem to want to work for me.
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  4. #4
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: css help please

    It is working for me here. The right column isnt moving, and the rest of the page moves.

    http://projects.dylansweaza.com/jamie_garland/

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Re: css help please

    It looks like its messed up ill have a look on my laptop when I get home.
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Re: css help please

    I see it works but do i need to change it to fit in to my column on my website as it looks weird

    have a look http://www.mbappz.co.uk
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Re: css help please

    I see it works but do i need to change it to fit in to my column on my website as it looks weird

    have a look http://www.mbappz.co.uk
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Re: css help please

    Is there away to keep the lft content box to scroll.
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

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