Thread: ACRONYM
TAG problem
I have to show (in a price list) the price in many currency
Now I use
echo "<ACRONYM TITLE=\"".calc_valuta($price)."\">€$price</ACRONYM>"
So when I point on price a little yellow window shows the prices
Problem is that this tag is not valid for many browser.
How is possible solve it ? How to substitute this tag
Maybe switch to doing the window in javascript. Adam Lang Systems Engineer Rutgers Casualty Insurance Company ----- Original Message ----- From: "Enrico Comini" <algobit@algobit.com> To: "ML-Postrges-general" <Pgsql-General@Postgresql.org> Sent: Wednesday, October 11, 2000 12:06 PM Subject: [GENERAL] ACRONYM > TAG problem > I have to show (in a price list) the price in many currency > Now I use > echo "<ACRONYM TITLE=\"".calc_valuta($price)."\">€$price</ACRONYM>" > So when I point on price a little yellow window shows the prices > Problem is that this tag is not valid for many browser. > How is possible solve it ? How to substitute this tag >