Is it OK to turn div into a link?
I mean, something like this:
<a href="/index.php?a=addblogpost&editflag=1&mid=872"><div class="icn edit"> </div></a>
Here I have a div that will have a nice 'edit' icon using the external css (background-image)
So Is it OK to just ue the div as a content of the link instead of a more traditional way of using img tag as a link?










Bookmarks