• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

how to write out hint text

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all,

i am having some thoughts about using hint text in my webpage. When there multiple artists that composed an item. Let's say their name is displayed as V/A i want to display a hinttext with all artist named in their when you hover over the artist name (V/A).

I write out the name of the artist like this:


The hintext is also an attribute contained by product. But how can i display it on the screen?
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Theo van Loon:
hello all,

i am having some thoughts about using hint text in my webpage. When there multiple artists that composed an item. Let's say their name is displayed as V/A i want to display a hinttext with all artist named in their when you hover over the artist name (V/A).

I write out the name of the artist like this:


The hintext is also an attribute contained by product. But how can i display it on the screen?



You keep referring to this "hinttext". What are you talking about?
 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe he is talking about either fly-over or pop-up text. Like when you place your mouse over an image. Or he could be talking about having small text under some regular text. Or...he could be talking about something completely different.



Nate
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could build a drop down select box with all of the names. Not as elegant as a fly-over box.

I've never seen java script dynamically load a list; you can use the onHover node in js, but I believe this is only for preexisting options.

Good Luck.
 
Ranch Hand
Posts: 326
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try something like this
 
Theo van Loon
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok sorry guys,

what i meant was a display popup text like when you hover over an image when you hover over the artist text area.

Can i perhaps place an empty image and add the text there.
How can i add a popup text to an image?

I'll keep you posted.
[ February 12, 2005: Message edited by: Theo van Loon ]
 
Ray Stojonic
Ranch Hand
Posts: 326
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you could...try my suggestion? (that's what you're looking for, really)
 
Lasagna is spaghetti flvored cake. Just like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic