• hey all, my new theme (mediapress) isn’t firefox 5 compatible but it works fine in safari and an old firefox version. Because of this I can’t add a logo to my website ( https://www.eplreport.com ) since the logo tends to look all the way to the right and unaligned with the website, however in Safari it looks perfectly in the middle. So, how could i go about making it compatible in firefox 5? also, the Mediapress developers don’t ever reply therefore asking them is out of the questio!

    thank you for reading!

Viewing 5 replies - 1 through 5 (of 5 total)
  • @finox831
    If you want to make your website firefox 5 compatible, Do one thing. Code it in HTML 5. Older versions of HTML are also supported.

    What is with your logo ?
    Im using firefox 5. When i checked the source code of your website , it is seen as this:

    <div id="logo-wrapper">
    
                    <!-- Logo Content -->
                    <div id="logo-content">
    
                        <!-- Logo -->
                        <div id="logo">
    
                            <a href="https://eplreport.com"><img src="" alt="eplreport.com"></a>
                            <span></span>
    
                        </div>
                        <!-- End of logo -->
    
                        <!-- Header ad -->
    
                        <div id="headerad">
    
                            <a href="https://pagead2.googlesyndication.com/pagead/show_ads.js"><img src="" alt="" /></a>
    
                        </div>

    .
    Give some value for src attribute of <img> tag. Then it will work.

    Irfan

    @finox831 It seems that you have more number of menu items in the top navigation menu (all clubs,arsenal,chelsea..etc..) and that’s why menu items jumps to the next line..try grouping the menu items and have sub menu items..that way you can solve the problem.

    Thread Starter finox831

    (@finox831)

    hey irfan, I understand what you’re talking about however I don’t think that’s the problem since in safari it looks fine.

    Thread Starter finox831

    (@finox831)

    but i will try and fix it to see if that’s the problem!

    Thread Starter finox831

    (@finox831)

    hi, i was wondering if you knew how to make a category into a page?

    also it worked!!!!!! omg how i love you haha now I just need to make a better banner!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make your website compatible with Firefox 5??’ is closed to new replies.