From 45aeb76d1d199e31d6cf33eafe34092c7dfc68cc Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 24 Jan 2013 15:14:44 -0500 Subject: use cursor none and a div.. gif cursors dont animate --- public/stylesheets/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'public/stylesheets') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5f1e9a9..413e29a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -372,7 +372,19 @@ header { background-image: url(/images/cursor-gray.png) !important; text-shadow: 0 0 2px #333; color: transparent; - opacity:0.8; + opacity: 0.8; +} +.cursor.own { + position: absolute; + top: -200px; + left: -200px; + margin: 0; + z-index: 2; + -webkit-transition: none; + -moz-transition: none; + -ms-transition: none; + -o-transition: none; + transition: none; } .cursor span { -- cgit v1.2.3-70-g09d2