python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I want to change button text background
As a beginner in android studio I keep facing a problem that I can't fix, there is a button with background image that I made, what I want to do is I want to add some kind of shadow behind my text bac...
Vetonn
Votes: 0
Answers: 1
How to add event listener to new buttons created?
I am working on an invoice creator: when a user clicks on a button, it shows down the name and the price (with the total). When I add an event listener that loops through all the buttons with a given ...
Abd
Votes: 0
Answers: 0
Connect cells to be subtracted from a cell using vba
I am looking to connect the buttons to the cells in i3 and cell l3. So that whenever the number iin cell i3 is added or subtracted to the number in l3 is always subtracted from starting at 500 dollars...

Max
Votes: 0
Answers: 1
HTML button displays very differently on 2 pages with same CSS
I have two web pages - one is a Product Listings Page:
/*BUTTON STYLE*/
button {
background-color: #132257;
color: white;
border: 0.25em solid white;
cursor: pointer;
width: 100%;
hei...

user16603211
Votes: 0
Answers: 2