Guest User

Untitled

a guest
Aug 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. jQuery slider working on all browsers except Chrome 15. Works again when resizing Chrome 15 browser window
  2. /*Chrome and Opera only */
  3. @media screen and (-webkit-min-device-pixel-ratio:0)
  4. {
  5. #myId { color:red; }
  6. }
Add Comment
Please, Sign In to add comment