SVG Pop Up windows

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

    SVG Pop Up windows

    Hi everyone,

    I would like to pop up a new window when the mouse over an icon,
    but I don't like to link to another new page, as I will get the
    details in the database and then I will add those details as the
    text in the pop up window.

    Does anyone know how to do this in svg? is it use the javascript?

    Thanks!
    Victoria
  • Jim Ley

    #2
    Re: SVG Pop Up windows

    On Fri, 1 Aug 2003 11:20:30 +0200, "Frank L" <nospam@nospam. com>
    wrote:
    [color=blue]
    >maybe something like this also works with icons?
    >
    ><big id="tooltip1" title="*">*</a></big>
    ><script language="JavaS cript">tooltip1 .title = "this is the new popup text
    >"</script>[/color]

    Not in SVG... Maybe in 1.2 but then it would be the title element
    child, since title is not a valid attribute...

    Jim.
    --
    comp.lang.javas cript FAQ - http://jibbering.com/faq/

    Comment

    Working...