Wrong layout and with of the table in iframe

Wrong layout and with of the table in iframe

kissinger99kissinger99 Posts: 5Questions: 0Answers: 0
edited September 2012 in General
Hallo!

I have insert the dataTable in an Joomla-ifame-wrapper:

http://cheap-house.de/wrapper-test1.html

It is ok.


Then I have insert an dataTable with editor in an Joomla-ifame-wrapper:

http://cheap-house.de/wrapper-test.html

There are 2 problems:

1) the witdh of the table is out of the iframe (the table has width="100%")

2) the Layout of the jQuery UI themes example ("bJQueryUI": true,) is not ok


What can I do to solve this problems? Please help!

Thank you!

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Your iframe has width 500px, but you've got this in the CSS inside the iframe:

    [code]
    #dt_example #container {
    width: 800px;
    }
    [/code]

    which is going to conflict.

    You need to modify the DataTables demo CSS.

    Allan
  • kissinger99kissinger99 Posts: 5Questions: 0Answers: 0
    edited September 2012
    Hallo Allen,

    THANK YOU, I solved the first problem with the widht.

    But can you also help me with the jQuery UI - Layout?

    here the website: http://cheap-house.de/editor/laender2.html

    And the debug bookmarklet: uneguz

    Thank you!
This discussion has been closed.