i’m showing the all USA states in a normal browser tool tip ,FF ,Chrome works fine its shows all the states name in the tool tip when i check the IE all versions its limits the character after certain length. please help how to resolve this .
Share
If you’re reaching a limit to what IE natively supports, the only other option you would have is to avoid using the native tooltip, and instead use an alternative based in either JavaScript for clever CSS. These two methods would remove the limit that you’re experiencing with the native attribute.
I would warn you though that if the length of the values you can put into the
titleattribute is causing you problems, you probably should reconsider using thetitlein this way. Tooltips are suppose to be short, and succinct, not verbose and bloated.