Jump to content
MakeWebGames

Paid Request - Tooltip


Recommended Posts

With everything on my plate at the moment, I don't have time for this at the moment. I would like to turn the iteminfo.php into a tooltip on hover for item images. Anybody up for the challenge?

so you want all the information from iteminfo to show up when they hover the item in there inventory instead of going to the file for it?

Edited by NonStopCoding
Link to comment
Share on other sites

was going to try something like this but as i said it dont allow tags

 

 $msg = "Item Name: Test><hr>";
           $msg.= "Item Cost: $1.500";
           $i['itmname'] =
                   "<span style='color: red;'>*</span>" . ".<a href='' title='{$msg}'>".$i['itmname']."</a>";

 

it can be done but i was trying a quick way but it messes up as it don't tags html lol will need css and little html

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...