Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make a relative div not take up space

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

/* i hope this helped ^^ */
 
PREVIOUS NEXT
Tagged: #relative #div #space
ADD COMMENT
Topic
Name
8+8 =