Posts by Cléber • 51 points
2 posts
-
4
votes1
answer460
viewsQ: Problem with Jquery effect . Blur() in IE8
I have a method of building dynamic elements using jQuery v1.2 with Ajax, which creates a list of items containing the structure of <ul> and <li>, however, when I apply .blur() and Ajax…
-
1
votes3
answers2236
viewsA: Is there any way to make a standard browser tooltip appear without putting the text in the title tag and without tooltip plug-in?
You can use only CSS for building Tooltips, this way: CSS *{ font-family: Arial, sans-serif; } div > .tooltip, li > .tooltip, a > .tooltip, span > .tooltip { opacity: 0; visibility:…