reaching html elements

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thomas 'PointedEars' Lahn

    #16
    Re: reaching html elements

    Chris wrote:
    I am working on a tooltip feature and my problem is that I can't
    figure out howto only apply the necessary javascript to relevant links
    and not every link on page.
    You don't need client-side scripting for tooltips in UAs newer than IE 6;
    CSS will do there. (I am not talking about the `title' attribute which has
    a different purpose.)


    PointedEars
    --
    Use any version of Microsoft Frontpage to create your site.
    (This won't prevent people from viewing your source, but no one
    will want to steal it.)
    -- from <http://www.vortex-webdesign.com/help/hidesource.htm>

    Comment

    Working...