I have tried to make a clickable DIV, but I am having problems because not all the DIV (it's a logo) turns into clickable. Only a rectangle of 5px in the top of the logo and another rectangle of 5px in the bottom of the logo are clickable. In the rest of the logo the normal cursor appears, and not the "hand".
Maybe another div is overlaping? I don't know. I have tried with two solutions in javascript an css (+info)
But finally I had the same results, only two small parts of the logo can be clicked.
Thanks in advance.
Sounds a bit like a floating problem. Are you using floats inside of this DIV and have you forgotton to make a <div style="clear:both;"></div>
?