Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Posts
    25
    Plugin Contributions
    0

    Idea or Suggestion problem viewing IE

    Hi everyone
    I'd research forum already and I found some similar problems but only similar....
    problems with viewing website over the IE.

    I found this one already:

    http://validator.w3.org/ .....

    ......And shows 5 errors on my website.

    Question:
    Do you think that is the main or only one problem for viewing on the IE?


    I received already some screen shot of my website viewed on the IE and its all about the header, columns, footer etc. They just not at the position they been set up. I can attach that in my post if that's can helps.....
    I'd check it already Opera, Firefox and Safari, looks fine to me.

    What files I should edit to fix above problems? Is it :
    includes/templates/MyTemplate......

    Im running a zenCart 1.3.8a, my website is http://alluregifts.co.uk

    Please..... some advice for newbie

  2. #2
    Join Date
    Jul 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: problem viewieng IE

    anyone???

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: problem viewieng IE

    What are your issues?
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jul 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: problem viewing IE

    Thank u Kobra
    This is going to be long post......
    After I'd check my website here:

    http://validator.w3.org/

    I received information then on my web site are :


    Validation Output: 5 Errors

    1. Error Line 32, Column 32: end tag for "ul" which is not finished.

    </ul>



    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.
    2. Error Line 272, Column 5: end tag for element "div" which is not open.

    </div>



    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.
    3. Error Line 272, Column 6: XML Parsing Error: Opening and ending tag mismatch: body line 20 and div.

    </div>


    4. Error Line 277, Column 7: XML Parsing Error: Opening and ending tag mismatch: html line 2 and body.

    </body></html>


    5. Error Line 277, Column 7: XML Parsing Error: Extra content at the end of the document.

    </body></html>

    Qestion:
    1. Where I can fix that errors? ( /includes/MYTEMPLATE/..... ?)
    2. What else I should check to fix viewing in IE?

    There is a problem with header, footer and menu bar. They moved to right side screen in the IE were on the FIREFOX and SAFARI I can see them fine.....

    http://alluregifts.co.uk
    zencart 1.3.8a
    custom template
    firefox
    osx


    thx

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: problem viewing IE

    You have many malformed entries this is only one - and float center is not valid
    Code:
    div#dropMenu ul.level1 {
    	width:100%;
    	margin:0 auto; 
    	text-align:center;
    	background:#a83131; /*background color of top menu when NOT selected. */
    	z-index:1000;
    	float:center;
    Start by cleaning your css files up as there are too many to post
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Jul 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: problem viewing IE

    Thank you for that!!!
    That is really something I was looking for....

    If I'm not wrong you give it to me sample from my stylesheet_header_menu.css
    I will try to clean up that mess
    What I can use instead of "float"?
    Is it "position" a good idea to keep the menu at the center of the screen?

    What about:
    stylesheet.css
    stylesheet_css_buttons.css

    Did you found something there?

    regards

 

 

Similar Threads

  1. v151 Problem viewing additional pictures
    By elvisstuff in forum General Questions
    Replies: 8
    Last Post: 30 Mar 2013, 10:09 PM
  2. Problem viewing site in IE 7
    By Chaos Factor in forum General Questions
    Replies: 2
    Last Post: 25 Sep 2008, 05:26 PM
  3. Problem viewing orders
    By MarkS99 in forum Managing Customers and Orders
    Replies: 2
    Last Post: 20 Jan 2008, 01:46 PM
  4. Problem viewing page....
    By duffster2004 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Dec 2006, 03:08 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