Image in top left hand corner, without disrupting layout?

Discussion in 'CSS' started by Flybylogo, Dec 20, 2009.

  1. #1
    How do I make an image be in the top left hand corner but so that it is over my layout instead of part of it. When you scroll down I need it to be as if it is part of the layout ( so that when you scroll down it does not stay there, when everything else has moved)

    Thanks for the help!
     
    Flybylogo, Dec 20, 2009 IP
  2. AssistantX

    AssistantX Peon

    Messages:
    173
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Give the image CSS properties position: absolute; right: 0px; top: 0px;.
     
    AssistantX, Dec 20, 2009 IP
  3. Flybylogo

    Flybylogo Peon

    Messages:
    355
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thank you it worked.
     
    Flybylogo, Dec 20, 2009 IP