Skip to content

Tag: css

Unsmooth sliding-up animation

I have created this page and when the “got it” button on the top panel is clicked, the panel will slide up and disappear while the page will also move up to cover the panel space. I have noticed that when the animation plays, it is not that smooth as white space can be seen in the split second tha…

Css element does not become active

I’m new to Css and javascript and currently working on a simple project (kinda like a weekly task manager). I created text/html page which contains navbar, 7 dynamic <ul> with “Add task” and “Delete Task buttons”, and each <li> inside of those lists can change it&#821…

Character Teleporting to side of screen when trying to move

I’m very new to HTML, CSS, and JavaScript. My darthVader character keeps on teleporting to the side of the screen any time I try to do any movement. I think this might be a problem with my CSS. Also I am open to any and all suggestions for changes for this project. Whether it is efficiency, layout, or a…

Why does my content disappear when using scroll

I have a list of servers in a scroll container name servers and the top of the list is hidden under the navbar: HTML: CSS: This list starts empty. divs are added to this list of servers when you use the site. When too many divs are added, scrolling starts. But the problem is that the top objects are hidden

Button changing newest div item instead of the correct

I created a div table of sorts, where there is a button, and that button creates a box, and what is supposed to happen is that you can click any of the {x} boxes and it colors it black However, instead of coloring that box black(or white), it colors the newest one black(or white). How do I change this? HTML: