>>
Site Map
>>
Forums
>>
HTML Help
Forum module - topics in forum:
HTML Help - Help with HTML Coding... NO PHP-Nuke
mouse over image popup
can someone tell me what the code for mouseover image text popup is? I found it the other day but didnt bookmark it...
Try this
http://nukecode.com/modules.php?name=HTML_Reference#img
the "alt" tag is the part you are concerned with and example of the proper code might look something like the following.
| Code: : |
| <img src="images/image.jpg" alt="What Ever You Want Here"> |
If you were including it in a link it would look like this:
| Code: : |
| <a href="http://nukecode.com/"><img src="images/image.jpg" alt="What Ever You Want Here"></a> |
Just if anyone is interested the same can be accomplished with a text link by using the "title" attribute. That would look like this.
| Code: : |
| <a href="http://nukecode.com/" title="PHPNuke Blocks Modules and Themes>NukeCode</a> |
Hope that helps 
edit:
sorry really tired between work, son, wife i have no time to think lol...
thanx for the help, I've 4gotten alot of html of the years..