PDA

View Full Version : Popups


Dark Riku
11-02-2006, 09:47 PM
Is it possable to make it so if i roll my mouse over a specific image it will popup a description (Ill show you an example)

Right now my code is this

<if condition="$post[field18] != ''"> <div class="vbs_user_info"><b>Char Class:</b> <img src="images/race/$post[field18].gif" border="1" /></div></if>

$post[field18].gif is an image that they pick, like if they pick Warrior it will show a Warrior icon etc etc, i want it to if they pick Warrior, when my mouse goes over it, its going to say Warrior, any idea's how?