Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default IE breaks the site

    Hello Fellow Zenners.
    Can someone please tell me why this is happening. My site looks ok in FF, but not in internet exlorer. I checked in version 7 and its fine, But version 6 messes up the header search field. It moves it about the navMainWrapper div(over the create account|login). Not sure if you understand what i mean,,,but here is the site www.fashionfavourites.com. Anyone know why this is and how to solve this problem.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,705
    Plugin Contributions
    12

    Default Re: IE breaks the site

    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: IE breaks the site

    Quote Originally Posted by dbltoe View Post
    Thank you so much for that link dbltoe...ouch so many error... With my experience in websit building I should have them all correctd sometime this summer.

    Could you suggest somewhere(link) where I can learn more about these errors if you have that is.

    appreciate your support.,

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,705
    Plugin Contributions
    12

    Default Re: IE breaks the site

    Most of them are minor but look like someone has gone around the normal Zen Cart template to create your nav bars.

    The validator is pretty good about explaining how to fix the items. Use the web developers tool kit in the Tools Menu of Admin to find the files in question.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: IE breaks the site

    [QUOTE=dbltoe;687756]Most of them are minor but look like someone has gone around the normal Zen Cart template to create your nav bars.

    Ooops I am guilty of that. I am totally new to Zen cart. in fact new to website creation, but after reading many many many sites in google about design I thought I could tackle it - Only way you learn is by doing right.... I use ff and I had no idea once I view it with a different browser things will be totally different...you live to learn.

    by the way when you say nav bars what is that in reference to..excuse me if this is painfully abvious to you I am a little embarrased asking this mayself.

    ps. All these errors are coming from the css I suppose and not the tpl_header.php right.

    Once again HUGE thank you.

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,705
    Plugin Contributions
    12

    Default Re: IE breaks the site

    Afraid we have to slap your wrist and say that css did not create these errors

    You might want to take an original tpl_header and drop it into the comstock directory to see if a lot of things don't correct themselves.

    Might want to consider copying the image shack sale jpg to your harddrive and reducing its size.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  7. #7
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: IE breaks the site

    Quote Originally Posted by dbltoe View Post
    Afraid we have to slap your wrist and say that css did not create these errors

    You might want to take an original tpl_header and drop it into the comstock directory to see if a lot of things don't correct themselves.

    Might want to consider copying the image shack sale jpg to your harddrive and reducing its size.
    hehe... I got the your hint ... thank you for being overly obvious. I will try throwing the original tpl_header.php file on there even though the site might fall apart never the less i'll take your expert advise

    ps. I think you will like the new SIZE of the image.

    This is the ssl code its what I got from my ssl provider. I figured the only way I can move it around the page was to put in a div...So I called that div (ssl). Now In my css I assign values to that div...is this proper way of doing this or is there an expert recommendation...Here is my ssl code:

    ================
    <!-- bof ssl site seal -->
    <div id="ssl">
    <span id="___sitess__alt_img_wrapper_middle_image">
    <a href="http://www.alphassl.com/" target="_blank" title="SSL Certificate" >
    <img alt="SSL Certificate" border=0 id="___sitess__alt_img" src="//seal.alphassl.com/SiteSeal/images/alpha_seal_noscript_en.gif" ></a></span>
    <script type="text/javascript" src="//seal.alphassl.com/SiteSeal/alphassl_siteSeal_m.js" defer></script>
    </div>
    <!-- eof ssl site seal -->
    ================

    That error in the validation is refering to the zero, but I am afraid if i delete it may render the ssl certificate useless
    <img alt="SSL Certificate" border=0 id="___sitess__alt_img"

  8. #8
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: IE breaks the site

    That error in the validation is refering to the zero, but I am afraid if i delete it may render the ssl certificate useless
    <img alt="SSL Certificate" border=0 id="___sitess__alt_img"
    No need to delete it, just put quote marks around the zero. That's what it's really complaining about. (You'd think someone creating code to be used on thousands of sites would try just a little harder to make the code compliant with basic standards, but no, my SSL cert code is also a little off. Or it was until I fixed it.)

    Rob

  9. #9
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: IE breaks the site

    Thank you so much rob. I know what you mean...I bet that most of the errors are from the ssl code..and by elminating them they will probable elminiate few other errors as a result.

    and this <span id="___sitess__alt_img_wrapper_middle_image"> at first I was very skeptical of that naming convention. So many error I got with this untill I put the whole code in a div that I called "ssl" just to get around that problem. Don't know if that the right way but sure helps.

  10. #10
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: IE breaks the site

    I was wondering why your seal was in its own div. You might be dismayed to learn this div is hanging off the top-right corner of your page -- at least in Firefox, Safari and Opera, all in Mac OS X. Which means three of the top four rendering engines show it this way. I haven't checked in IE.

    Rob

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Disabling SSL v3.0 breaks site
    By lindasdd in forum General Questions
    Replies: 3
    Last Post: 22 Jan 2016, 04:55 PM
  2. v151 My TemplateMonster site's SSL breaks in Firefox
    By patrioticflags in forum General Questions
    Replies: 6
    Last Post: 11 Oct 2012, 08:21 AM
  3. Image breaks site!
    By qwerty94 in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 11 Jan 2011, 06:45 PM
  4. Site Breaks in Mozilla
    By silkenstrand in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Nov 2008, 01:51 PM
  5. Resizing browser breaks my site in half
    By yeah00 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Jun 2007, 02:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg