I have two boxes, One contains radio btns and in another box I have some values. If I click to the first radio button. First column values should highlight. My
I want to hide a div based on the text inside. In the example below I want to hide the ones with "Handtekening" and the one with "Thuis". I prefer to do that wi
I am trying to nest these lines of code together, I have tried the following but it does not work, is there any other way to have both the button and a tag chan
I am using Create-React-App and I want to add background image for my header section and I am doing this in that way: background-image: url('~/Screenshot_11.png
New to programming and first time posting here as well. I've got a bit of an issue with my bootstrap table inside a panel. I have a dropdown menu where the use
I'm trying to get rid of the empty space around an image, which is inside of a bootstrap column. I've managed to fix the problem on desktop using -1rem on the
I want to align the table to the center of the page, how ever the <div align="center" <table> </div> function does not work. How would I be able
How can I center the text in the headers for an AG-grid control? I have tried using cellstyle and cellclass in the column definition but that did not work. Than
I'm trying to dynamically update a rule in JSS. I'd like to set the hover background color. According to the docs, it should be: sheet.getRule('a').prop('propS
Longer time I'm curious about HTML tag <marquee>. You can find in MDN specification: Obsolete This feature is obsolete. Although it may still work
I am trying to modify Shopify Polaris Button components colors for React, I tried to change style.css file but nothing happened. Any idea how to do so? App.j
Hi i am trying to use css variables to predefine colors for example. Here is my app.component.css :root { --main-bg1: rgb(26, 28, 29); --main-bg2: rgb(66, 7
I need create seats map. I create svg with seats. <div class="seats-map"> <svg xmlns="https://www.w3.org/2000/svg" id="seats-map-svg" viewBox="0 0 1000
I am working on a responsive sub menu that on small screens will be scrollable horizontally instead of stacking the links. I can make that work. What I would l
i'm trying to optimize this website: electronicsportsitalia-it and when i try to analyze it on Google PageSpeed the platforms says that there is a google font b
I have absolutely positioned div.container. div.wrapper inside it. and two divs as flex columns in div.wrapper. These columns have backgrounds. How can I make t
All of the info I can find online says that you should install bootstrap by running composer require laravel/ui and then php artisan ui boostrap. However, in La
In vain I try to style the mui slider with the help of CSS. The first approach it works perfectly. However, when refreshing the page, the slider is moved back t
I am using Bootstrap in a current Web project but I don't know how to dynamically set the same height of column elements. I already know the .row-eq-height clas
I have a forEach loop that loops through my seeded Mongo database. Everything is working as it should, except one of my CSS functions that come from a jQuery fi