python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I apply different CSS link styles to separate data tables?
For example; I have one table at the top of my page that is 12 rows wide that I would like to have rounded borders and change colour when I hover over it. My second table (still on the same page) I wo...
Eldritchhooting
Votes: 0
Answers: 1
How to remove different color borders
This is the HTML
<body>
<table border="10" id="pog">
<tr>
<td>Hi</td>
<td>Hi</td>
</tr>
...
Milluzzi
Votes: 0
Answers: 0
Tailwind border and border-radius (rounded) issue on html table headers
I'm trying to round the corners of this table with a border. I have found that the elements themselves will round (you can see this in the bg colors in the screenshots), but the border does not round...
user12457151
Votes: 0
Answers: 3
Is it possible to set a td with display flex to be full height, or have different CSS to achieve the same effect?
I have inherited a project where someone decided to set the display for a td to flex. One of the consequences of this is that when there are other tds in the row that span multiple lines, the td with ...
Ben Holness
Votes: 0
Answers: 3