I am trying to make a pure css div with arrow ( like speech bubble )
I have created a fiddle here http://jsfiddle.net/ozzy/j9Wku/
Basically, I havent used an image in the fiddle but to the left of the div box when you hover over the image the div animates. You can see effect when you hover over the link.
I want to make it look like a speech bubble, but struggling to accomplish this.
Here is image of what I am after.

Any help greatly appreciated. I only need help doing the arrow for the div.
I fiddled with this myself, and came up with a great solution. Code below.
Changed a couple of things in the js and works perfect. Thanks guys