Just as an FYI.
If your goal is to make your div clickable you can use jQuery / Java Script.
Define your div like so:
This is my div. Try clicking it!
Your jQuery would then be implemented like so:
This would also work for multiple divs - as per Tom's comment in this thread