The problem occurs is the following: After relative positioning an element with CSS I get a white-space of where the element was... I don\'t want the white-space!
You can solve this problem by giving float:left before position:relative. Use margin-left, margin-top properties instead of top, left also.