
04-26-2004, 07:33 AM
|
|
|
Join Date: Feb 2003
Location: Monmouth County, N.J. U.S.A.
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ChuanSE
btw, i add a little tweak to the img link so that if you hoover over the flag, it doesn't say country but it says the countryname.
this is the normal line:
Code:
<if condition="$post[field18]"><img src="images/flags/$post[field18].gif" border="0" /></if>
this is what i changed it to:
Code:
<if condition="$post[field18]"><img src="images/flags/$post[field18].gif" border="0" alt="$post[field18]" /></if>
So this way it pops up the countryname when hoovering over the flag 
just a simple alt tag...
|
This tweak works nice!
|