Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by grasslime
at 2024-07-26 20:16:17
Point:500 Replies:4 POST_ID:829126USER_ID:12019
Topic:
Web Languages/Standards;Cascading Style Sheets (CSS);Scripting Languages
looking for a tooltip example that shows above the help link.
there are different ways to do it, one is using title attribute and another one using a tag value that's is below the link. pl advice.
1. <a href="#" title="this is description of the product">help</a>
2. <a href="#">help</a>
<div>
<h4>Help about product</h4>
<p>this is description of the product</p>
</div>
there are different ways to do it, one is using title attribute and another one using a tag value that's is below the link. pl advice.
1. <a href="#" title="this is description of the product">help</a>
2. <a href="#">help</a>
<div>
<h4>Help about product</h4>
<p>this is description of the product</p>
</div>
Assisted Solution
Expert: COBOLdinosaur replied at 2024-07-27 08:36:02
167 points EXCELLENT
You don't need a plugin are anything complex. Tooltips are about a simple as it gets and have a massive range of options possible with nothing but very simple markup and CSS.
I have examples of tooltip possibilities that I just added to my site.
Cd&
I have examples of tooltip possibilities that I just added to my site.
Cd&
Accepted Solution
Expert: Gary replied at 2024-07-26 21:13:19
166 points EXCELLENT
Author: grasslime replied at 2024-07-26 20:56:10
duncan
thanks for the simple example.
can you suggest a tooltip that's customizable and rich in html.
thanks
thanks for the simple example.
can you suggest a tooltip that's customizable and rich in html.
thanks
Assisted Solution
Expert: duncanb7 replied at 2024-07-26 20:47:40
167 points EXCELLENT
it is good example for tooltip for HTML5 at this site and click "Here's the example"
http://webdesign.tutsplus.com/articles/quick-tip-tooltips-courtesy-of-html5-data-attributes--webdesign-4826
http://cdn.tutsplus.com/webdesign/uploads/legacy/tuts/217_admin_bar/admin_bar/demo2.html
Duncan
http://webdesign.tutsplus.com/articles/quick-tip-tooltips-courtesy-of-html5-data-attributes--webdesign-4826
http://cdn.tutsplus.com/webdesign/uploads/legacy/tuts/217_admin_bar/admin_bar/demo2.html
Duncan