当我关注一个元素时,更改元素css

代码示例

1
0

当我关注一个元素改变元素css

  <input class="inputTag" type="text" value="">

	//The input button must be placed at the top.
	Otherwise the focus will not work .

  <h1 class="h1Tag">Safin</h1>


	.h1Tag {
      background: gray;
    }

    .inputTag:focus+.h1Tag {
      background: blue;
    }



// My youtube:'https://www.youtube.com/HasibulIslambd' 

类似页面

带有示例的类似页面

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................