문제

Sort of how this website shows a bar on top when you have new answers or comments, I want to show a very similar bar that just has a line of text in it and an [X] to close it. How would I begin to do this?

도움이 되었습니까?

다른 팁

You can simply keep a div with the position of your wish and use CSS for hiding the same. Whenever you need to show something, set the text inside and set the CSS to show the same. Upon clicking the [X], the CSS can be reset.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top