Forum Moderators: open
[versatables.com...]
How can I style the <li> inside so that the words that wrap won't start at the beginning of the line. I would like them to indent and line up with the start of the first word that is after the * for the <lli>
thx
-Chris
#dhtmltooltip{
position: absolute;
left: -300px;
width: 350px;
border: 1px solid black;
padding-left: 2px;
background-color: lightyellow;
font-size: 10px;
font-color: Black;
font-family:Verdana, Arial, Helvetica, sans-serif;
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);
}
That is my code.. I'm not sure what you mean.. can you show me what I would need to add?