Jump to content

Crazy with explorer, header and global.css


Recommended Posts

I wonder if some kind soul can guide me ... I try to explain "briefly". If I open my site inFirefox, Chrome or Safari, I get the header without any problem: post-122676-0-01336600-1320969195_thumb.jpg

But if I open it with explorer 8, I get out of position some elements:post-122676-0-93527700-1320969204_thumb.jpg.Also, the left column appears under the central column. The strange thing is that if you click on any product, items mysteriously return into their place. And if I open it with explorer 9, I have more problems!!

If you want to see it live at: www.unipapel.ad

 

Any ideas on this? I've been moving global.css for 2 months and I find no solution.

 

Thanks Friend s

Link to comment
Share on other sites

the left column appears under the central column.

locate global.css line 210, change

 

#right_column {
padding-left: 15px;
width: 190px;
}

 

to

 

#right_column {
padding-left: 5px;
width: 190px;
}

 

For other problems I could not work on the page, too many things going on, crashing IE8; a seizure warning may be in order in case someone with epilepsy visits that page. You also have a few elements returning 404 (a module is trying to retrieve module files from Adobe, you may want to get that fixed.)

Link to comment
Share on other sites

Thanks a lot!! phrasespot. I've changed what you said, and the right column return at its place, but I've still the same problem with the header. Thanks also for your opinion of the web. I will try to have less things moving... I don't know how to solve the problem of "404 not found". It's easy? I don't know so much programming php.

Link to comment
Share on other sites

  • 4 weeks later...

Hi Marty... I'm disappointed. I'd moved everything at global.css... but it does'nt work

I have a month with this problem and can not find the solution. I explain. The site looks perfect in Firefox, Chrome and Safari (image etc.), but in Explorer I mismatch languages ​​and the search box (image explorer).But more amazing is that only makes at home page! If you go to any other page, tables back where they belong.

If you want to try it live: www.unipapel.ad

 

Thanks for your time!

Link to comment
Share on other sites

  • 1 month later...

So an update, if I view the code source on explorer I can see a blank line at the very beginning whihc is triggering the quirks mode:

 

explorer.gif

 

But If I view it on mozilla de blank lines is not there, and of course my site looks the way is supposed to:

 

mozilla.gif

 

I don't know how to fix it :(

Link to comment
Share on other sites

I can see a blank line at the very beginning whihc is triggering the quirks mode:

You have a BOM at the start of the file. When you edit, make sure you are saving the documents as encoded in UTF-8 without BOM.

 

There is also no need to make multiple help calls for the same issue. You posted here, created a new thread with the same posts and also PMed me. Overkill.

Link to comment
Share on other sites

Sure Phrasespot, that can be trimmed but the blank line still shows on view soruce code under explorer. I have encoded header.tpl with the settings: UTF=8 without BOM but even though it looks better on explorer it still triggers quirks mode.

 

The begining of my header file looks like this:

 

...

* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)

* International Registered Trademark & Property of PrestaShop SA

*}

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}">

<head>

 

I have tried every possible configuration on header.tpl :wacko:

 

Phrasespot, believe me when I tell you that I appreciate your help. I have been troubleshooting this issue for hours and hours and can't seem to hit the nail. Best Regards!

Link to comment
Share on other sites

What version of explorer are you using? I just cleared the cache on my explorer 9.0 and I still see the blank line and looks weird on this laptop but it looks good on the desktop so I should probably restart the system. I am getting this two different views:

 

explorer view [http://virtualitycr.com/tienda/images/explorer_view.jpg]

mozilla view [http://virtualitycr.com/tienda/images/mozilla_view.jpg]

 

Again this may go away once I restart my computer!

 

If you acces my site [http://virtualitycr.com/tienda/] and press shift+F2, do you get a quirk mode warning? I get the following warning [http://virtualitycr.com/tienda/images/quirk_mode.gif] which doesn't make sense because the quirk mode should have cleared!

Link to comment
Share on other sites

  • 4 years later...

Alguna solución??

 

A mi también me pasa... :(

 

Hay un salto de linea o linea en blanco antes de empezar el codigo...

 

Linea 1:

Linea 2: <!DOCTYPE HTML> <!--[if lt IE 7]><html class="no-js ....

 

 

Ni en el index.php ni header.tpl ni global.tpl ni index.tpl....

Alguien ??

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...