jlhaslip 4 Report post Posted January 31, 2006 When an 'alt=' or 'title=' is included in a link definition, the label which is applied to the field is displayed on mouse-over. (It depends on the Browser which one is displayed, IE uses Alt, FF and Opera use Title.)Example: <a href="#" Alt=" this is a short Alt label that plays nicely."Title="this is a Title Label that is too long to display completely when you hover over the link in question." />Displayed Label Here</a> However, when the labels get too long, the full fiield doesn't display properly. It gets truncated and the client doesn't get to see the full message. How do you make it so the full text field is displayed on your browser? Are there settings within the Firefox Browser where you can set the maximum length of this 'title=' field? Or is a client-side script required? Share this post Link to post Share on other sites
moldboy 0 Report post Posted January 31, 2006 I believe a client side sript is required, if by that you mean a mouseover effect in Javascript or CSS Share this post Link to post Share on other sites
Inspiron 0 Report post Posted February 1, 2006 Try CSS tooltips with mouseover like what moldboy suggested.Refer to these sites:http://psacake.com/web/jl.asphttp://www.mikezilla.com/exp0004.html Share this post Link to post Share on other sites
Tyssen 0 Report post Posted February 5, 2006 You might want to check out this: http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites