AF4Q
-
Table CSS Help Needed
^Didnt work. It also removes the border between cells.
-
Table CSS Help Needed
Alright. I just tested and its not the border. I did border-bottom:0 for thead but that didnt fix.
-
Table CSS Help Needed
That could be the reason, how can i get rid of that?
-
Table CSS Help Needed
Ok now everything is fine. One little issue. There is some space between the thead and tbody. It isnt showing in the CodePen but its showing up when i implement this on site. See here: http://i.imgur.com/ZASmG.png
-
Table CSS Help Needed
I am sorry I am new to this forum and web development. Anyhow, here is it: http://codepen.io/anon/pen/vouqw Though there is one issue, when same css is applied on my site, all the cells show up with some white border (which i want) but Codepen doe…
-
Table CSS Help Needed
Code in my previous comment got all messed up so putting it in again: table { margin: 10px 0px 10px 0px;} thead{ background: #1958A2} th { background: #4C4D4F; color:white; padding: 5px 5px 5px 5px; font-size: 11px;} tr { background: #DDD; padding:…