Hello people,
I ve recently came across a problem :
inside a relative container is a static div followed by a table(containing other static divs). And I cant get the first static div(from a table) to border exactly after the static div that is first in the relative container. I need to have it possitioned without white space between them. Can anyone help me ? :/
code:
body {
background-color: #ffffff;
height:100%;
margin=0px;
padding=0px;
}
*{
margin=0px;
padding=0px;
}
#cont {
position: relative;
left: 0%;
width: 100%;
z-index: 1;
top: 130px;
min-height: 100%;
}
table {
border: none;
margin: 0;
}
[
i57.tinypic.com ]
[edited by: JohnVi at 2:58 pm (utc) on Feb 7, 2014]