Advertisement

05.16.2008 at 12:09PM PDT, ID: 23409449
[x]
Attachment Details

convert table row to css

Asked by kailee in Cascading Style Sheets (CSS)

I have a table row that is just used to manage a series of checkboxes and their labels.
I need to accomplish the same thing in CSSStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
<table width = '640'>
	<tr>
<td width='75' height="20">NEW
	<input type='checkbox' class='field checkbox' name='astatus[]' id='2' value='2' tabindex='2'>
</td>
<td width='75' height="20">ADD
	<input type='checkbox' class='field checkbox' name='astatus[]' id='3' value='3' tabindex='3'>
 
</td>
<td width='75' height="20">REVIEWED
	<input type='checkbox' class='field checkbox' name='astatus[]' id='4' value='4' tabindex='4'>
</td>
<td width='75' height="20">HOLD
	<input type='checkbox' class='field checkbox' name='astatus[]' id='5' value='5' tabindex='5'>
</td>
<td width='75' height="20">DISTRIBUTE
	<input type='checkbox' class='field checkbox' name='astatus[]' id='6' value='6' tabindex='6'>
</td>
<td width='75' height="20">NA: QUALITY
	<input type='checkbox' class='field checkbox' name='astatus[]' id='7' value='7' tabindex='7'>
</td>
<td width='75' height="20">NA: STANDARDS
	<input type='checkbox' class='field checkbox' name='astatus[]' id='8' value='8' tabindex='8'>
</td>
<td width='75' height="20">ERROR
	<input type='checkbox' class='field checkbox' name='astatus[]' id='11' value='11' tabindex='11'>
 
</td>
 
</tr>
</table>
[+][-]05.16.2008 at 02:18PM PDT, ID: 21586533

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Cascading Style Sheets (CSS)
Sign Up Now!
Solution Provided By: Kravimir
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628