0

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?

prismspecs
  • 1,482
  • 6
  • 20
  • 35
  • 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
  • 1
    Set the `title` content to `""` on hover, then set it back on mouse out. – jeffjenx Jun 04 '12 at 20:16
  • 2
    You 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

0 Answers0