Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS POSITION:FIXED.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43787
    CodeGraphics
    Participant

    I have a small problem to fix right now.
    I have two divs inside a parent div – wrapper.
    i floated the two divs left so that they will stay side by side.
    problem: i want the div on the left side to be fixed, while the one on the right will be scrolling.
    but immediately i applied position:fixed to the left div, the right one just scattered.
    Can anyone with code show me what i need to add?
    thank u.

    #130219
    Eric
    Member

    Just float the one wanted on the right – right. Position fix the other to the left

    #130221
    CodeGraphics
    Participant

    ok

    #130227
    Eric
    Member

    Your welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.