Hybrid CSS/Image Method
Noble samurai said: http://www.noblesamurai.com/first-link-priority-templates
HTML Required
<a href="http://www.google.com" class="logo">
<span>Your link text</span><img src="images/noble-samurai-logo.png" alt="Alternative Text" />
</a>
CSS Required
.logo span{
display:block;
position:absolute;
left:-1000em;
}
So I have bit confuse about this; what' the major different here and how Big G will focus on it??