HTML Table head CSS theming

dayzd

New Member
I have some CSS theming which I would like to do to the head of a table which the head of the table does not actually support. (great, right?!)So my idea was to add an element BEHIND the table head and apply the theming to that!However my attempts to add tables, tbodies, theads, th's, or td's with negative z-indexes have all failed miserably.On the flip side, I could put my table header in its own table and then encapsulate the table and do the theming on THAT... But then the th's in my header would not be aligned to the td's in my tbody! I can't encapsulate the tbody or td's/tr because divs are not allowed inside tables when not encapsulated by td or tr...The effects I want to do are:Set border width and colorSet border radiusSet background-image and colorThe border radius is what will not workAny ideas?
 
Back
Top