I am trying to check an object coming in a back-end response to see if error.isCritical is true or false and setting the ngClass accordingly, i've tried many di
I'm using CSS to change the appearance of night mode on Anki/Ankidroid. Since I use lot of highlight and the regular nightmode only change the backround and the
Hey, everybody. I'm new in web dev. I have a task on react to increase days in first part of string in input field by clicking 'ArrowUp' button. In addition mut
I'm mapping some coordinates on an image map and I want to display a pop-up message, containing a description and an image on hover, but I can't figure out how
I'm trying to vertically center the buttons for my bootstrap carousel using react. using inline styling I was able to change the height of the button itself, bu
I am trying to do custom badges on my store. I want to have 4 objects with info like "fast shipping". When clicking on one of them, a small descriptive text wil
I am trying to make a search bar stay at the top of a div with position: sticky but the property doesnt seem to work. Googling it, I see that overflow: hidden a
I have a typical flexbox sticky footer solution that looks something like this: <body> <div class="wrapper"> <div class="header">P
I found that if I click one of the sections in menubar, the browser address bar displays #[object%20Object]. But it didn't influence scroll-to-section. Partial
I have deployed my website on netlify but, the website displays only HTML until it finishes loading... Any tips on a way to make the website only show once it h
i have a sticky transparent header using the following css code on my website www.obviagency.com CSS CODE: #site-header-inner { height:0px; z-index:170; margin
I'm trying to create a simple website and want to just have some videos autoplay. Now I'm aware there are some changes that make this a little bit harder than i
I have a problem on how to make my dropdown remain open after clicking and avoid closing after refresh. Here's what I've done. <button class="dropdown_btn"&g
I have 0 experience in front end, but going for it anyway. I currently have this Javascript: <script> function openCity(evt, cityName) { //
I am making a whack the mole game with Vanilla JS and I am trying to make the person whack whatever he wants by letting them upload an image by input file but
How would I go about highlighting a cell based on the row name and column value from the first column? I have included a fiddle. $('tr').each(function() {
In tailwind, there is a feature (which I find very annoying at times) called preflight that turns most of the HTML elements to appear like normal text. And the
I try to wite a Windows notepad applicatino with javafx. In windows notepad, you can scale the text edit area, not to increase or decrease the font size. I trye
I try to wite a Windows notepad applicatino with javafx. In windows notepad, you can scale the text edit area, not to increase or decrease the font size. I trye
Not able to move the button to the right of the page and the text to the center of the page even though I have added the necessary CSS ( float right etc.,)