Different Tooltip position in different browsers ..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shalini Bhalla
    New Member
    • Dec 2007
    • 190

    Different Tooltip position in different browsers ..

    i am designing http://mynameisoninter net.com
    i want that all registered users name should be displayed as a running text and when ever someone mouseovers on the name , name should stop and related information from database should be shown as tool tip .
    i have applied someting but not getting desired result .
    can anyone help me in getting desired results and getting different result in different browsers

    For current status of my site you can visit http://mynameisoninter net.com and try to mouse over on name "anju" aor "shalu" to see tooltip.....

    please help me solving it as soon as possible ....
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    We can't solve all your site's problems. That would take me days and I wouldn't do it for free.

    Please rephrase your question to be more specific and towards the subject "PHP".

    What PHP related issue are you having?
    What is the current code?
    What is the current behavior?
    What is the desired behavior?

    Cross-browser implementation is not a PHP issue, it's a HTML issue and it is the bane of every developers existence. This is something every developer get's over themselves. Some things we have control over, and some things we don't. The actual HTML tooltip is one of those things that is beyond our control. What you can do is replace tooltip with an alternative that you have more control over, such as a floating div.

    Good luck and welcome to the world of programming.


    Dan

    Comment

    Working...