bagaimana membuat div relatif tidak mengambil ruang

.div
{
    position: relative;
    bottom: 36px;  /* position the div */
    float: right;  /* you can choose left or right */
}

/* i hope this helped ^^ */
Mushy Millipede