Search code examples
javascripthtmlcsstipsy

Tipsy Tooltip arrow trouble


i am making a toolbar with the tipsy tool tip. I changed the CSS to change the color, then i made am image for the arrow. here is a link to the image: http://www.novaprogramming.com/tipsy.png the color is: #454545 For some reason it will not show up?


Solution

  • Since the arrow image is an image sprite...you need to specify background-position property. Check the tis out http://jsfiddle.net/hwsns/2/ . Note the css I have added