Popup context sensitive help.
-
-
I'm looking for a way to have context sentitive help appear on my website when the user rolls over something. Much like a tool tip but I want more control over it. Can anybody point me to some code that will do this and look reasonable? TIA - Jeff.
jbradshaw wrote:
look reasonable
That is a very broad definition. You can always use a mouseover event to initial some JavaScript to perhaps display a div. Making it "look reasonable" is up to you with CSS.
I know the language. I've read a book. - _Madmatt
-
jbradshaw wrote:
look reasonable
That is a very broad definition. You can always use a mouseover event to initial some JavaScript to perhaps display a div. Making it "look reasonable" is up to you with CSS.
I know the language. I've read a book. - _Madmatt
Good Answer, Matty. 100 :rose:
Help people,so poeple can help you.