To view the related code snippet, click on this link: http://jsfiddle.net/Ws8ux/
Is there a way to position the text under the logo without hiding it through display:none or text-indent? I am aiming to bring the image up while keeping the logo in the background, similar to layers in PSD. Additionally, I prefer not to use the logo image as a CSS background.
<a href="/" title="Return to the homepage" id="logo">
<img src="http://lorempixum.com/100/100" alt="Nike logo" />Logo Text
</a>