|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Problem with Design #1101 in FireFox |
Problem with Design #1101 in FireFox |
In the top right & left hand corners of my website are next & previous buttons for calendar and some people aren't able to register because of this. Is there something wrong with my css or html? This problem doesn't occur in any other browsers except FireFox. http://www.ventlyfe.com/
|
When I add new css to the template, it seems like it doesn't work..http://2ventlyfe.ucoz.com/
I added this to the bottom of my css, Code /* Variables */ $bounce-color: #7e7f81; $image-size: 150px; .holder { position: absolute; left: 50%; top: 50%; margin-left: -110px; margin-top: -185px; .circimg { margin: 25px auto; img.user { height: $image-size; width: $image-size; background-color: $bounce-color ; box-shadow: 0 0 0 5px $bounce-color ; border-radius: 50%; &:hover { cursor: pointer; animation:bounceOut .4s linear; } } } } @keyframes bounceOut { 0%{ box-shadow: 0 0 0 4px $bounce-color; opacity:1;} 25%{ box-shadow: 0 0 0 1px $bounce-color; opacity:1;} 50%{ box-shadow: 0 0 0 7px $bounce-color; opacity:1; } 75%{ box-shadow: 0 0 0 4px $bounce-color; opacity:1;} 100%{ box-shadow: 0 0 0 5px $bounce-color; opacity:1;} } |
XO-Ferg, isn't that SASS? If you haven't installed the extension it won't read correctly and that could be causing your problems. Alternatively check that you haven't incidentally doubled up classes.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||
| |||