Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 24th, 2005, 12:53 AM
Rushi
Guest
 
Posts: n/a
Default Displaying Text As Rollover with Tables

I want to display a text when somebody hover's over the row of the
table. The data in the table row itself shouldn't be modified.

I want something like the ABBR and ACRONYM tags which displays text
when you rollover mouse over some text.

Does anyone know how this can be achieved with HTML/CSS/Javascript?

  #2  
Old July 24th, 2005, 12:53 AM
Jukka K. Korpela
Guest
 
Posts: n/a
Default Re: Displaying Text As Rollover with Tables

"Rushi" <rushi.v@gmail.com> wrote:
[color=blue]
> I want to display a text when somebody hover's over the row of the
> table. The data in the table row itself shouldn't be modified.[/color]

If that would be essential, then you have a wrong approach. There is no
way to guarantee that anything will be displayed on hover. (And not
just because that there is no guarantee that the page will be
experienced visually at all.)
[color=blue]
> I want something like the ABBR and ACRONYM tags which displays text
> when you rollover mouse over some text.[/color]

The reason you might sometimes see a text pop up on mouseover is not
the use of this or that tag but the use of a TITLE attribute. Browsers
support it roughly speaking either in all elements or in no element.
(The ABBR element might appear to be an exception since a TITLE on it
has no effect on IE; but that's just because IE refuses to recognize
ABBR at all.)

So in that sense you could use <tr title="Hello world">. But what do
you really wish to accomplish? Is it sufficient that some users might
see "Hello world" if they accidentally move the pointer over the row?

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

  #3  
Old July 24th, 2005, 12:53 AM
me
Guest
 
Posts: n/a
Default Re: Displaying Text As Rollover with Tables

"Rushi" <rushi.v@gmail.com> wrote in message
news:1111315580.618540.57700@l41g2000cwc.googlegro ups.com...[color=blue]
> I want to display a text when somebody hover's over the row of the
> table. The data in the table row itself shouldn't be modified.
>
> I want something like the ABBR and ACRONYM tags which displays text
> when you rollover mouse over some text.
>
> Does anyone know how this can be achieved with HTML/CSS/Javascript?[/color]

This isn't exactly what you asked for but it might give you some ideas, see
below:
Good Luck,
me

<a href="#" title="Put your pop up message here">Hover your cursor over this
link to see a popup message</a>


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles