/** * These styles are provided as examples. Feel free to change them however you like. * Go ahead, see if we fucking care. */ .michael_hintbuble_bubble_frame { position: absolute; border: none; z-index: 1; filter: alpha(opacity=0); /* really only needed if ie6 suport is enabled */ } .michael_hintbuble_bubble { position: absolute; top: 0; left: 0; z-index: 2; filter: alpha(opacity=100); /* really only needed if ie6 suport is enabled */ width: 240px; } .michael_hintbuble_bubble .container { margin: 2px; padding: 8px; font-size: .85em; } .michael_hintbuble_bubble .container .content { padding: 8px; background: #333; color: #FFF; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; } .michael_hintbuble_bubble .bottom, .michael_hintbuble_bubble .left, .michael_hintbuble_bubble .right, .michael_hintbuble_bubble .top { background: url('../images/michael_hintbuble_pointer.png') no-repeat bottom; } .michael_hintbuble_bubble .bottom { background-position: top; } .michael_hintbuble_bubble .left { background-position: right; } .michael_hintbuble_bubble .right { background-position: left; }