Jump to content

Prestashop 1.5 Display Problems in Internet Explorer


Recommended Posts

Hello,

 

Brand new default installation of Prestashop 1.5.0.17, in which I have had only added one product for testing purposes, is not displaying correctly (please see attached file) in IE9.

 

Home page does but once you leave it to go to any other page everything is shown like a mess.

 

In Mozilla or Chrome is shown correctly.

 

Can anybody help me?, I thing this must happends to everyone as this is happenning wit the default theme.

 

What can I do?

 

Thanks.

 

Jose Maria

post-378827-0-92742500-1349095112_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...

Try this solution, it's work on my site. (www.elec2rak.com)

 

http://uncorkedstudi...-block-css-bug/

 

just added

zoom: 1;

into grid_prestashop.css

 

 

/* Grid >> Global

----------------------------------------------------------------------------------------------------*/

.grid_1,

.grid_2,

.grid_3,

.grid_4,

.grid_5,

.grid_6,

.grid_7,

.grid_8,

.grid_9 {

float: left;

display: inline-block;

zoom: 1;

position: relative;

margin-right: 20px;

 

 

One notice of header.tpl file

 

the original is

 

<div id="left_column" class="column grid_2 alpha">

{$HOOK_LEFT_COLUMN}

</div>

 

as I checked, no column in grid_prestashop.css that refer to.

 

I'm not sure that is the correct solution but I had removed it out.

 

or patch with this file http://www.elec2rak.com/th/158-default-theme-prestashop-1510-fixed-for-ie-browser-patch.html

Edited by Rak (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...