4

I would like to know if you can stylise a title attribute while keeping its' native ability to break the borders of an iframe.

1 Answers1

0

It's not possible to style the title attribute, it's comes from the browser/OS.

Some people use tricks like making a pseudo element with the content of the title attribute, but this would have the same limitations as anything else inside the iframe and would not break out.

Jedidiah
  • 1,184
  • 6
  • 16