S
S
SeltonSoer2019-09-12 09:48:43
safari
SeltonSoer, 2019-09-12 09:48:43

How to remove nested title in html in safari browser?

The crux of the matter is this. There is a parent div that has a specific title. When this div is clicked, nested divs are expanded upon hover, which should have empty titles. In all browsers, this is fixed by substituting an empty title (title="") in the nested div, but the problem remains in Safari, if you put an empty title there, it takes the parent title.. Any working ideas?
Example:

<div title="Какой-то title">
  <div title="">Это работает во всех браузерах, кроме Safari</div>
</div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lord_Dantes, 2019-09-12
@SeltonSoer

Clean up the title attribute with a script.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question