You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-All CSS selectors available. It uses the normal attribute selector.
12
-
-Support for webkit/gecko/internet explorer.
13
-
-`min-width`, `min-height`, `max-width` and `max-height` are yet supported.
14
-
-It works for actual all layout modifications: HTML (innerHTML etc), inline styles, DOM mutation, CSS3 transitions, fluid layout changes (parent changes too), pseudo classes (:hover etc), window resizes, etc.
-`min-width`, `min-height`, `max-width` and `max-height` are supported so far
14
+
- works with any layout modifications: HTML (innerHTML etc), inline styles, DOM mutation, CSS3 transitions, fluid layout changes (also percent changes), pseudo classes (:hover etc.), window resizes and more
15
15
16
16
More demos and information here: http://marcj.github.io/css-element-queries/
17
17
@@ -47,7 +47,7 @@ Example
47
47
}
48
48
```
49
49
50
-
Include then the javascript file at the bottom and you're good to go. No custom javascript calls needed.
50
+
Include the javascript files at the bottom and you're good to go. No custom javascript calls needed.
51
51
52
52
```html
53
53
<script src="src/ResizeSensor.js"></script>
@@ -60,5 +60,5 @@ Info: This is a first very experimental version! You should not use it yet.
60
60
Issues
61
61
------
62
62
63
-
- Does not work on `img` tags. A wrapper `div` around it works fine. See the demo.
64
-
- Adds in non-internet-explorer browsers a additional hidden element into the selected target element. Forces the target element to be relative or absolute.
63
+
- Does not work on `img` tags. Wrapping with a `div` works fine though (See the demo).
64
+
- Adds additional hidden element into selected target element in non-internet-explorer browsers and forces target element to be relative or absolute.
0 commit comments