Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

bad look & feel

$
0
0
Hi just download the DataTAble 1.9


tries to make a basic demo:
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core&quot; prefix="c"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
<html xmlns="http://www.w3.org/1999/xhtml"&gt;
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Demo</title>

<link href="resources/css/demo_table.css" rel="stylesheet" type="text/css" />




<script type="text/javascript" charset="utf-8" src="resources/js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="resources/js/jquery.dataTables.js"></script>

<script type="text/javascript">
$(document).ready( function () {
$('#table_id').dataTable();
} );
</script>
</head>


<body>


<table id="table_id">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1 Data 1</td>
<td>Row 1 Data 2</td>
</tr>
<tr>
<td>Row 2 Data 1</td>
<td>Row 2 Data 2</td>
</tr>
</tbody>
</table>


</body>
</html>

But that's the result :-(

https://scontent-a-ams.xx.fbcdn.net/hphotos-frc3/t1.0-9/1795493_1374615349481499_1647144929_n.jpg

And this the console messages. Thanks.

23:06:38.708 Propiedad desconocida 'zoom'. Declaración rechazada. demo_table.css:36
23:06:38.709 Se esperaba una declaración, pero se encontró '*'. Ignorado hasta la siguiente declaración. demo_table.css:82
23:06:38.709 Se esperaba una declaración, pero se encontró '*'. Ignorado hasta la siguiente declaración. demo_table.css:157
23:06:38.709 Se esperaba una declaración, pero se encontró '*'. Ignorado hasta la siguiente declaración. demo_table.css:268
23:06:38.709 Propiedad desconocida '-moz-border-radius'. Declaración rechazada. demo_table.css:334
23:06:38.709 Se esperaba una declaración, pero se encontró '*'. Ignorado hasta la siguiente declaración.

DEBUG:

Error al interpretar el valor para 'background'. Declaración rechazada. DT_Debug.css:13
23:11:15.408 Error al interpretar el valor para 'background'. Declaración rechazada. DT_Debug.css:14
23:11:15.408 Error al interpretar el valor para 'background'. Declaración rechazada. DT_Debug.css:15
23:11:15.408 Error al interpretar el valor para 'background'. Declaración rechazada. DT_Debug.css:16
23:11:15.408 Se esperaba un color, pero se encontró 'top'. Error al interpretar el valor para 'background'. Declaración rechazada. DT_Debug.css:17
23:11:15.408 Se esperaba 'none' o una URL, pero se encontró 'progid'. Error al interpretar el valor para 'filter'. Declaración rechazada. DT_Debug.css:18
23:11:15.408 Se esperaba una declaración, pero se encontró '*'. Ignorado hasta la siguiente declaración.

Viewing all articles
Browse latest Browse all 1816

Trending Articles