advice popup

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wolfgang

    advice popup

    Hi,
    is there a possibility to adjust the popup-time of the
    element.title=" advice" - attribute?
    If I use long advices, I need longer time to read them.

    Wolfgang


  • Keith Bowes

    #2
    Re: advice popup

    Wolfgang wrote:[color=blue]
    > Hi,
    > is there a possibility to adjust the popup-time of the
    > element.title=" advice" - attribute?
    > If I use long advices, I need longer time to read them.
    >[/color]

    Well technically, the "title" attribute doesn't need to be a "popup"
    (tool tip); that's just how it's displayed in common graphical browsers.
    And the duration of tool tips is decided by the operating system or,
    in some cases, the browser. Furthermore, the specs indicate that
    "title" is for a short description and "longdesc" is a URI that contains
    the long description.

    So basically, the answer is: no. However, you can use CSS or DHTML
    popups for this. Use your favorite search engine to find the code that
    suits your needs.

    Comment

    Working...