position tag

5 questions


1 answers
136 views
0
I have a question about RecyclerView.

Hello, RecyclerView is showing you a list of lists.If you scroll down in RecyclerView, you'll see the items that are shown on the current screen I want to know which position item it is. I wonder if t...


1 answers
103 views
0
Is there a way to get rid of the box that occurs when you set the div style in HTml?

You set div style = position: relative to place the image on the image as shown in the image. However, when I set the div, a box was created by the horizontal size of the image below it (blue box). In...

1 years ago

1 answers
107 views
0
Can I move it according to the size of the CSS position window?

<div style=border: 1px solid #cccccc; width: 98%; height: 80%; margin: 10px;><div style=position: relative; border: 1px solid red; width: 50%; height: 50%; margin: 0 auto;> <img src=ht...


1 answers
108 views
0
position: How to center an element to which absolute is applied.

Position relative and absolute were used to place the divs on top of the divs However, the div set to absolute moves according to the screen size adjustment. Is there any way to fix it? Help me!~<s...

1 years ago

2 answers
98 views
0
I'm going to use div to make it seem like I'm connecting multiple divs

Link name I'm I'm implementing this draft...That circle is all div, and the image is included in the div tag.At the same time, in order to display text on the image, the text was floated above using z...


© 2024 OneMinuteCode. All rights reserved.