Posts by André Ciappina • 9 points
4 posts
-
0
votes3
answers60
viewsA: Header and footer does not follow page width
Apparently, the problem is not the size of the header or footer, but the table exceeding the right. I believe the problem is this selector I found in Devtools: table.dataTable.nowrap th,…
-
-1
votes1
answer47
viewsQ: Elements that return to original size when clicked again or when a brother element is clicked
I have a table with some <td> align vertically. When clicked, the height of the <td> increases, and if another is clicked <td>, the previous one back to its original size. I also…
-
0
votes1
answer12692
viewsQ: How to change button color with Hover over a single button (CSS)
Well, here’s my problem: I have five buttons, in horizontal order. Each one has a specific color in the Hover. When placing the mouse over any of them, all the others should take over the color the…
-
0
votes2
answers1047
viewsQ: Problem with Hover in p button/ change background color
Basically, I’m trying to make the Hover effect on a button make the background change color, but I can’t find any solution on the internet, including here. I’ve tried that with elements like…