Change the highlighted:
Code:
onMouseover="ddrivetip('<span>Your universe is made of the people and things that
to (default) block level element (<p>, <div>). Let's try <p> element.
Code:
onMouseover="ddrivetip('<p>Your universe is made of the people and things that
Also, do the same on its closing tag:
Code:
with everyone.</span>')" onMouseout="hideddrivetip()">
Change the highlighted to </p>.
Now, it's time to play on CSS. Add the highlighted on your <p> tag:
Code:
<p class=\'rangJust\'>
...and in your CSS, add this:
Code:
.rangJust
{
padding:45px 30px; /* Padding of element having class name rangJust (top right bottom left) */
}
See if it helps.
Bookmarks