<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Responsive CSS3 Data Grids</title>
<!-- Responsive CSS3 Data Grids v1.0 (06.2012) -->
<!-- Copyright 2012 QuanticaLabs -->
<!-- http://www.quanticalabs.com -->
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="styles/page.css"/>
<!-- CSS3 Data Grids Stylesheets -->
<link rel="stylesheet" type="text/css" href="styles/data_grids_main.css"/>
<link rel="stylesheet" type="text/css" href="styles/data_grids_style_01.css"/> <!-- style_01 - style_04 -->
<link rel="stylesheet" type="text/css" href="styles/data_grids_tooltip.css"/>
<!-- / -->
<!-- IE7-IE8 Fallback -->
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/selectivizr.js"></script>
<noscript><link rel="stylesheet" href="styles/data_grids_main.css"/></noscript>
<![endif]-->
</head>
<!-- TABLE BODY -->
<tbody class="data_container">
<!-- SUBHEADER -->
<!-- define optional columns width here -->
<tr class="subheader_row">
<td class="subheader_cell">Model</td>
<td class="subheader_cell">Price</td>
<td class="subheader_cell">Length<div class="qlabs_tooltip">i<span>LengthThis tooltip is positioned above a hovered item.</span></div></td> <!-- tooltip -->
<td class="subheader_cell">Horsepower</td>
<td class="subheader_cell">Fuel Type</td>
<td class="subheader_cell">Registration Date</td>
<td class="subheader_cell">Action</td>
</tr>
<!-- / -->
<!-- ROW 1 -->
<tr class="data_odd">
<td class="data_cell">PRi240</td>
<td class="data_cell">$2,850,000.00</td>
<td class="data_cell">14.00 m</td>
<td class="data_cell">250 hp</td>
<td class="data_cell">Diesel</td>
<td class="data_cell">05 / 2004</td>
<td class="data_cell"><label for="row_1">Details</label><div style="margin-left: 5px;" class="grid_button">Buy Now</div></td>
</tr>
<!-- expandable section -->
<tr class="expanded">
<td colspan="7">
<input id="row_1" name="#" type="radio" />
<div class="expanded">
<div class="column_100">
<h3 class="expanded_header">Features</h3>
<p>Some text.</p>
<p>Some text.</p>
</div>
</div>
</td>
</tr>
<!-- / -->
<!-- ROW 2 -->
<tr class="data_even"> <!-- This row is highlighted! -->
<td class="data_cell">PRi270</td>
<td class="data_cell">$2,315,000.00</td>
<td class="data_cell">15.00 m</td>
<td class="data_cell">280 hp</td>
<td class="data_cell">Diesel</td>
<td class="data_cell">08 / 2005</td>
<td class="data_cell"><label for="row_2">Details</label><div style="margin-left: 5px;" class="grid_button">Buy Now</div></td>
</tr>
<!-- expandable section -->
<tr class="expanded">
<td colspan="7">
<input id="row_2" name="#" type="radio" />
<div class="expanded">
<div class="column_100">
<h3 class="expanded_header">Features</h3>
<p>Some text.</p>
<p>Some text.</p>
</div>
</div>
</td>
</tr>
<!-- / -->
</tbody>
</table>
<!-- /CSS3 Data Grids -->
</div>
</body>
</html>