|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Hi,
I have made a simple table in html, with mouseover on the rows to change the background colour. I also have onclick to take the user to the next page. What I really need to do is there a way of making a popup text, like the ones on this site's topic view. I have looked at the source code, and tried copying one <tr> row into a test html file, but no popup. Basically, my question is this: How can I make the table have a popup, for each <tr>, that shows non-dynamic text. Thanks in advance, Prism128 |
|
#2
|
||||
|
||||
|
I think you're talking about tooltips. The tooltips is an artifact of the title attribute. According to W3C recommendations, title may be applied to almost all elements. The Mozilla/Gecko family of browsers and Opera pretty well fall in line. IE fails for many elements.
Code:
<a title="click this go there" href="">click</a> <p title="this is a para">some text</p> <img title="this is a pic" src="" /> <span title="this is a span">some text</span> <acronym title="acronym">css</acronym> <abrev title="abreviation">html</abrev> cheers, gary
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing. My html and css workshop, demos and tutorials. Ask a better question, get a better answer. |
|
#3
|
||||
|
||||
|
thanks mate, i found the <a href title one, but they're ok, so i looked for more, but found nothing. Thanks alot, they are very useful to my website.
Prism128 ![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > css mouseover hover popup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|