--- comments: true date: 2011-08-02 20:31:49 layout: post slug: more-logo-markup-tips title: More logo markup tips wordpress_id: 2988 categories: - Web Development tag: - Logo - Semantics - Web Standards --- In my previous article we determined that [your logo is not a `
What we can do here is utilise this `` and apply a sprited background image to it to provide our on/off hover states, thus:
#logo{
display:block;
width:100px; /* Width of logo */
height:100px; /* Height of logo */
background:url(/img/css/sprite.png);
}
So now we have a background on the `` surrounding our `