Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • angie00 Friend
    #180390

    Our website looks different in IE and Firefox on Category title. Please see attached. Note in IE it shows dark border on top and sides of title. We want it to appear like the second one which is how it appears on Firefox. Thanks.


    1. cat1
    2. Cat-2
    Phill Moderator
    #465951

    A link to your site would really help.

    angie00 Friend
    #465958

    Thank you, I sent it to you.

    angie00 Friend
    #466274

    Can someone please help me with this? It is affecting the look of our site. Thanks.

    MoonSailor Friend
    #466323

    Hi,

    Could you please be more information your site so that I can offer the proper help?

    abrill Friend
    #466477

    Thank you, I sent you a pm.

    MoonSailor Friend
    #466672

    Hi abrill,

    Pls check pm.

    abrill Friend
    #466747

    Thanks MoonSailor, I replied 🙂

    MoonSailor Friend
    #466812

    HI,

    It is different in IE vs Firefox because the following css code :

    [PHP]
    .blog h1.componentheading, .componentheading {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E5E5E5 #E5E5E5 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #000000;
    display: block;
    font-family: ‘Merriweather’,Helvetica,Arial,sans-serif;
    font-size: 115%;
    margin: 0;
    padding: 17px 15px 15px;
    text-transform: uppercase;
    }
    [/PHP]

    in ie, css code
    [PHP]
    border-color: #E5E5E5 #E5E5E5 -moz-use-text-color;
    [/PHP]
    does not run.

    Because, your site has compressed css, so, i can’t find the file to load it, but, i think it is in file “templates/ja_nex/css/template.css”.

    after finding it out, change it to :
    [PHP]
    border-color: #E5E5E5;
    [/PHP]
    i believe it’s fixed.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 4 voices, and was last updated by  MoonSailor 11 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum