Jump to content

Kurouto Skin Not Displaying Correctly on IE7/8


Recommended Posts

Hey Folks,

Been working hard on my store (http://www.ballcardz.com), and have run into a bit of an issue with it running correctly in Internet Explorer. This was pointed out by one of my customers, as I do not use Internet Explorer at all, unless I'm testing something. Here are some screen captures to show my dilemma:

How it appears in Chrome/Firefox/Safari:



How it appears in Explorer:

 

This same type of error is happening in Admin as well:

Any help would be appreciated smile.gif

--Matt
 

 

Link to comment
Share on other sites

Second thing to try: In the template file, content.homepage.php, edit:

Was:
{if isset($LATEST_PRODUCTS)}
<div>
 
Now:
{if isset($LATEST_PRODUCTS)}
<div style="width:100%">

Then, in the common.css file, find:

div.latest_product

and change the width to 160px; (just evens out the balance).

 

Still need to get the whole page centered in the document window.

Link to comment
Share on other sites

Thanks Brian,

 

   That's a definite good start.  The page is at least navigable now.  Still a few issues...Notice the sidebars are not highlighted at all, just text.  Also, if you click into the categories, all the subcategories are vertically displayed in a single line.  With thousands of categories, this isn't ideal.  Also, the footer is in single file, and not in a row like in the Chrome rendering.

 

I really appreciate everything you do for these forums.  It means an awful lot.

 

Thanks Again,

 

    Matt

Link to comment
Share on other sites

  • 7 months later...

I don't know if this will fix anything, but please look carefully at the main.php template file. Make absolutely sure than nothing, not even a space, is before the <!DOCTYPE.

 

I suspect that this file has a "Byte Order Mark" (BOM) as the first bytes of the file.

 

Please use a programmer's text editor (NotePad++ is free and pretty good), load the file into it, then make sure you save it as a regular text file without BOM.

 

If you use NotePad++, on the menu bar, click Encoding and choose "Encode in UTF-8 without BOM". Then save the file.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...