hey right so I am making tooltips, and I need it too look like this:
but when ever i do it, it looks like this:
So basically I need the edges to curve. and a 2 pixel padding thing. heres the code for it:
Code:<script language="JavaScript1.2" type="text/javascript" src="img/menu/mm_menu.js"></script> <style type="text/css"> #dhtmltooltip{ position: absolute; left: -300px; width: 150px; border: 1px solid #666666; padding: 4px; background-color: white; visibility: hidden; z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/ filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); } #dhtmlpointer{ position:absolute; left: -100px; z-index: 100; visibility: hidden; } </style>







Reply With Quote




XImageTransform.Microsoft.Shadow(color=gray,direct ion=135);
