CSS Tooltip / Posts /

You really dont need to use an image

16
Simple and Easy to use. But you can developers might dislike this method as it uses an image for the callout. You can easily create a div and through css create the triangle. 

For example... and upward facing arrow can be achieved like this:

.ArrowUp {
margin-right: auto;
margin-bottom: -13px;
margin-left: auto;
width: 0; 
height: 0;
border-right: 20px solid transparent;
border-bottom: 20px solid black; 
border-left: 20px solid transparent;
}

Luck to all!

Abhishek Shah  11 years ago   viewed: 11288    

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: