Tooltip/Speech bubble with a gradient background and arrow at top-center
问题 I have this shape: and I was wondering if its possible to create it with CSS3. This is what I have so far (click for fiddle): HTML: <div id="cafeDialog" role="dialog" class="cafeDialog caspSearch" style=""> <div data-title="Search" role="main"> <div> </div> </div> </div> CSS: html, body { height: 100%; } .caspSearch { border: 1px solid black; background: black; background: -moz-linear-gradient(top, rgba(128, 144, 152, 0.9) 0%, rgba(67, 74, 80, 0.91) 8%, rgba(54, 58, 61, 0.96) 91%, rgba(74, 81