So I'm using fancybox and I want my iFrame boxes to have titles, but I don't want to use the title attribute in HTML because then I get that ugly yellow box on mouse over. Anyone know how to avoid this?
Asked
Active
Viewed 242 times
0
-
Why do you want to give it a title then? That behavior is browser specific and can't be overridden. – Jivings Jun 04 '12 at 20:14
-
1Set the `title` content to `""` on hover, then set it back on mouse out. – jeffjenx Jun 04 '12 at 20:16
-
2You may want to check this http://stackoverflow.com/a/8425900/1055987 so you could remove the title attribute. – JFK Jun 04 '12 at 20:21