Inflearn Community Q&A
-ms- 관련
Written on
·
281
0
1. ms로 바꾸는 과정에서 밑의 코드처럼 일일히 새로 클래스명을 지정해주고 바꾸면서 진행했습니다. 동작은 잘됩니다. 근데 IE에서는 nth-child()가 부모없이 사용할때는 안먹히나요? 먹히지 않아서 새로 클래스명을 지정해주었습니다..
2. 제일 문제가 label인데 input을 -ms-grid-column로 옮겨도 label이 따라오지 않습니다.. label을 -ms-grid-column으로 옮겨도 계속 스크린샷과 같이 고정되어있습니다. 어떻게 해결하나요?
Quiz
The main approach is to use CSS pseudo-classes like `:checked` (typically with radio buttons or checkboxes for category selection) and sibling selectors (`~`) to control the visibility or display of items based on their category class or data attribute.
Dynamically change the order property of CSS Flexbox.
CSS controls Grid item position based on hidden radio button checked state.
Move items by group using CSS animations.
Separate category-specific layouts using media queries.





