Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created February 19, 2010 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarongustafson/308846 to your computer and use it in GitHub Desktop.
Save aarongustafson/308846 to your computer and use it in GitHub Desktop.
<h1 id="branding">
<img src="/images/logo-print.jpg" alt="Twinings of London" />
</h1>
#branding {
background: #ad0910 url(/img/css/header.jpg) top left no-repeat;
margin: 0;
height: 99px;
}
#branding img {
position: absolute;
top: 3px;
left: 10px;
}
#branding img {
background: url(/img/logo.png) top left no-repeat;
display: block;
padding-top: 93px;
width: 129px;
position: absolute;
top: 3px;
left: 10px;
}
#branding img {
background: url(/img/logo.png) top left no-repeat;
display: block;
padding-top: 93px;
height: 0;
width: 129px;
position: absolute;
top: 3px;
left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment