NetPerformance
Erfahrenes Mitglied
Hallo..
wie erhalte ich zwischen den einzelnen Layer ein Abstand von 1px ?
Screenshot
Dank im Vorraus
Aaron
wie erhalte ich zwischen den einzelnen Layer ein Abstand von 1px ?
Screenshot
Dank im Vorraus
Aaron
Code:
/* CSS Document */
.outline
{
border: 1px solid #cccccc;
background: #ffffff;
}
#frame
{
width: 800px;
height: auto;
border: 1px solid #cccccc;
}
#header
{
width: 800px;
height: 150px;
border: 1px solid #cccccc;
/*position: relative;*/
/*left: 0; top: 0;*/
float:top;
padding: 5px;
}
#login
{
width: 150px;
height: 250px;
border: 1px solid #cccccc;
/*position: relative;*/
/*left: 0; top: 0;*/
float:left;
}
#content
{
width: 648px;
height: 400px;
border: 1px solid #cccccc;
/*position: relative;*/
/*left: 150px; top: -250px;*/
float:right;
}