Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Position Graphic Elements in A header PLEASE HELP! Re: Position Graphic Elements in A header PLEASE HELP!

#103675
JPC776
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;

}