Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Firefox and I.E Layout Problem

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #150948
    kashifbunty
    Participant

    Please check my website http://glotexp.com/ its working fine with chrome and safari. But when i am opening it on firefox and i.e the layout is not perfect. I am checking everything but did’t find any solution. I am not expert in css .

    I request all the masters of css please help me.

    Thank You very much

    #150954
    Paulie_D
    Member

    Answer from StackOveflow

    Your CSS is mainly written for webkit and safari browser only as you have used media queries.

    Example:-

    media="all"
    @media screen and (-webkit-min-device-pixel-ratio: 0)
    ul.pureCssMenu span {
    overflow: hidden;
    margin: 0 15px 0 15px;
    }
    

    Either use the same CSS for other browser set or create new CSS for other browsers.

    #151031
    kashifbunty
    Participant

    Can you please give me a little hint for this please then i will do it

    #151057
    kashifbunty
    Participant

    Paulie_D you are a genius. Thank You so much i am very happy now. the website looks great.
    Thank you once again.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.