Do not use on any
shared computer
July 24, 2008 09:11pm pdt
null
[x]
Attachment Details

convert table row to 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 CSS
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>
Start your free trial to view this solution
Question Stats
Zone: Web Development
Question Asked By: kailee
Question Asked On: 05.16.2008
Participating Experts: 1
Points: 500
Views: 0
Translate:
Loading Advertisement...
 
[+][-]Expert Comment by Kravimir

Rank: Wizard

Expert Comment by Kravimir:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Author Comment by kailee
Author Comment by kailee:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080723-EE-VQP-34 / EE_QW_2_20070628