Reply to Subsequent declaration on TH and TD doesn't work
Posted by milanobybike on 01/11/07 10:24
Ok.. now.. in my css file I declare the following:
#th { width:100px }
#th.h50 { width:50px }
Now.. when I go into the html code and put <th class="h50">, the
browsers just ignore that and leaves the width to 100px.. usually
declaring something later overwrites what's been declared earlier..
Does anyone know why it doesn't work in this case?