Results 1 to 3 of 3

Hybrid View

  1. #1

    Default Different browsers show different results

    Zencart latest with security patches applied.

    Addons: Footer menu, Super orders, IH2

    Website- http://halalitems.com/index.php

    Problem:

    I added a footer menu addon in my website and I did some changes to how i wanted it to look. When I did those changes, I went and saw the results using both browsers Internet Explorer and Firefox. Both browsers are the latest ones I have with updates, etc.

    The two browsers show different results. The footer menu in IE is all underlined, and in Firefox they are not. I want firefox to look like exactly like IE, if you also notice the Information sidebox the links are spaced between as well and underlined. In Firefox, they are not. I am confused why are they outputting different results when the code is the same thing? Do browsers read the code in a different manner?

    Also last but not least, the information sidebox, if you click on privacy notice, it gives a HEADING_TITLE error. I have put lots of text in that by using the defines_page. I dont know what happened to that text I put, as it wont show up when I click Privacy page.

    I use Firebug to edit. What a godly tool huh?

    Thanks any help would appreciate.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Different browsers show different results

    Quote Originally Posted by osaeed View Post
    Zencart latest with security patches applied.

    Addons: Footer menu, Super orders, IH2

    Website- http://halalitems.com/index.php

    Problem:

    I added a footer menu addon in my website and I did some changes to how i wanted it to look. When I did those changes, I went and saw the results using both browsers Internet Explorer and Firefox. Both browsers are the latest ones I have with updates, etc.

    The two browsers show different results. The footer menu in IE is all underlined, and in Firefox they are not. I want firefox to look like exactly like IE, if you also notice the Information sidebox the links are spaced between as well and underlined. In Firefox, they are not. I am confused why are they outputting different results when the code is the same thing? Do browsers read the code in a different manner?

    Also last but not least, the information sidebox, if you click on privacy notice, it gives a HEADING_TITLE error. I have put lots of text in that by using the defines_page. I dont know what happened to that text I put, as it wont show up when I click Privacy page.

    I use Firebug to edit. What a godly tool huh?

    Thanks any help would appreciate.
    open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

    find the following and add the highlighted portion:

    li a {margin:0;padding-left:2em; text-decoration:underline;display:table-row;}

    open includes/templates/YOUR_TEMPLATE/cs/stylesheet.css

    add the following:

    #informationContent ul li a {text-decoration: underline;)

  3. #3

    Default Re: Different browsers show different results

    Hi Clyde and thanks for your generous help man. For some reason, those above steps didnt work for some reason. I got it to work, by changing this display: table-row to display:compact and edited the padding to 0em which did the trick.

    I appreciate your assistance. Take care

 

 

Similar Threads

  1. v139h Product filter showing on different positions in different browsers
    By barendfaber in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Aug 2012, 09:52 AM
  2. Different browsers different font
    By cdnbride in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Dec 2010, 10:29 AM
  3. Header in CSS- different in different browsers
    By cgardner in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jun 2008, 01:49 AM
  4. Different Looks in different browsers
    By SSB in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Oct 2006, 11:32 AM
  5. EZ-Pages Background Image different in different browsers
    By rvagrrl in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 5 Aug 2006, 07:19 AM

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