I am having trouble positioning some icons on the far right of my 960 grid template header, next to my logo which is on the far left. I have tried multiple ways but can't seem to get it right. Any assistance would be greatly appreciated.
Below is the code for the header:
<body>
<div class="container_12">
<header>
<h1><a href="/">some title</a></h1>
</header>
Here is the CSS for this section:
header,
h2 {background: url(img/header.gif) bottom left no-repeat; padding: 20px 0 10px 0;}
header{height:45px;}
h1 {background: url(img/logo.png5) top left no-repeat; width:140px; height: 31px; display:block; text-indent:-999em; font-size:0;}
.small p {font-size: 12px; }
p.success {padding: 10px; background: #adefa0; font-size: 16px;}
I am trying to add Twitter, Facebook, and LinkedIn icons from my /img/ folder to the far right of the header. However, I am struggling with alignment and everything ends up looking messy when I try. Can someone please assist me in achieving this layout?
Thank you for your help,
Philip