Hi, all.
I need assistance again for my math oriented site.

I published a page with an icon in it named "Notas" which links to another page 
of my site.
This link has a title attribute, so the reader is shown a little rectangle with 
plain text when the mouse is over the icon.
This rectangle is visible for only some seconds.

Is there any way, using only XHTML and CSS, to display the text until the 
reader closes the rectangle?

The page:
        http://www.elmatemachete.com.ar/elmate_potencias.htm

The code:
                   <a href= "elmate_nota_definiciones.htm"
                          title=
                               "Some words.">
                      <img class="Icono"
                            src="./archivos/icono_notas.png"
                            height="21"
                             width="28"
                           alt="Notas" />
                   </a>

By the way, I want to thank again to Troy Harshman and Del Wegener for the help 
they gave me with fraction bars and exponents.
Their suggestions live in the above mentioned page.


Thanks,
Eduardo


______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to