Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7030303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:39:10+00:00 2026-05-28T00:39:10+00:00

I am trying to make a pure css div with arrow ( like speech

  • 0

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.

enter image description here

Any help greatly appreciated. I only need help doing the arrow for the div.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:39:11+00:00Added an answer on May 28, 2026 at 12:39 am

    I fiddled with this myself, and came up with a great solution. Code below.

    .logo-heading  {
    position:absolute;
    font-size:12px;
    margin-left:230px;
    float:left;
    line-height:16px;
    color:#404040;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
    top:38px;
    padding:5px;
    border-width:1px;
    border-color: #cccccc #F6F6F6 #F6F6F6 #cccccc;
    border-style:solid;
    border-radius:3px;
    -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
    text-shadow: 1px 1px 0 #fff;
           }
       .logo-heading2{
    position:absolute;
    font-size:12px;
    margin-left:230px;
    float:left;
    line-height:16px;
    display:none;
    color:#404040;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
    top:38px;
    padding:5px;
    border-width:1px;
    border-color: #cccccc #F6F6F6 #F6F6F6 #cccccc;
    border-style:solid;
    border-radius:3px;
    -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
    text-shadow: 1px 1px 0 #fff;
        }
    #tail1 {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #f0f0f0 transparent transparent;
    position:absolute;
    top: 14px;
    left: -21px;
    }
    
    #tail2 {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #ffffff transparent transparent;
    position:absolute;
    left: -20px;
    top: 14px;
    }
    

    Changed a couple of things in the js and works perfect. Thanks guys

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to make a dropdown menu with pure html and css, but
I am trying to make a 'brush' tool in AS3 (pure, not Flex) which
I am trying to rebuild this with pure css. And I've got this far.
basically im trying to make the ubiquitous like button, and update a MySQL table
I'm trying to do Tabs with pure HTML/CSS, and it works nice in all
I'm trying to make a horizontal menu layout in CSS. I was using the
Been trying to get a pure css dropdown been trying for days to get
I am trying to make a pure function that embeds a number in a
Probably not double buffering but I'm trying to make a highlighter (pure amusement) using
I have a HTML table & I am trying to make its height equal

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.