Change the height and width to fit your text. Note that this controls all boxes, not just one. If you need a separate size then ou must create and use a new class.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the tooltip text box doesn't expand to the right size when you have more than four lines of text in it. Opera has the same problem. Any solution?
the size of this box is controlled in the style.css file. Look for this area of the file:
a.info:hover .infobox {
font-weight: normal;
display:block;
position:absolute;
top:20px;;
left:25px;
width:205px;
height: 140px;
border: 1px solid #ccc;
background:#f4f4f4 url(question.gif) no-repeat bottom right;
color:#000;
text-align:left;
font-size:0.7em;
padding-left:10px;
padding-top:10px;
}
Change the height and width to fit your text. Note that this controls all boxes, not just one. If you need a separate size then ou must create and use a new class.