• Resolved amosb

    (@amosb)


    Hello, excuse my bad english ??

    I have a problem.
    i have one table here:
    https://www.miglioriamoci.net/cacca/

    if i use chrome everything is ok, if i use firefox or explorer the table is too big..

    I have insert this code in the css:

    .wp-table-reloaded-id-1 {
    width: auto!important;
    }
    .wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    }
    .wp-table-reloaded-id-1 td {
    vertical-align: middle;
    }
    .wp-table-reloaded-id-1 .column-1 {
    width: 235px;!important;
    }
    .wp-table-reloaded-id-1 .column-2 {
    width: 235px;!important;
    }
    .wp-table-reloaded-id-1 .column-3 {
    width: 235px;!important;
    }
    .wp-table-reloaded-id-1 .column-4 {
    width: 235px;!important;
    }
    .wp-table-reloaded-id-1 .column-5 {
    width: 50px;!important;
    }

    can you help me please?

    https://www.ads-software.com/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question.

    I took a look at your site in Firefox and IE, and can confirm that it looks ugly in IE. (It’s ok in Firefox for me, though.)
    Unfortunately, I have no idea what happens there and why IE shows this differently ?? Sorry.

    Now, I would like to make a suggestion though: On your site, you are using a table for design purposes. This is not really recommended, as it can lead to problems like those that you are seeing here. Instead, you should look into an approach based on e.g. <div> containers that have a height and a width and are positioned using some CSS.
    This should be a much better and more “stable” approach for this.

    Best wishes,
    Tobias

    Thread Starter amosb

    (@amosb)

    Thanks Tobias, i will try with div…

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that’s going to be the best approach, also for the future.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with firefox e explorer: the table is too big’ is closed to new replies.