.ind img { height: 100%; border-right: 3px solid red; }
.ind img { height: 100%; border-right: 3px solid; } img[width="40"] { border-color: red; } img[width="80"] { border-color: blue; }
You are right, it's not working.
Edit: OK, I know what's going on now, you need to add this to the code above:
.comtr table { height: 100%; }