LoginSignup
7
5

More than 5 years have passed since last update.

css 重なり z-index 効かない 解決法

Last updated at Posted at 2016-03-10

cssでz-indexが効かないの事態を解決する方法

cssにて、position: relative; を追記する。

.class1{z-index:0;
        position: relative;}

.class2{z-index:1;
        position: relative;}

参考:http://cafe.76bit.com/creative/web-design/2259/ z-index が効かない!入れ子でも階層構造でもz-indexを効かしてデザインしたい!

7
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5