bad look & feel

bad look & feel

raspberryraspberry Posts: 6Questions: 2Answers: 0
edited March 2014 in DataTables 1.9
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" prefix="c"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">



Demo










$(document).ready( function () {
$('#table_id').dataTable();
} );










Column 1
Column 2




Row 1 Data 1
Row 1 Data 2


Row 2 Data 1
Row 2 Data 2








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.

Replies

  • indymxindymx Posts: 63Questions: 3Answers: 0
    What browser are you using?
  • raspberryraspberry Posts: 6Questions: 2Answers: 0
    I tries in FireFox, Chrome & Safari with the same result :-(
  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Can you link to a test page showing the issue so we can debug it please? The default stylesheet should have `table { width: 100% }` so there must be something overriding it.

    Allan
  • raspberryraspberry Posts: 6Questions: 2Answers: 0
    I have the page in my localhost, I will try to find some hosting and deploy it in the next days. Thanks
This discussion has been closed.