Menu

Firefox not displaying tooltip text correctly

Help
OlaD
2008-02-29
2013-06-03
  • OlaD

    OlaD - 2008-02-29

    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?

     
    • TNTEverett

      TNTEverett - 2008-03-03

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.