hi list ,
Hi. This has nothing to do with PHP.
In the web page, i display different bars (actually tables with single column, with cellpadding=1 and color=xxx) based on the information parsed from MySQL database. I, now want to display more information by mouse over when ever user moves the cursor over the bar(actually single cell table). I use <a hreff="xx.xx.com" title=$display> .....</a>. and have two problems in this ... 1) i need to have some txt/figure to be linked. But i dont want to keep any thing in the table (single cell). Can i display some text when mouse is moved over table(cell).
If you want hyperlinks and other features in the "mouse over" area, then you'll need to make it a layer that's hidden or not based upon where the mouse is. You're talking DHTML/JavaScript here, not PHP.
2)even if i hyperlink the text with title attribute... only the text before the first space (the very first word) is displayed. Not the entire sentence.
Put double quotes around your attributes. title="$display". Again, not a PHP issue.
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php