This is the css part I'm working on:
.center-part-3 { #position: relative; #top: -50%; }
I have never seen this type of use of a hash sign. What is this for?
Theoretically, this hack IE7 :
But here you have an exhaustive list of browsers that fails or passes this hack . IE is not in the list (neither in the list that passed or failed), but also adds other browsers to the crash list.
Like all CSS hacks, it abuses that some browsers will use the rule, while others will not. Here is a small link .
Source: https://habr.com/ru/post/1388260/More articles:Pause until user logs in to run shell script in OS X - bashFind string inside byte buffer - javaErlang binary concatenation - erlangHow to create a static library of an existing project in objective-c (.a file)? - staticTextView and EditText in single line in Android? - androidHow to show alerts / pop-ups / windows using knockout.js - knockout.jshow to write file mixing in C and C ++ - c ++How to add ComboBox elements dynamically in wpf - c #JQuery sends JSON to Spring MVC controller - jsonProblems with MAMP Pro start SQL Server after system cleanup - mysqlAll Articles