0

there is issue in code.

<div class="total">
 <div class="part">
   <h2>fff</h2>
</div>
</div>
<style>
.total{
filter:blur(5px);
}
.part{
filter:none;
}
</style>

in part class I added filter:none,it still have parent filter property.please help.

jom
  • 56
  • 1
  • 8
  • i have still saw the solved things.But on the problems,i can't solve problem.not indepepdent div!!!! it have parent div. – jom May 10 '18 at 14:09
  • https://smartslider3.com/video-slider/#three – jom May 10 '18 at 14:09
  • sometimes you need to understand that some problem are impossible to solve in the way they are presented [like described in the duplicate question] Thus you need to look for other ways to achieve what you want – Temani Afif May 10 '18 at 14:11
  • `When using the blur or opacity property, it is not possible to ignore the child element. If you apply either of those properties to parent element, it will automatically apply to child elements too.` – Temani Afif May 10 '18 at 14:12
  • Dear Afif! very thanks.Now If I solve this problem,how will I do? – jom May 10 '18 at 14:15
  • simply read the duplicate question, you will find all what you need there – Temani Afif May 10 '18 at 14:18

0 Answers0