Home › Forums › CSS › Position Graphic Elements in A header PLEASE HELP! › Re: Position Graphic Elements in A header PLEASE HELP!
May 30, 2012 at 5:31 pm
#103675
Participant
Good idea…something like this maybe?
HTML




CSS
/* Header Section */
#header {
margin:0 auto;
background-color:#e2e2e2;
width:1024px;
height:123px;
}
#header-logo {
float:left;
width:248px;
height:85px;
background-image:url(images/stfuandplaylogo.gif);
background-repeat:no-repeat;
margin:15px 10px;
}
#social {
width:100px;
height:100px;
float:left;
margin-top:10px;
}
.ico {
float:left;
padding:3px;
}