0
Welcome Guest! Login
0 items Join Now

IE vs Firefox: Firenzie

  • IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • Hi

      I made a migration from version 1.0 to joomla 1.5.
      I use Firenzie template.
      After the migration and the setting of the site, displaying lists of items are clearly visible with Firefox but not with IE. The display of the tables is different.
      I studied the template_css.css file, I had various tests but I did not manage to set the display tables properly in IE.
      What command should I change or add the css to fix the problem?

      Sample page:

      www.siciliafotografica.it/homesic/index....gory&id=21&Itemid=86

      PS sorry for my bad English
  • Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • No suggestions?
    • Tyndie's Avatar
    • Tyndie
    • Preeminent Rocketeer
    • Posts: 8803
    • Thanks: 3

    Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
  • Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • I attach the screenshot with debug.
      The problem is a "lacks - summary - attribuite" in the setting table.
      How can we fix it?
      Thanks!
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • So thats a very strange IE8 only bug! :shock:
      somehow the width of the table is not calculated correctly with %-values.

      Just to check this add this to the template.css:

      #mainframe div.component-padding div.body-padding table.contentpane form table {
      width: 640px;
      }

      (Just wanted to build a strong specific selector so it looks a bit strange ...)
  • Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • Ok, thanks!
      I entered the command into template.css.
      I attached the picture of the result.
      The situation has improved. The table does not reach the edge, but if I put the author column, the table fills the space missing.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • try

      #mainframe div.component-padding div.body-padding table.contentpane form table {
      width: 640px !important;
      }
  • Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • Yes, I have tried to enter the code in template.css and the result is visible in the last image that I attached.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • Perhaps you can try this:

      Add

      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

      to the header of the template's index.php

      Not so cool but perhaps you can get rid of your problem ...

      P.S:. And Uncomment that css-line you added ...
  • Re: IE vs Firefox: Firenzie

    Posted 15 years 9 months ago
    • I added the line of code in index.php (with uncomment css-line) but does not change anything.

Time to create page: 0.092 seconds