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

Streamline Rogue
- 53
- 5
-
1make the description brief and post some example code you have done – Saif Jun 09 '15 at 05:40
-
sorry first time doing this ^_^;;, I added some output code, I hope this will assist. – Streamline Rogue Jun 09 '15 at 06:01
-
@Streamline Rogue Why Cant you use tooltip plugins?. And title attribute content in the iframe will come out of iframe if it is more. – Mohamed Hussain Jun 09 '15 at 12:25
-
I think its my fault.. i had gone through your question 4 times.. still i did not make anything out of it.... – vinrav Jun 09 '15 at 14:46
-
Nah, I think I just overcomplicated the question, I simplified it for all :D – Streamline Rogue Jun 09 '15 at 23:08
-
Can you use some information from [this](http://stackoverflow.com/questions/2011142/how-to-change-the-style-of-title-attribute-inside-the-anchor-tag) post? – Douwe de Haan Jun 11 '15 at 11:08
1 Answers
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
-
A shame, but I kinda expected this to be the answer. Thanks for clarifying it though :) – Streamline Rogue Jun 12 '15 at 03:31