Posted by Jonathan N. Little on 12/12/66 11:45
David Segall wrote:
> "snehal" <snehalapatil@gmail.com> wrote:
>
>> google "dhtml text at cursor". No result found
> I don't think that he wanted you to include the quotation marks.
Just a word of warning...many are very old JavaScript, that is pre-W3C
DOM browsers with *great* browser sniffing like:
if(document.layers){ blah; }
if(document.all){ blah; }
and nary a
if(document.getElementById){ the blah that you should code for; }
so for the newbie if you do not know what I am talking about then much
of what you see with above search will not yield much help. I would
advise using CSS methods
Google "CSS tooltips" and steer clear of JavaScript solutions.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|