#myCorneringTopLeft { position: absolute; left: 0px; top: 0px; }
div > div#myCorneringTopLeft { position: fixed; }

#myCorneringTopRight { position: absolute; right: 0px; top: 0px; }
div > div#myCorneringTopRight { position: fixed; }

#myCorneringBottomLeft { position: absolute; left: 0px; bottom: 0px; }
div > div#myCorneringBottomLeft { position: fixed; }

#myCorneringBottomRight { position: absolute; right: 0px; bottom: 0px; }
div > div#myCorneringBottomRight { position: fixed; }

