Opera and Chrome on Windows and Mac OS looks different.



  • Name and properties of blocks:

    Round on the left:

    #left_b {margin-top: 65px;
            float: left;
            width: 175px;
            height: 240px;}
    

    The missing block is the button, order the bell and the white rectangle:

    #middle_b {float: left;
               height: 305px;
               width: 445px;
               padding-left: 70px;
               margin-top: 0px;}
    

    Right circle:

    #right_b {margin-top: 65px;
             margin-left: 104px;
             float: left;
             width: 175px;
             height: 240px;}
    

    • On the first squeak, it looks like a browser Chrome and Opera on Windows. For Edge, it had to be written:

       @supports (-ms-accelerator:true) {
         #midle_b { margin-top: -45px !important; } 
       }
      

      Screen Windows

    • In the second violin, it looks like Chrome and Opera in Mac OS. When middle_b goes down to 28px, the white jaw's inscription is also on the spot.

    Screen Mac OS

    • On the third squeak, on Safari

    Screen Safari

    Tell me how to fix it.

    The green bloc with the jaw is such:

        position: relative;
        top: -19px;
        display: inline-block;
        padding-left: 29px
    


  • Honestly, I think I'd have to change the whole page of the site, a bunch of kittens, and even the place where two columns with the text could be wrapped up.

    <table></table>
    

    A bunch of spades don't understand, and for the phone, it's actually different.



Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2