CSS or something else?

Out of context: Reply #4

  • Started
  • Last post
  • 5 Responses
  • uan0

    yes, all that code is css.
    the text is in a span-tag, inside an a-tag with class=info.
    check the page-code out, and look for 'This is a tooltip' (I don't know how it will output here):
    <a class=info href="#">This is a tooltip <span>an
    aiding text that appears just when you roll on with the mouse</span></a>

    • and consider the jQuery tooltip plugin solution too, being more fancy is a good thing :)uan

View thread