84

Positioning in CSS be like

Comments
  • 1
    #window{
    position : relative;
    top: 0px;
    right: 0px;
    }
  • 1
    when I try for some time and it doesn't look like working... I just go to... absolute all the things!!, and it works most of the times 😬
  • 0
    The "clear: both" thing will fix that shit everytime.
Add Comment