Oh right lmao.
Printable View
Oh right lmao.
Do we really need the negitivety? At first glance most people would instinctively try a link tag around a div. Obviously he tried this and it didn't give him the desired result so he went looking for a better way. Is it a crime to seek help in the 'Design & Development' from [some] knowledgeable members?
Why don't you jsut use the a tag and set the button as the background and the display to block?
Code:.button a
{
display: block;
height: ;
width: ;
background: url('path/to/image');
}
<a href="#" class="button"></a>