Help Indicator

Reply

Join Date: Jun 2009
Posts: 197
Reputation: ayesha789 is an unknown quantity at this point 
Solved Threads: 3
ayesha789's Avatar
ayesha789 ayesha789 is offline Offline
Junior Poster

Help Indicator

 
0
  #1
Jul 8th, 2009
Hi, Its me Ayesha
I have a Question about Help Indicator.
Please Tell me How I can Develop the Help indicator like in this web site.
http://tickettrunk.com/event/add#

I shall be very thankful to you for this ....

Ayesha
Developer
Ayesha
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 23
Reputation: FeralReason is an unknown quantity at this point 
Solved Threads: 0
FeralReason FeralReason is offline Offline
Newbie Poster

Re: Help Indicator

 
0
  #2
Jul 8th, 2009
An extremely simple example that relies on the "title" for an anchor tag is shown below. Perhaps this can take you in the right direction.
HTML and CSS Syntax (Toggle Plain Text)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <HTML>
  4. <HEAD>
  5. <TITLE>Help Example</TITLE>
  6. <style type="text/css">
  7. img
  8. {
  9. border-style: none;
  10. }
  11. </style>
  12. <body>
  13. <div>
  14. <a href="#" title="A description for this first item."><img src="/images/QuestionMark.gif" style="vertical-align: middle;"></a>
  15. <span style="vertical-align: middle; padding-left:10px;">Text 1.</span>
  16. </div>
  17. <div>
  18. <a href="#" title="Another description for this second item."><img src="/images/QuestionMark.gif" style="vertical-align: middle;"></a>
  19. <span style="vertical-align: middle; padding-left:10px;">Text 2.</span>
  20. </div>
  21. </BODY>
  22. </HTML>
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 77
Reputation: mj080 is an unknown quantity at this point 
Solved Threads: 5
mj080's Avatar
mj080 mj080 is offline Offline
Junior Poster in Training

Re: Help Indicator

 
0
  #3
Jul 9th, 2009
you use Java script to style your tool tips. there is some great open source projects available.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC